• Resolved brasofilo

    (@brasofilo)


    Started to test the plugin in my dev environment and it’s dumping this notice in Settings -> Private Files:

    Warning: fileperms() [function.fileperms]: stat failed for /path/wp-content/customer-area in /path/wp-content/plugins/customer-area/includes/core-addons/private-file/private-file-admin-interface.class.php on line 560

    That’s because the directory doesn’t exist yet. Have you considered creating it programmatically on_activation?

    I see you don’t have an uninstall procedure, check: http://wordpress.stackexchange.com/q/80350/12615

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Thanks for the bug report on fileperms. I’ll look into that.

    As for the uninstall, I will also put it on my todo list.

    Regards,

    Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Fixed in 1.6.3 (I have left the uninstall for now, feel free to implement it and send me a patch if you want to do it, I prefer to implement some other features first).

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

The topic ‘WP_DEBUG notice for fileperms’ is closed to new replies.