macsters
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Doesn’t Work in 2.9I just cleared the cache in my browser and then typed http://www.mysite.com/sitemap.xml and all my updates were there, and it has continued to work properly since. I think it must have been a gliche in the upgrade to 2.9 and 2.9.1 and clearing the cache just seemed to allow it to start functioning properly again.
Good luck.Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Doesn’t Work in 2.9I got my sitemap working. I don’t know if this will help anyone else but after trying so many things and couldn’t get it to produce the new rebuild I decided to clear my cache and start again. Once I cleared my cache I went to view the xml sitemap and sure enough a new one with all my posts from the last 3 weeks was there. I’m not sure why that made the difference but possibly something in my cache was blocking the new rebuilds from showing. Possibly this may help someone else.
Forum: Fixing WordPress
In reply to: Weird [function.curl-setopt] after upgrading to 2.9I am also having problems with the Google XML Sitemap after upgrading to 2.9. I don’t get the above errors but my sitemap has not updated since I did the upgrade. I unchecked automatic update and used the manual rebuild but that did not update the sitemap either. It also shows an error trying to send it to Ask.com. I have upgraded to 2.9.1 but it still does not work. Can anyone give me any insight on what I need to do to get this to work. Thank you.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Doesn’t Work in 2.9Hi, I have the same problem. I have now upgraded to 2.9.1 but the sitemap still doesn’t update. When I try the “rebuild the sitemap” manually it says that it was generated but the actual sitemap does not change and the latest posts are still not added. I also get an error message when it tries to notify Ask.com. saying that it times out at line 2364 of the sitemap-core.php file. I checked that line and it is a blank line. I would really appreciate any insight on how to fix these issues. Thank you.
Forum: Fixing WordPress
In reply to: extra line after http://Thanks for replying.
I would just go into the html editor for pages and remove the extra line in that link.
They have been working fine today. I checked in the stylesheet the header definition that it seems to happen on and noticed that there were 2 extra 00’s before the color code. Could this have caused that to happen?
Here is the contents of my .htaccess file:# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
On this page: http://www.inflatablekayakworld.com/inflatable-reviews/inflatable-stand-up-paddleboards/
the link that reads “SeaEagle Longboard II” is one of the links it would happen on.
Hope this makes sense!