"Alert : Could not load global constant cache." problem
-
Hi,
I have the following problem:
After successfully installing i-doit with the web installer i click "next" and i get the following error message:Alert : Could not load global constant cache.
Backtrace: #0 _get_backtrace() called at [/usr/local/apache/htdocs/i-doit/src/debug.inc.php:143] #1 isys_debugger_handler_default_alert::execute(Could not load global constant cache.) called at [/usr/local/apache/htdocs/i-doit/src/debug.inc.php:209] #2 isys_debugger::handle(5, Could not load global constant cache.) called at [/usr/local/apache/htdocs/i-doit/src/globals.inc.php:336] #3 include_once(/usr/local/apache/htdocs/i-doit/src/globals.inc.php) called at [/usr/local/apache/htdocs/i-doit/index.php:228]I noticed that this problem is already described in the forum, but in german. Would you please explain it to me in English?
Regards,
Mladen
-
check if the apache user got write permissions to the following directorys
- temp
- src/themes/default/smarty/templates_c
- src/themes/default/smarty/cache
- src/themes/redbox/smarty/templates_c
- src/themes/redbox/smarty/cache
then open a browser an open the following url
http://i-doit-host/i-doit-path/index.php?IDOIT_DELETE_TEMP
that should work
-
Thanks.
It works.