So I tried to upload an image to my wordpress. Apparently the image was too large based on the preset limit in wordpress. http://wordpress.org/support/topic/fatal-error-on-upgrade-allowed-memory-size-exhausted This is how to fix it, however I am unsure on how do this by accessing my config file. Can somebody please tell me exactly what to do? First person to PM me with exact instructions will be paid.
Fatal error: Out of memory (allocated 58195968) (tried to allocate 30983904 bytes) in /home/chicity/public_html/flushafan.com/wp-includes/media.php on line 253 That is my error by the way.
Hello, Just login into you blog home directory, there you ll find a file named wp-config.php, open it for edit and just insert on the second row the code define('WP_MEMORY_LIMIT', '64M'); After this save the file If you still have this problem try to increase your memory for example 92M instead of 64M. Hope this it helps you. Regards, Cosmin
edit the value of WP_MEMORY_LIMIT in the wp_config.php, from 64m to 128m or any value bigger than the size of your upload file