Error while trying to import demo.

Hello!
I am having a problem with installing a demo / HR template /, I get this error 
Fatal error: Maximum execution time of 30 seconds exceeded in /home4/arddeladmin/public_html/wp-includes/class-wp-image-editor-imagick.php on line 362

I have just installed WordPress, so the only plugins that are active, are from the theme, so I think the problem is somewhere else.

Can you please help?

Thanks in advance!

Comments

  • Error Resolved: 
    I commented this lines
    // Set appropriate quality settings after resizing.
    if ( 'image/jpeg' == $this->mime_type ) {
    if ( is_callable( array( $this->image, 'unsharpMaskImage' ) ) ) {
    $this->image->unsharpMaskImage( 0.25, 0.25, 8, 0.065 );
    }

    $this->image->setOption( 'jpeg:fancy-upsampling', 'off' );
    }
    After the demo imported, i uncommented them and everything worked out well, so if any one have such issue, can try this one :)



Sign In or Register to comment.