Been there done that! No change. Any other suggestions?
From the amount of comments, plus the amount of suggestions none of which work, this seems to be a major problem with WP.
no, it’s not a major problem.
Exactly what have you done?
On my own server, I edit the global php.ini. Since you’re operating locally, you could do the same.
upload_max_filesize = 128M
post_max_size = 128M
Be sure to restart httpd after making the change.
Unsure where “global” comes in? I have just checked “localhost/wp-admin/php.ini” and find that “upload_max_filesize=64M
“post_max_size=64M”
“max_execution_time=300
Comments?
edit /etc/php.ini. php.ini does not belong in wp-admin.
Not to be ‘smart’ but could you please give me a bit more, you’re dealing with a rank amateur and I don’t know what to do.
Thanks in advance.
edit /etc/php.ini, find those lines, increase the max from what it is to 128M. Save the file. Restart your web server.
OK here is the problem. Checked that file you suggested and found those “upload_max_filesize=64M
“post_max_size=64M”
to be 128, but the ececution time was only 30.
Changed to 300 and now it works.
Thanks.