ajnglagla Posted April 23, 2014 Share Posted April 23, 2014 Hello, I took "503 Service Temporarily Unavailable" error when i try to save translations (after editing). Is there anyone know the solution / reason? Link to comment Share on other sites More sharing options...
Dh42 Posted April 24, 2014 Share Posted April 24, 2014 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 More sharing options...
ajnglagla Posted April 24, 2014 Author Share Posted April 24, 2014 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 More sharing options...
Alex Simonchik BelVG Posted April 24, 2014 Share Posted April 24, 2014 Hi, does phpinfo() returns this values? some hosting decline uses local php.ini files. Regards Link to comment Share on other sites More sharing options...
ajnglagla Posted April 24, 2014 Author Share Posted April 24, 2014 (edited) Wait a min please Hi, does phpinfo() returns this values? some hosting decline uses local php.ini files. Regards Edited April 24, 2014 by ajnglagla (see edit history) Link to comment Share on other sites More sharing options...
ajnglagla Posted April 24, 2014 Author Share Posted April 24, 2014 (edited) 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 April 24, 2014 by ajnglagla (see edit history) Link to comment Share on other sites More sharing options...
abondares Posted January 4, 2016 Share Posted January 4, 2016 How did You resolve Your problem? Link to comment Share on other sites More sharing options...
bilusunny Posted February 14, 2016 Share Posted February 14, 2016 How was this resolved? Link to comment Share on other sites More sharing options...
Recommended Posts