Page 1 of 1

Error while Confuguring the Knowledgetree Document Managemen

Posted: Mon Sep 19, 2005 7:38 am
by vijay_777
Hi,

I am configuring the Knowledgetree documentmanagement application on
Windows 2000 professional. I have installed the EasyPHP1.8 version. I
have done all the changes according to installationguide. I have
configured the Database in Mysql. when I am logging into the
application it is giving the following error.

Fatal error: Cannot redeclare class folder in c:\program files
\easyphp1-8\www\knowledgetree\lib\foldermanagement\Folder.inc on line 30

please help me in this issue.

thanks & regards,
vijay.

Posted: Mon Sep 19, 2005 7:40 am
by feyd
your code uses include() or require() two or more times using 'Folder.inc' ... either fix your code logic or change them to include_once()/require_once()

Error while Confuguring the Knowledgetree Document Managemen

Posted: Mon Sep 19, 2005 7:46 am
by vijay_777
I am using require_once() and I have tried with include_once() also but still the same problem.

Posted: Mon Sep 19, 2005 7:47 am
by feyd
the only other way that will happen is if your script defined the class name again..