Problem creating WPPA folder
-
I get this error when I try to activate the plugin:
Could not create the wppa directory. Ask your administrator to give you more rights, or create /usr/share/wordpress/wp-content/uploads/wppa manually using an FTP program.
I did a couple of defines in wp-config.php to move the uploads folder to a subfolder via:
define( ‘WP_CONTENT_DIR’, $_SERVER[‘DOCUMENT_ROOT’] . ‘/wp-content/hack’ );
define( ‘WP_CONTENT_URL’, ‘https://’ . $_SERVER[‘HTTP_HOST’] . ‘/wp-content/hack’ );The uploads folder should be under /usr/share/wordpress/wp-content/hack along with plugins and themes folders as well. However, the plugin doesn’t appear to see this change. I also tried:
define (‘UPLOADS’, ‘/wp-content/hack/uploads’);
This didn’t work either. Can it be fixed so that the plugin recognizes that I moved the wp-content folder?
- The topic ‘Problem creating WPPA folder’ is closed to new replies.