How to increase PHP size limits
-
Hi Everyone! I attempted to install a premium theme with plenty of sample images- stock images that I need to provide the skeleton for my website. My max size upload is 7mb and I need to increase the post_max_size, upload_max_filesize, and max_input_time. I have PHP version 5.3.
This is what I’ve tried and was unsuccessful at:
Created a PHP.ini file through TextEdit on my mac with the following code:
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 500
max_input_time = 500I took the PHP.ini file and dropped it into my wp-admin folder using FileZilla. I refreshed my website, closed the browser, reopened everything to no change at all.
Any help would be greatly appreciated!! Thanks for your time.
The topic ‘How to increase PHP size limits’ is closed to new replies.