Hello,
Images are broken on subfolder WordPress install and with custom wp-content root.
Hope this helps, the WP install folder structure is:
/wp/
/wp-content/
/index.php
/wp-config.php
Hello,
Images are broken on subfolder WordPress install and with custom wp-content root.
Hope this helps, the WP install folder structure is:
/wp/
/wp-content/
/index.php
/wp-config.php
Ok thanks, I have tested with a custom wp-content root, but not combined with WordPress in a subfolder.
This issue is fixed in trunk
The issue is still there with RC7.
Broken image links on one side only, admin or front-end.
Tested the gallery root setting with:
wp-content/gallery/
and
../wp-content/gallery/
../wp-content/gallery/ is actually now my development server setup.
I can't reproduce this error.
Image urls are still broken on subfolder WordPress install and with custom wp-content root. (using RC9)
/wp/
/wp-content/
/index.php
/wp-config.php
Observations - with EZG setup /wp-content/ftp/
1. Expected to create folders inside in /wp-content/ftp/, but folders created inside /wp/wp-content/ftp/
2. Folders not getting indexed from /wp-content/ftp/, only from /wp/wp-content/ftp/
ps: Everything works with /wp/wp-content/ setup (wp-content root inside /wp/ subfolder)
if you have this setup, the gallery folder should be ../wp-content/ftp
The gallery folder is relative to ABSPATH, the WordPress folder.
May need some clarification in the settings page...
(trunk) Sttings screen now shows the file system path to your gallery folder.
This issue is still there using the plugin final v.0.1 version.
Your gallery folder: content/gallery
Relative to your WordPress installation.
Your current setting maps to D:/www/_test/wordpress-latest-plugin-test/wp/content/gallery/
The plugin uploads the images to that directory,
but broken images are pointing outside /wp/ subdirectory, because the /wp-content/ is outside /wp/ directory.
-> _test/wordpress-latest-plugin-test/content/gallery/
With different setting:
Your gallery folder: ../content/gallery
Relative to your WordPress installation.
Your current setting maps to D:/www/_test/wordpress-latest-plugin-test/content/gallery/
The plugin uploads the images to that directory,
but broken images are pointing to one directory higher
-> _test/content/gallery/
(missing main website folder)
Here is a screenshot with the gallery path settings:
http://qikr.co/files/pics/e/ezgsetting61943.png
ok I'll check again.
What are your General URL settings?
Website url:
http://localhost.com/www/_test/website
WP install directory structure
(based on https://github.com/markjaquith/WordPress-Skeleton)
D:/www/_test/website/wp/
D:/www/_test/website/wp-content/
D:/www/_test/website/index.php
D:/www/_test/website/wp-config.php
WordPress Address (URL) vs Site Address (URL) ?. In. Settings.
please try trunk
Thanks, now images are displayed correctly on WordPress subfolder install with custom /wp-content/ outside the /wp/ subfolder.
Both URLs are the same.
WordPress Address (URL) : localhost.com/_test/website
Site Address (URL) : localhost.com/_test/websiteHm, the WordPress Address should have been localhost.com/_test/website/wp/
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
The setup is based on this setting:
https://github.com/markjaquith/WordPress-Skeleton
Yes, you said so, but this may break more plugins, because they rely on the site URL.
You must log in to post.