Forum

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.

Error occurs when a...
 
Notifications
Clear all

Error occurs when allocation real work

3 Posts
2 Users
0 Reactions
4,236 Views
(@basgobets)
Posts: 6
Active Member
Topic starter
 
[#2047]

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


 
Posted : 14 Oct 2014 17H37
(@babynus)
Posts: 14952
Member Admin
 

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

 
Posted : 14 Oct 2014 18H53
(@basgobets)
Posts: 6
Active Member
Topic starter
 

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.


 
Posted : 27 Oct 2014 21H56
Share:

Scroll to Top