Server error 413
-
Today I added 5 more blocks of picture & text to my HOME page and on saving it got “Server error 413”. I googled for the cause and for a solution and added to …/themes/zakra/functions.php:
// Resolve Server error 413.
@ini_set( ‘upload_max_size’ , ’64M’ );
@ini_set( ‘post_max_size’, ’64M’);
@ini_set( ‘max_execution_time’, ‘300’ );
with no effect. In my php.ini max file size is set to 2G, time is 60 seconds.
On deleting 3 of the 5 new blocks the page could be saved successfully within 3 – 5 seconds.
I guess the problem is some size limit in WP or in ZAKRA. Can you tip me with a solution?
Regards!
AndreyThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Server error 413’ is closed to new replies.