Okay
  Public Ticket #1524007
Edit html theme
Closed

Comments

  • Federico Espamer started the conversation

    Hello good afternoon.
    I wanted to consult something. When I access the Wordpress admin, I click on Appearance / editor, and an error comes out, I detail it below:

    "Fatal error: Maximum execution time of 30 seconds exceeded in D: \ xampp \ htdocs \ wordpress \ wp-includes \ class-wp-theme.php on line 1121"

    What is the problem? between because I want to edit the "wide" size of the portfolio, or at least to know how the class calls it and include that edition that makes the child theme.

    Sorry my english, I use google translator. I speak Spanish.

  •  8,466
    Tahir replied

    Hey F ,

    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