Problem with demo installation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #903088
    Karel Rusnak
    Participant

    Hi,
    I have an issue here when clicking Import Demo Data I get an Error: Internal Server Error (500).
    All required and recommended plugins were installed and activated before.

    Can you help me with this ?

    Thanks

    #907391
    J. Davis
    Keymaster

    Hi Karel,

    Most likely you server does not have enough memory_limit to import sample data including step of regenerating thumbnails. You may exclude this action following the steps below:
    – navigate to Appearance > Theme Edito and agree with warning
    – in the sidebar on the right navigate withing theme structure: /inc > demo-import.php file
    – click on demo-import.php file to load it and find the line below:
    //add_filter( 'pt-ocdi/regenerate_thumbnails_in_content_import', '__return_false' );
    – remove the double-slash at the beginning of the line so it will look like this:
    add_filter( 'pt-ocdi/regenerate_thumbnails_in_content_import', '__return_false' );
    – save the changes and try to import sample data once again.

    You will be able to fulfill this action after import of sample data and regenerate thumbnails using third party plugins.

    As for hosting providers we recommend Bluehost for WordPress to be sure your site runs properly.

    best regards,
    J. Davis

    #1022392
    Esteban Urrutia
    Participant

    Hello, I did this but it doesnt fix.

    #1022535
    Andre Flores
    Moderator

    Hello Esteban!

    Kindly submit your request to our Help Desk providing a temporary access to WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.