Okay
  Public Ticket #1734035
Uploading media
Closed

Comments

  • BystromDesign started the conversation

    I've been using the theme for months. For no reason, I am no longer able to upload any media (a 26KB JPEG). I'm given the following message:

    Fatal error: Maximum execution time of 30 seconds exceeded in /home3/bystrom/public_html/wp-includes/class-wp-image-editor-imagick.php on line 362

    I've downloaded PHP Info and requested that my host make the version of PHP running on host server version 7.1. Nothing has changed, I still can't upload any images into my library. Any help is greatly appreciated. Thank you again for an incredible theme!

  •  8,998
    Tahir replied

    Hey 

    Your PHP Settings are likely not correct. Also ensure you are running PHP version 7.1 and not 7.2 as its incompatible .

    You can verify your PHP configuration limits by installing a simple plugin called WordPress phpinfo http://wordpress.org/extend/plugins/wordpress-php-info/

    Recommended PHP configuration limits are as follows:

    • max_execution_time 60
    • memory_limit 256M
    • post_max_size 48M
    • upload_max_filesize 48M

    Please have your hosting provider fix this for you so it can be installed correctly. 

    Thanks 


    ThemeNectar Support Team