jiremek
Member
Posted 11 months ago #
Line 109 of wp-admin/admin.php
Wordpress try to set the memory_limit to WP_MAX_MEMORY_LIMIT
This request coul be blocked Hosters, or by use of suhoshin, so Please considere that the memory limit of 256M by default is verry too up.
The blocking of this request make server not responding and turn php into a infinity loop. (limited by max_time of course)
rameshhelp
Member
Posted 11 months ago #
wp has a limit of 2-3mb upload only. to maximize the upload space, u need to edit example phpadmin or cpanel. refer here
http://wordpress.org/support/topic/fatal-error-allowed-memory-size-6?replies=13#post-1017842
PHP has an upload limit. WP respects that. (WordPress Multisite has an upload limit, but that's something else.) And none of that is the same as a memory limit.
Try installing the WP Hotfix plugin.