DB class is not loading in function.php after name change
Page: 1
viveknarula
on Oct 29. 2007. 6:21 am
Hello friends,
this is my first post here. i am using activecollab from the past 1 year my version is "0.7.1" . recently i have changed the foldername. i have changed the folder name to newactivecollab before it was activecollab. Since then it is showing me this error.
Warning: include(/home/path/environment/library/database/DB.class.php) [function.include]: failed to open stream: No such file or directory in /home/path/application/functions.php on line 20
Warning: include() [function.include]: Failed opening '/home/miracle/public_html/branch/environment/library/database/DB.class.php' for inclusion (include_path='/home/miracle/public_html/newbranch:/home/miracle/public_html/newbranch/application') in /home/path/application/functions.php on line 20
Fatal error: Class 'DB' not found in /home/path/init.php on line 98
I have replaced the new name in the Root constant of config/config.php . Even then it is not working.
Please help me out as it is very urgent all my clients are suffering.
Thanks in advance.
this is my first post here. i am using activecollab from the past 1 year my version is "0.7.1" . recently i have changed the foldername. i have changed the folder name to newactivecollab before it was activecollab. Since then it is showing me this error.
Warning: include(/home/path/environment/library/database/DB.class.php) [function.include]: failed to open stream: No such file or directory in /home/path/application/functions.php on line 20
Warning: include() [function.include]: Failed opening '/home/miracle/public_html/branch/environment/library/database/DB.class.php' for inclusion (include_path='/home/miracle/public_html/newbranch:/home/miracle/public_html/newbranch/application') in /home/path/application/functions.php on line 20
Fatal error: Class 'DB' not found in /home/path/init.php on line 98
I have replaced the new name in the Root constant of config/config.php . Even then it is not working.
Please help me out as it is very urgent all my clients are suffering.
Thanks in advance.
Ilija Studen
on Oct 29. 2007. 6:30 am
Try to delete /cache/autoloader.php...
activeCollab team member
viveknarula
on Oct 29. 2007. 6:46 am
Ilija Studen:Try to delete /cache/autoloader.php...
Thanks Ilija for quick and prompt reply..
It works. i have deleted the cache/autoloaded.php file .
now is it will again create the autoloaded.php or is it not required ?
Thanks again !!
Ilija Studen
on Oct 29. 2007. 7:38 am
viveknarula:now is it will again create the autoloaded.php or is it not required ?
activeCollab will recreate the file on the next run.
activeCollab team member



