Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    Well. That’s a first. Hm. Hopefully WP has something to say about it… Could you add the following to your wp-config.php file?

    define('WP_DEBUG', true);
    if ( defined('WP_DEBUG') && WP_DEBUG == true ) {
        define('WP_DEBUG_LOG', true);
        define('WP_DEBUG_DISPLAY', false);
        @ini_set('display_errors',0);
    }
    define('NGFB_DEBUG', true);
    define('NGFB_WP_DEBUG', true);

    And retry the install?

    After that, check wp-content/debug.log for errors.

    Thanks,

    js.

    Thread Starter RMJ

    (@rmj)

    I manually deleted the directory and I downloaded and installed older version 6.10. It installed fine and then I was able to install the newest update without errors.

    I don’t know what was wrong with it. But hopefully it was one time problem.

    I noticed now that the cache directory is not rewritable. Is it not possible automaticly chmod it during installation ? Would save me to connect to server and chmod it manually…

    Plugin Author JS Morisset

    (@jsmoriss)

    That’s a known issue with WordPress in general – I don’t know why they don’t fix it.

    It’s a tricky thing for a plugin to try and change perms because often the current process owner is not the file owner, which means it cannot change file perms.

    Let me put that on my todo list and see if I can’t come up w something clever. ??

    js.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘6.11.1 fails to install (deletes all it's files)’ is closed to new replies.