Jump to content

503 Service Temporarily Unavailable error when editing translations


Recommended Posts

Your server is timing out. Ask your host to either raise the php max execution time or to raise the memory limit of php. The execution time would more than likely be the best to raise, but the memory limit does not hurt either. 

Link to comment
Share on other sites

I set my php.ini like that;

max_execution_time = 1000; 
max_input_time = 600; 
memory_limit = 2290M; 
max_input_vars = 5700;

But still same error. :/

 

 

 

Your server is timing out. Ask your host to either raise the php max execution time or to raise the memory limit of php. The execution time would more than likely be the best to raise, but the memory limit does not hurt either. 

 

Link to comment
Share on other sites

Last time i made my "memory_limit = 4290M "

Php info same as my php.ini

max_execution_time	1000	1000
max_file_uploads	20	20
max_input_nesting_level	64	64
max_input_time	600	600
max_input_vars	5700	5700

Does these "max_execution_time" ,"max_input_time", "memory_limit"  and "max_input_vars" values has a TOP limit?

Edited by ajnglagla (see edit history)
Link to comment
Share on other sites

  • 1 year later...
  • 1 month later...
×
×
  • Create New...