Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: No dashboard

    Are you using any caching or CDN service?
    If so try to disable it and check again.
    Enable debug in wp-config.php and check for any error output.
    Don’t rename the plugins directory. Try it by renaming the plugins seperately.

    Did you enabled debugging in wp-config.php?
    Enable debug and let us know if you get any error.

    define( 'WP_DEBUG', true );

    What about file permissions?
    Check your file permissions for the upload folder.

    Check if there is any .htaccess in your upload folder with this code. If so remove it

    order deny,allow
    deny from all

    These are just some suggestions.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)