I keep getting this error on my site.
Fatal error: Cannot redeclare class PEAR_DependencyDB in C:\wamp\bin\php\php5.2.9-1\PEAR\PEAR\DependencyDB.php on line 44
line 43: class PEAR_DependencyDB Line 44:{ line 45: // {{{ properties
You have probably included/required that file more than once in the script. Use [man]require_once/man instead of [man]require/man.