Fails if you renamed your wp-content directory.
-
Warning: require_once([…]/public/wp/wp-content/plugins/rackspace-cloud-files-cdn/admin/manage.php): failed to open stream: No such file or directory in […]/public/content/plugins/rackspace-cloud-files-cdn/admin/functions.php on line 6
I added a separate content directory outside of WP and put WP in its own subdirectory to keep things clean. The plugin looks for a hard-coded path of /wp-content instead of using content_url() if I’m not mistaken.
Is it possible to have this fixed?
My current folder structure inspired by Mark Jaquith’s Skeleton
public - content -- plugins -- themes - wp -- wp-content --- plugins --- themes
https://www.ads-software.com/plugins/rackspace-cloud-files-cdn/
- The topic ‘Fails if you renamed your wp-content directory.’ is closed to new replies.