What browser are you using?
I thought maybe it was a browser problem so I’ve tried in all of them! And get the same thing no matter which one:
IE
Opera
Chrome
FireFox
Safari
Try re-uploading the wp-includes folder.
Hey…. no, that didn’t make any difference. It’s weird because the media management window seems to work fine. I can upload files and manage them and stuff… it’s just when I click Insert into Post it turns to white (i.e. goes blank) and freezes on the screen.
Are you using any form of popup blocker? Can you try adding an image on a completely different machine? I’m not sure that it’s a WP issue but you could try re-uploading wp-admin and wp-include just in case. Also check through all files in your root WP folder for any suspicious code.
I’m having exactly the same problem with my blog, the other two work OK and one of them is the same version (latest), but the last blog I have done won’t upload pictures.
Try deactivating all plugins and switching to the default theme.
No, that hasn’t worked either… Is there anyway I can get a picture to show by linking from the other blog? (Picture as opposed to the URL).
You’d need to get the image’s url on the second blog which you get get by right-clicking on the image within a post and then selecting “Properties”. The url would then need to be manually inserted in to the first blog’s post content using:
<img src="http://some_domain.com/wp-content/uploads/2009/5/thispic.jpg" alt="" />
You may also want to check through all WP files though. Without wishing to be alarmist, some site hacks have been known to impact on WP Admin functionality.
OK thanks, what am I looking for in the WP files please (in the way of names?)? I’m a bit of a novice…
Thanks,
Have looked for exe files and can’t find anything.
Yeah, I have another domain on the same server with the exact same wp installation (separate installs but exact same files & database). I can insert an image with that one okay. But if I try to insert a video, it doesn’t actually insert the video, but it does insert the text from the TITLE field.
But back on my other one – even after disabling all plugins it still didn’t work.
what am I looking for in the WP files please
All .php files in the root WordPress directory and all of its sub-directories. A link to your site might also help to determine if there is anything untoward going on.