Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Accordian Slider Caption not displaying #660164

    RESOLVED> I figured it out.

    in reply to: HTTP error when uploading media files #536667

    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.

    in reply to: HTTP error when uploading media files #535691

    * 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
Viewing 3 posts - 1 through 3 (of 3 total)