This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #109386
     carson2202
    Participant

    Hello. I am trying to upload the demo content onto my website. I am creating this on a local host using WAMP. At first when trying to upload the product demo theme, it would say that the demo content was installed. But no pages or content was added. Eventually the button to download the demo content would not work. Even to upload all demo from main site. I raised my execution time and max file size in the php.ini file but nothing. Can anyone help? Thanks in advance.

    #109531
     Radu
    Moderator

    Hi,

    Strange, please enable wp debug by going to ftp in root directory of your wp install open wp-config.php look for define( ‘WP_DEBUG’, false ); and change it to true and after this line add this

    COPY CODE
    
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?