Jump to content

Recommended Posts

Hi,

 

I'm using version 1.6.0.9.  When I make a change in translations and save it, I get re directed to an error page.  When I go back in and check it, it hasn't changed.  I have tried editing different fields and get the same result.

 

The error page:

Internal Server Error
 
The server encountered an internal error or misconfiguration and was unable to complete your request.
 
Please contact the server administrator, webmaster@********.com.au and inform them of the time the error occurred, and anything you might have done that may have caused the error.
 
More information about this error may be available in the server error log.
 
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

In server the log file I have found these entries which I assuming is the cause of the problem:

Aug 24 21:22:46 suhosin[509987]: ALERT - configured POST variable name length limit exceeded - dropped variable 'order-address-multishipping-products_713abca3b7abddc0445099b23c0a3697' (attacker '124.148.130.64', file '/home/****/public_html/shop/Admin123/index.php')
Aug 24 21:22:46 suhosin[509987]: ALERT - configured POST variable name length limit exceeded - dropped variable 'order-address-multishipping-products_bb6275503ffe7e64cf768216ee0de066' (attacker '124.148.130.64', file '/home/****/public_html/shop/Admin123/index.php')
Aug 24 21:22:46 suhosin[509987]: ALERT - configured POST variable name length limit exceeded - dropped variable 'order-address-multishipping-products_a4d3b161ce1309df1c4e25df28694b7b' (attacker '124.148.130.64', file '/home/****/public_html/shop/Admin123/index.php')
Aug 24 21:22:46 suhosin[509987]: ALERT - configured POST variable name length limit exceeded - dropped variable 'order-address-multishipping-products_0c458988127eb2150776881e2ef3f0c4' (attacker '124.148.130.64', file '/home/****/public_html/shop/Admin123/index.php')
Aug 24 21:22:46 suhosin[509987]: ALERT - configured POST variable name length limit exceeded - dropped variable 'order-address-multishipping-products_03ab340b3f99e03cff9e84314ead38c0' (attacker '124.148.130.64', file '/home/****/public_html/shop/Admin123/index.php')
Aug 24 21:22:46 suhosin[509987]: ALERT - configured POST variable name length limit exceeded - dropped variable 'order-address-multishipping-products_9ff9c46512c186ebae182519a55dc6a9' (attacker '124.148.130.64', file '/home/****/public_html/shop/Admin123/index.php')
Aug 24 21:22:46 suhosin[509987]: ALERT - configured POST variable name length limit exceeded - dropped variable 'order-address-multishipping-products_12d3c7a4296542c62474856ec452c045' (attacker '124.148.130.64', file '/home/*****/public_html/shop/Admin123/index.php')
Aug 24 21:22:46 suhosin[509987]: ALERT - configured POST variable name length limit exceeded - dropped variable 'order-address-multishipping-products_b5a7adde1af5c87d7fd797b6245c2a39' (attacker '124.148.130.64', file '/home/****/public_html/shop/Admin123/index.php')
Aug 24 21:22:46 suhosin[509987]: ALERT - configured POST variable name length limit exceeded - dropped variable 'order-address-multishipping-products_deb10517653c255364175796ace3553f' (attacker '124.148.130.64', file '/home/****/public_html/shop/Admin123/index.php')
Aug 24 21:22:46 suhosin[509987]: ALERT - configured POST variable name length limit exceeded - dropped variable 'order-address-multishipping-products_d28f8bbb0740354aae5456da9cc56d0e' (attacker '124.148.130.64', file '/home/******/public_html/shop/Admin123/index.php')
 
Any suggestions on how to fix it?
 
Thanks
Edited by sbears (see edit history)
Link to comment
Share on other sites

Thanks for the link.

 

I have been able to change the max_input_vars to 70000 in the .htaccess.  But I still have the same issue.

 

suhosin.request.max_vars is 4096

suhosin.post.max_vars is 4096

 

Any other suggestions?

Link to comment
Share on other sites

I've managed to resolved this issue with suggestions from my website host.

 

We rolled back the php version from 5.4 to 5.3 and disabled suhosin.

 

I created a .htaccess file and added it to the prestashop admin folder with just the following line:

 

php_value max_input_vars 4000

Link to comment
Share on other sites

×
×
  • Create New...