Page 1 of 1

Fatal error I dont understand

PostPosted: 09. July 2006 09:49
by DaSwede
Code: Select all
Fatal error: Cannot redeclare class config in E:\xampp\php\pear\Config.php on line 43


Due to some things I have to use the older xampp for some stuff...

xampp 1.4.16 is the version i use....need to have mysql4

Can someone explain what that error is ?

This is when Im switching from php5 to php4...

PostPosted: 10. July 2006 12:52
by Dave_L
That error means that PEAR is getting included twice. I don't know why that's happening; I use a different version of XAMPP.