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, [email protected].

    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.