• Resolved wujanowski

    (@wujanowski)


    Have just tried to use your free plugin to create staged site for testing. Everything seemed OK, but after I logged in (using my original credentials, I could see my homepage in the background and 10+ lines of “code”, all starting with “Deprecated …” and some Warnings on the end and could not access my staged site. Tried to open Dashboard or Customize and this ended with showing blank page with a/m “code” lines.

    I have not changed any settings on Wp Staging plugin.

    Am I doing something wrong?

    Best

    Wladyslaw Janowski

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor alaasalama

    (@alaasalama)

    Hi @wladyslaw

    Most probably you have WP_DEBUG mode activated on this staging site, try to disable it by adding these lines into wp-config.php file of the staging site:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );

    NOTE: You must insert this BEFORE /* That's all, stop editing! Happy blogging. */ in the wp-config.php file.

    If this doesn’t help, then please create a new ticket via this form, and we will help you further from there.

    Thanks,
    Alaa

    Thread Starter wujanowski

    (@wujanowski)

    Hi @alaasalama

    Thank you for your hint. I found meanwhile a solution as I have installed another staging plugin (Wpvivid) and it worked fine for me.

    I would prefer not to hamper with the code directly – I’m not an IT expert ??

    Best

    Wladyslaw

    Plugin Author Rene Hermenau

    (@renehermi)

    Hi @wujanowski

    The warnings are still there. You just can not see them, but your website is still throwing these warnings internally, which can result in further issues.
    If you need help removing them, please get in touch with us here.

    All the best
    René

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No access to anything in the staged site’ is closed to new replies.