You have to SET those folders.
You can create an upload folder in your idoit directory and just select it at your idoit installation (for save, temp and image path)
Dont forget to set write permissions for your apache user on a linux system (chown -R www-data:www-data idoit/upload)
isys_exception_database : Query error: 'SHOW TABLES LIKE 'isys_registry';': (Extended Information: NULL)
mostly means that your idoit system database was not found, so always take a look at the database settiings in your idoit/src/config.inc.php and check the php/mysqlclient connectivity to your configured database
After you have opened the pop up window you can choose from any location where your object should be connected with. Normally that could be an enclosure within a room. The room itself is children of the house. And… here it comes... the house has to be the 'root-location'. Try choosing that in your house object. Click on it in the pop up window and wait until it reads 'root-location' at the bottom of the window. After that click 'Save'. And then 'save' again in the category where you have opened the window.
Hi,
yes it is possible. You just need to create a new mandator database and give your system database the info about it.
Take a look at http://docu.i-doit.org/wiki/New_Mandator where it is described exactly.
Thanks for your feedback
Regards,
Dennis
Excuse my intromission in this topi.
I had the same problem. That was because file "5_config_check.inc.php" was using a different value for $l_dbHost variable (line 227). I hardcoded the value to "localhost" (is was using "127.0.0.1") and the installer did finish succesfully