Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: rah_sitemap
@scottcal
maybe it is because of gzip compression together with non existing “.gz” extension?
try to switch the the gzip compression off and than try to view the sitemap. it should work. if it disturbs you, you can alternatively give the sitemap a custom url, with “.gz” extension.
anyway, it doesn´t matter for google & co.. Test it in “Google webmaster tools” or “Bing webmaster” they will say, that the sitemap is standard conform.
Also you can, if you are still not sure, download the sitemap by “hand” with a tool like wget, gunzip it and name it with the extension “.xml” and it will show up in Firefox.
Last edited by whocarez (2010-09-09 21:51:52)
Offline
Re: rah_sitemap
whocarez wrote:
maybe it is because of gzip compression together with non existing “.gz” extension?
try to switch the the gzip compression off and than try to view the sitemap. it should work. if it disturbs you, you can alternatively give the sitemap a custom url, with “.gz” extension.
The plugin, rah_sitemap, does also show the sitemap when http://example.com/sitemap.xml
or http://example.com/sitemap.xml.gz
URLs are requested. Both require working clean URLs.
Offline
Re: rah_sitemap
Gocom wrote:
The plugin, rah_sitemap, does also show the sitemap when
http://example.com/sitemap.xml
orhttp://example.com/sitemap.xml.gz
URLs are requested. Both require working clean URLs.
not at all, on my site I have the same error with firefox, when I view only ?rah_sitemap=sitemap
with gzip compression on. It´s IMHO because firefox – and other browsers too – doesn´t recognize, that it has to handle a gzipped file. But it is no problem at all.
Maybe we can avoid this error, when view mod
is unzipping automatically the sitemap file?
Last edited by whocarez (2010-09-09 22:35:19)
Offline
#100 2010-09-09 23:09:47
Offline
#101 2010-09-11 00:28:41
Re: rah_sitemap
Sorry about the late response looks like the gzip compression was the culprit. Thanks for all the info you guys are great. I guess I didn’t realize it was set by default. It most likely was conflicting with the compress that I had already set for headers and some other files.
Offline
#102 2010-09-11 13:14:34
Re: rah_sitemap
scottcal wrote:
Sorry about the late response looks like the gzip compression was the culprit. Thanks for all the info you guys are great. I guess I didn’t realize it was set by default. It most likely was conflicting with the compress that I had already set for headers and some other files.
Glad you got it solved :-)
Offline
#103 2010-10-21 18:46:13
- element
- Member
- Registered: 2009-11-18
- Posts: 99
Re: rah_sitemap
rah_sitemap doesn’t rewrite url to sitemap.xml while rewrite for site is working. Any idea why?
Offline
#104 2010-10-29 10:00:29
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: rah_sitemap
after installing latest version i get this error message:
arning: CREATE command denied to user 'av04'@'localhost' for table 'rah_sitemap' CREATE TABLE IF NOT EXISTS rah_sitemap ( `url` VARCHAR(255) NOT NULL, `posted` DATETIME NOT NULL, `include` INT(1) NOT NULL, PRIMARY KEY(`url`) ) in /home/av/av04/www/textpattern/lib/txplib_db.php on line 85
Warning: CREATE command denied to user 'av04'@'localhost' for table 'rah_sitemap_prefs' CREATE TABLE IF NOT EXISTS rah_sitemap_prefs ( `name` VARCHAR(255) NOT NULL DEFAULT '', `value` LONGTEXT NOT NULL DEFAULT '', PRIMARY KEY(`name`) ) in /home/av/av04/www/textpattern/lib/txplib_db.php on line 85Textpattern
sitemap itself works though
Offline
#105 2010-10-29 12:31:51
Re: rah_sitemap
Gallex wrote:
CREATE command denied to user
Seems that the user that has been assigned for TXP’s database doesn’t have create permissions. Make sure that the database user, av04, has create permissions. Rah_sitemap won’t work properly without the DB tables (preferences can not be saved, errors will pop up).
That aside, unrelated, version 1.0 has been released. Changelog:
- Slightly changed backend’s installer call; only check for installing if there is no preferences available.
Offline
#106 2010-10-31 11:24:18
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: rah_sitemap
after plugin update error message disappeared :)
but i do have one more site (ms iis7 server based) with error message, what this message tells you?
Warning: BLOB/TEXT column 'value' can't have a default value CREATE TABLE IF NOT EXISTS rah_sitemap_prefs ( `name` VARCHAR(255) NOT NULL DEFAULT '', `value` LONGTEXT NOT NULL DEFAULT '', PRIMARY KEY(`name`) ) in H:\HostingSpaces\EST282\kumei.ee\wwwroot\textpattern\lib\txplib_db.php on line 85
Offline
#107 2010-10-31 22:56:30
Re: rah_sitemap
Gallex wrote:
what this message tells you?
It tells me that your MySQL is possibly running in strict mode, which in this situation makes it hate the default values. Thank you for reporting :-)
Released version 1.1. Changelog:
- Fixed issues appearing with the installer when MySQL is in strict mode.
Offline
#108 2010-11-01 12:01:55
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: rah_sitemap
on first visit to plugin preferences page after latest update, this message appeared:
Warning: Duplicate entry 'compress' for key 'PRIMARY' insert into rah_sitemap_prefs set name='compress', value='1' in H:\HostingSpaces\EST282\kumei.ee\wwwroot\textpattern\lib\txplib_db.php on line 85Textpattern
but it disappeared on next visit.
thanks
Offline