• Resolved wemsagency

    (@wemsagency)


    Hello,

    We have an intranet set up in a multisite environment. To access the site, users must first log in, and only logged-in users can see the content. Some users only use the front-end of WordPress, while only admins have access to the WordPress Admin menu and can log out. However, subscribers do not have this option. We tried using your logout function, but after clicking logout, we received an internal server error 500.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author cartpauj

    (@cartpauj)

    Paste the following lines in your wp-config.php file and then re-create the error condition.

    Then check /wp-content/debug.log and see what error is being logged and report back what you found. Should say “fatal error” in the log.

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    Thread Starter wemsagency

    (@wemsagency)

    I do not find a /wp-content/debug.log? in public_html of the main site

    Plugin Author cartpauj

    (@cartpauj)

    You may need to get with your web host to get the error logs then. Without the error log, it will be hard to know what’s happening ??

    Thread Starter wemsagency

    (@wemsagency)

    Hello, I’m happy to inform you that it’s working now. Many thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Intranet’ is closed to new replies.