Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AlanP57

    (@alanp57)

    Turing on WordPress debugging should show us exactly what is causing the problem. To turn on WordPress debugging, edit the wp-config.php file and change

    define('WP_DEBUG', false);

    to

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);

    (Be sure to change this back when you are done.)

    Now different kinds of messages, some will not be related to Media Library Folders, will be written to a debug.log file in the wp-content folder. Go to the page that produces the server error and then take a look at the debug.log file and you can send a copy of the file to me at [email protected].

    Hi @tsfm,
    We have also tested WordPress Media Library Folders plugin with Emmet and Visual Builder locally and could not replicate that error.
    But I started getting error after installing and activating Gigs Calendar plugin https://www.ads-software.com/plugins/gigs-calendar/ which has not been updated for 2 years.
    You can also try to deactivate out of date plugins to test it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘500 Error’ is closed to new replies.