Jump to content

500 Internal Server Error in backoffice


Recommended Posts

Hi,

I have a issue in back office > Tools > Translation. It show error is

 

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] 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. Apache Server at www.thegadgetspot.nl Port 80

Please help!!

Regards, Santosh Kumar Singh

Link to comment
Share on other sites

In this specific case it happened to me also.

You need to increase the max_input_vars in php.ini and restart apache

 

It might work (since php 5.3.9) to create a php.ini file in your directory and add max_input_vars = 15000 to make sure you hold enough of them :)

Link to comment
Share on other sites

In this specific case it happened to me also.

You need to increase the max_input_vars in php.ini and restart apache

 

It might work (since php 5.3.9) to create a php.ini file in your directory and add max_input_vars = 15000 to make sure you hold enough of them :)

 

Hi,

i increase the max_input_vars, memory_limit and max_execution_time in php.ini but no effect.

It show in the language translation section when we click on translate it take too time and then show 500 Internal Server Error.

Link to comment
Share on other sites

×
×
  • Create New...