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.
I've been using Projeqtor for a couple of months now, and I am pretty happy with it.
I have, however, come across a problem in Real work allocation.
When I try to save changes made to the allocated work (1 hour extra) I get an error message "ERROR: An orror occurred on at
Any ideas?
Kind regards,
S.Gobets
Hi,
Php_value is to be defined in .htaccess file:
php_value max_input_vars 4000 php_value suhosin.post.max_vars 4000 php_value suhosin.request.max_vars 4000
But then your apache confifiguration must allow .htaccesss changes :
AllowOverride All
You can also directly change value in PHP.ini, but syntax is a bit different :
max_input_vars = 4000 suhosin.post.max_vars = 4000 suhosin.request.max_vars =4000
I must have done something wrong before, because it turned out that these 3 lines were not added after all.
I did add them properly this time, restarted the web services, and now it seems to work properly. Thanks, and sorry for the trouble.
