PDA

View Full Version : suhosin issue


dmknights
12-24-2008, 09:53 PM
I have this issue:

Required variables have gone missing and execution can not continue. Please try again.

This error can sometimes occur as a result of Suhosin / Hardened PHP being installed on your server. If you know that you have Suhosin running and you have access to the PHP configuration, try increasing the value of the following variables:
php_value suhosin.post.max_vars
php_value suhosin.request.max_vars

Now ive read that i need to change the value in my php.ini file. Ive done this & still nothing!

im using 3.7.4 PL1 with the default style

Dismounted
12-25-2008, 03:11 AM
What did you change the values to?

dmknights
12-25-2008, 03:21 AM
2048 as ive read

Dismounted
12-25-2008, 03:27 AM
Have you verified that the settings have taken effect by looking at PHP info?

dmknights
12-25-2008, 03:30 AM
how would i do that?

Dismounted
12-25-2008, 07:54 AM
Admin CP > Maintenance > PHP Info

Marco van Herwaarden
12-25-2008, 07:58 AM
Did you restart Apache?

dmknights
12-25-2008, 08:36 AM
I found the issue.
It seems that it was only something very simple as placing the php.ini file in the correct directory.

I think this should be told to members so that they dont have problems like this