Home Forums Themes Support Petta Theme

Viewing 1 reply thread
  • Author
    Posts
    • #8559

      I have Installed al the plugins and When I try to import sample.xml file the following error comes.What I need to do here. please help me.

      Fatal error: Maximum execution time of 60 seconds exceeded in C:\Program Files (x86)\EasyPHP-Devserver-17-lite\eds-www\PETTA\wp-includes\class-wp-image-editor.php on line 420

      Note: I could not share the site Information because right now i have hosted in local server.

    • #8564

      Hi!
      Because you are import in local server, so we cant not catch what is wrong. You can try some step below:
      – Increase the values: Example max execution time, Memory limit, Max upload size,PHP time limit, You can Google it. Or you can add this to .htaccess file:

      <IfModule mod_php5.c>
      php_value upload_max_filesize 1000M
      php_value post_max_size 2000M
      php_value memory_limit 3000M
      php_value max_execution_time 300
      php_value max_input_time 300
      </IfModule>

      – Make sure your internet is ok and stable.
      – Make sure your PC performance is ok.

      If you have anyproblem, please back with us!

Viewing 1 reply thread

You must be logged in to reply to this topic.