schajee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Miscellaneous Settings: Upload location?On a related note, I have had issues with the upload folder’s location when WordPress ‘content’ folder is setup a level higher as explained in Editing wp-config.
Since the path is supposed to be relative, I added ‘../’ to move higher, which works fine except that the links are now formed as http://example/wordpress/../content/media.
It is nothing more than annoying, but I would like to see the full path resolved before it is saved.
Forum: Fixing WordPress
In reply to: Upgraded to WP 2.6 and can’t access wp-admin areaSorry about the Cookie madness earlier…. forgot to mention that it was at home on a clean install.
Forum: Fixing WordPress
In reply to: Upgraded to WP 2.6 and can’t access wp-admin areaHere’s are my cookies… just in case. The reset cookies works for me, but who knows what u might discover from these.
1. NAME = wordpress_logged_in_d676ec21cf050e966685794aa715694f
CONTENT = removed
PATH = /sitename/2. NAME = wordpress_d676ec21cf050e966685794aa715694f
CONTENT = removed
PATH = /sitename/wp-admin3. NAME = wordpress_d676ec21cf050e966685794aa715694f
CONTENT = removed
PATH = /sitename/wp-content/plugins4. NAME = wordpress_d676ec21cf050e966685794aa715694f
CONTENT = removed
PATH = /sitename/5. NAME = wordpress_test_cookie
CONTENT = WP+Cookie+check
PATH = /sitename/Edit by moderator: Removed dangerous cookie madness
Forum: Themes and Templates
In reply to: get_the_content WITH formattingNevermind… managed to do some more
preg_replaceto replace the carriage returns with<p>tags. Works fine now 🙂