Forum Replies Created
-
AuthorPosts
-
RESOLVED> I figured it out.
It’s all fixed. That’s why I came back in and edited my post at the top. Thanks for checking but I was able to figure things out by contacting my hosting provider. Based on some of the other people that have messaged on this subject I thought it would be helpful to leave my post up showing that I had found the correct solution. I love your product by the way.
* RESOLVED– I just got off the phone with my hosting provider godaddy.com and they increased my execution time. Apparently they have a tool that is much more effective than changing the .htaccess. I can now upload images without issue.
————————————————————————————————————————————————————————————————–
I have the same problem. Here is my log error:[13-Nov-2015 17:25:30 UTC] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/p3pnexwpnas01_data01/56/2940256/html/wp-includes/class-wp-image-editor.php on line 423
I tried the .htaccess file change. It doesn’t seem to have had any effect.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase //
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . //index.php [L]
</IfModule>
# END WordPress
<IfModule mod_php5.c>
php_value max_execution_time 300
</IfModule>What else can I try?
- This reply was modified 9 years ago by dthorst. Reason: Resolved
-
AuthorPosts