Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Dear Babynus,
Thank you very much for this outstanding version.
When I install it with IIS, I think the database is not fully populated.
I don't know why, so I attach the log file. Could you help check it out?
Many thanks for your help
Hi,
You have minor issue that I never met :
2015-06-16 20:23:01.002 ** ERROR ** Exception-[42000] SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes 2015-06-16 20:23:01.003 ** ERROR ** For query : CREATE INDEX planningelementWbsSortable ON `planningelement` (`wbsSortable`); 2015-06-16 20:23:01.004 ** ERROR ** Strack trace : 2015-06-16 20:23:01.004 ** ERROR ** #0 Sql->query called at [D:PHPWebprojeqtordbmaintenanceFunctions.php:63] 2015-06-16 20:23:01.005 ** ERROR ** #1 runScript called at [D:PHPWebprojeqtordbmaintenance.php:94] 2015-06-16 20:23:01.006 ** ERROR ** #2 include called at [D:PHPWebprojeqtortoolloginCheck.php:52]
One index could not be created. It is not major but could lead to bad performance on planning display.
Major issue is that log is not complete : it ends at V1.7.0 (installs are incremental).
Most possibly the script ended in Timeout.
Check that configuration allows long duration for scripts.
Script tries to use set_time_limit to extend duration, but some configurations forbid this use.
Dear Babynus,
I'm checking and increasing everything to 5000 and it works.
Many thanks for your feedback.
Trong