Problems with first page
-
Hi.
I runned the web installer but did a little hack on "5_config_check.inc.php", line 227 because variable $l_dbHost was not getting the correct value.
I finally could install i-doit, but once I load the fist page (index.php) the HTML is completely empty !, no page at all.
I was trying tu debug index.php file but after line 182, I just don't see where is supposed to start the "main" execution of the file.
Shall you help me ?
-
Could you please set the "debugging" value in the config.inc.php to "true"? We have to find out where the error is hiding. I can only assume that this has something to do with your "hacking" the 5_config_check.inc.php file.
-
Hi,
I'm having the same problem as davidmx but I haven't done any hacks at all, just followed the manual instalation procedure and the index.php is blank, nothing is showed up. Besides that, the debbuging option isn't working at all.
I'm using Apache 2.2.4 and PHP 5.2.0 with MySQL 5
-
Have you changed the rights on the i-doit temp directories: temp and templates_c ?
chown -R www-data:www-data ./temp ./src/themes/default/smarty/templates_c ./src/themes/default/smarty/cache
-
What version do you have? Did you consider an update? We have released a patch which link you see for example at the top right corner of our site.
-
Hy!
I have the same problem. After the installation an empty window appears. I've tried several versions and I've tried it even with XAMPP (beside the normal Apache installation) - the same problem everywhere. Could anyone help me?
-
The error log of Apache shows following problem: PHP Fatal error: Class 'isys_component_database' not found in /srv/www/htdocs/i-doit/src/globals.inc.php on line 58
-
Look inside the directory /src/classes/components/. Is there an isys_component_database.class.php?
Do you have set rights to access all the i-doit files? (In the root directory is a little script called idoit-rights.sh, this can be used to make it more easy to set and unset all the rights which are needed for installing and updating i-doit.