Page 1 of 1

help got error with pear

PostPosted: 31. January 2008 12:43
by scubasteve
im new to using this software i just installed the latest release version of xampp 1.6.5 i had xampp 1.6.4 loaded previously cause i thought i may need perl which turns out i didnt so i upgraded to 1.6.5
i loaded our website which is php 7.9 r3

everything works fine but the forum admin button on the administrator console. i turned the error reporting on for php and this is what i get when click on the forum button

Code: Select all
Fatal error: Cannot redeclare class Config in E:\xampp\php\PEAR\Config.php on line 44


can anyone help or have any idea what the problem is or am i missing an addon or something.
thanks for the help guys

fixed

PostPosted: 31. January 2008 13:30
by scubasteve
Check the above entry in the E:\xampp\apache\bin\php.ini file

mine did say this

Code: Select all
include_path = ".;E:\xampp\php\pear\"


changed to read this
Code: Select all
;include_path = ".;E:\xampp\php\pear\"


now it works great