iowagirleats
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: rss2 Feed Not Updating – but Feedburner Feed Is…It’s not pointless though, because people are able to subscribe to both and the rss2 feed is literally taking hours to update after the feedburner one does. I don’t understand how this could be so, if the feedburner feed is “fed” off of the original rss2 feed?
Forum: Plugins
In reply to: Made a mess of RSSDid you ever get this figured out?
Forum: Fixing WordPress
In reply to: Rss2 feed not updating since started using Feedburnerand I guess I should say that the rss2 feed in Google Reader is not updating. That’s my main problem – I’m still able to subscribe to iowagirleats.com/feed in Google reader, when I thought everything should be directed to feedburner…
Forum: Fixing WordPress
In reply to: Rss2 feed not updating since started using FeedburnerI think it is?! I have the feedsmith plugin and I edited my htaccess file thusly:
# Redirect /feed/ to Feedburner (if not Feedburner bot)
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ https://feeds.feedburner.com/iowagirleats [R,L]
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Export XML file not Importing with 2.8Pam: Did you ever get this resolved? I’m having the same problem as we speak and it’s driving me CRAZY!
Forum: Fixing WordPress
In reply to: Activating .xml after ftp upload?Thanks so much – I did this but now the file is just sitting in there…not activating or anything. Is there a second step I should be doing? Does it matter that I activated my theme THEN uploaded my .xml file?
Forum: Fixing WordPress
In reply to: Uploading site file that is bigger than maximum allowedSo I increased the max file size to 30B, but when I try and import my .xml file, I get all the way to “assigning authors and import attachments” then I get the following error in wordpress:
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache/1.3.33 Server at iowagirleats.com Port80
Then I also get a pop up error in my file account manager in my hosting account (Go Daddy) that says:
There was an error processing your request. Additional details are in the server logs.
Yesterday they had me add the following string to my php.ini file to increase my max upload file saize, and rename it to php5.ini:
memory_limit = 50M
post_max_size = 100M
file_uploads = On
upload_max_filesize = 30MI’m thinking the error maybe has something to do with this?
THANK You!!