• mohnjatthews

    (@mohnjatthews)


    Hi there,

    I cannot create any new folders using Media Library Plus. I can delete folders, but I can’t create new ones regardless of where I try to create them. As far as I know there haven’t been any CHMOD/permission changes on the server.

    Any one got any ideas?

    Thanks,
    John

    https://wordpress.org/plugins/media-library-plus/

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

    (@alanp57)

    John,

    Do you know if your site’s server is running Windows?

    Alan

    Thread Starter mohnjatthews

    (@mohnjatthews)

    Hi Alan,

    No we’re running a standard LAMP stack.

    Plugin Author AlanP57

    (@alanp57)

    We can find out what is happening when you create folders by turning debugging on. Here is how to do it; add these lines of code to your wp-config.php file:

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

    They replace the line

    define('WP_DEBUG', false);

    Go to MLP and try to create a folder. Then look for the file debug.log in the wp-content directory and send it to my email address, alan@maxfoundry.com.

    And once your done debugging, Replace those lines with

    define('WP_DEBUG', false);

    Hi, was this ever resolved, I am having the same issue!

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

The topic ‘Cannot Add New Folders’ is closed to new replies.