Idiot WP Problems

Status
Not open for further replies.

trigatch4

BuildAndEarn
Aug 23, 2006
2,558
79
0
East Coast
www.eurekadiary.com
I haven't posted on my blog in a month and when I'm FINALLY ready to and did a little PODCAST the damn thing won't post. Every post I make just turns up blank.

WTF? Anyone else experiencing this?
Any fixes?

It's not only when I try to post an MP3 for playback... I removed the MP3 and the same thing happened.

SO GAY!
 


Is the install up to date? If not try updating to the latest and it may fix the problem, if not did you install any plugins lately? If so try deactivating them and posting.
 
Hi,

It looks like you are using the Audio Player from 1 Pixel Out » Audio Player Wordpress plugin. It may be worth a try to upgrade it. That Audio Player has an upgrade wizard built into it. In the options panel, you can find out if a new update is available by clicking the Check for updates button. If an update is available, click Upgrade and the wizard will download the latest version and install it for you.

Failing that, I would use the deactivate all plugins button in WordPress and just enable the audio one to see if it works then. Worth a try. :)
 
Figured out it was from my .htaccess. I had gotten the following clip of code to redirect my non-www's to www's. It was effing up a lot of stuff so if you have better code that won't eff shit up... lemme know.

Code:
 RewriteEngine On
  RewriteCond %{HTTP_HOST} ^eurekadiary\.com 
  RewriteRule ^(.*)$ http://www.eurekadiary.com/$1 [R=permanent,L]

Thanks.
 
Status
Not open for further replies.