WP_DEBUG notice for fileperms
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘WP_DEBUG notice for fileperms’ is closed to new replies.