• Hello,

    Suddenly I get an error 404 in WP dashboard. I can’t enter it niether. Till now, everything seemed OK. After renaming Slide Anything to Slide Anythingxxxx in FTP program, dashboard comes back and I can enter it again.
    My info:
    PHP 7.4
    WP v5.8.3
    Slide Anything v2.3.40
    Slide Anything Pro v2.0.1

    Thx

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter cross80

    (@cross80)

    If I deactivate Slide Anything Pro things back to normal again….I think there is
    incompatibility between Pro and Free version….

    • This reply was modified 2 years, 2 months ago by cross80.
    Plugin Author simonpedge

    (@simonpedge)

    Strange, I’ve not see this before.
    Do you have a (security) plugin installed that changes the login URL of your WP Dashboard (e.g. WPS Hide Login)? Otherwise you may have been logged out – try logging in via the URL:
    https://sitename.com/wp-login.php

    Also try enabling WordPress Debug mode on your site to see if there are any debug errors. Do this by adding the lines:

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

    To your wp-config.php file just before the ‘That’s all, stop editing!’ comment line.

    Also are you getting any JavaScript on the page – press CTRL+SHIFT+J to see the JS Console.

    Thread Starter cross80

    (@cross80)

    Hello,

    No security plugin installed. I get errors in dashboard after enabling WP-DEBUG:

    Notice: Constant SL_APP_API_URL already defined in …/wp-content/plugins/slide-anything-pro/php/slide-anything-pro-functions.php on line 159

    Notice: Constant SL_PRODUCT_ID already defined in …/wp-content/plugins/slide-anything-pro/php/slide-anything-pro-functions.php on line 161

    Notice: Constant SL_INSTANCE already defined in …/wp-content/plugins/slide-anything-pro/php/slide-anything-pro-functions.php on line 164

    As for Javascripts I only get this issue:
    JQMIGRATE: Migrate is installed, version 3.3.2

    Regards

    Plugin Author simonpedge

    (@simonpedge)

    These are just Notices (not errors) and shouldn’t cause issues.

    What happens when you try enter this URL to login:
    {SITENAME}/wp-login.php
    (replace {SITENAME} with the URL of your site)

    Thread Starter cross80

    (@cross80)

    I have already tried that URL domain/wp-login.php and nothing happened. But, I have noticed that Pro version when enabled, slows down WP dashboard, and then error 404 occures. Once, WP dashboard came back to normal funcionality (even after very slow load) when Pro version was enabled…very strange

    Plugin Author simonpedge

    (@simonpedge)

    Ok, I have a potential solution – email me using the contact form on this page:
    https://edgewebpages.com/
    (a modification to the PRO plugin that I think will solve this)

    Plugin Author simonpedge

    (@simonpedge)

    Ok, this has been resolved. Let me know if you have any further issues.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error 404 in WP dashboard’ is closed to new replies.