thatboyjim
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Upload ProblemWell it’s official… I’m an arse!
For some reason, filezilla only uploaded half the files up to the webserver. When I compared the 2 amounts, there were miles out.
All working hunky dory now.
Thanks again for your help MadsK.
Forum: Fixing WordPress
In reply to: Image Upload ProblemScreen shot here with comments – https://screencast.com/t/TNcy5cKAi
I’ve now tried to move it onto a sub domain where there is no .htaccess or mod rewriting taking place and it still doesn’t work.
Gone through all the usual steps with no luck.
I’m at the end of my teather with it now. ??
Forum: Fixing WordPress
In reply to: Image Upload ProblemThank you so much for this.
I suspect there is a problem with javascript in my blog. Perhaps caused by my .htaccess file. The reasons I say this are…
1. my menus don’t expand and contract like that
2. I don’t see that toolbar at the top with image icons on.
3. my browser throughs javascript errors when the page loads.Any ideas what I need to add to make it ignore my blog?
RewriteEngine on RewriteRule ^blog/?$ /blog/index.php [L] RewriteRule ^forum/?$ /forum/index.php [L] RewriteRule ^news/([A-Za-z0-9_+]+)/?$ /news.php?article=$1 [L] RewriteRule ^news_archive/([0-9+]+)/?$ /news_archive.php?page=$1 [L] RewriteRule ^news_archive/?$ /news_archive.php [L] RewriteRule ^news/?$ /news.php [L] RewriteRule ^events/id/([0-9+]+)/?$ /events.php?id=$1 [L] RewriteRule ^events/([0-9+]+)/?$ /events.php?year=$1 [L] RewriteRule ^events/?$ /events.php [L] RewriteRule ^contact/([A-Za-z-0-9_+]+)/?$ /contact.php?subject=$1 [L] RewriteRule ^contact/?$ /contact.php [L] RewriteRule ^rehoming/([0-9+]+)/page/([0-9+]+)/?$ /rehoming.php?cat=$1&page=$2 [L] RewriteRule ^rehoming/([0-9+]+)/([A-Za-z0-9_+]+)/?$ /rehoming.php?cat=$1&url=$2 [L] RewriteRule ^rehoming/([0-9+]+)/?$ /rehoming.php?cat=$1 [L] RewriteRule ^rehoming/?$ /rehoming.php [L] RewriteRule ^shop/cat/([A-Za-z0-9_+]+)/prod/([A-Za-z0-9_+]+)/?$ /shop.php?cat=$1&prod=$2 [L] RewriteRule ^shop/cat/([A-Za-z0-9_+]+)/?$ /shop.php?cat=$1 [L] RewriteRule ^shop/?$ /shop.php [L] RewriteRule ^([A-Za-z0-9_/+]+)/?$ /content.php?page=$1 [L]
Thanks again for your help with this!
P.S. those screen cast things are awesome!
Forum: Fixing WordPress
In reply to: Image Upload ProblemI must be going mad here…
1. I don’t seem to have tinyMCE
2. I can’t see anything to do with Titel / PermalinkAm I missing something?
Forum: Fixing WordPress
In reply to: Image Upload Problemhallelujah!!! It’s worked!!! You are a star.
From there, I can’t seem to see the option when editing a post to insert an image. Any ideas?
Sorry to be a pain!
Forum: Fixing WordPress
In reply to: Image Upload ProblemDo you put the absolute url in?
Or can I put…
/media
to take it to root?
Forum: Fixing WordPress
In reply to: Image Upload ProblemI certainly have. It is strange. ??
Forum: Fixing WordPress
In reply to: Image Upload ProblemThanks for the reply. I’ve just gone through each of those items with no luck.
I have flash v10 installed, but navigated to the browser upload screen instead. Is this ok?
Should wordpress give me some sort of error to tell me what’s going on?