| :: |
| Author |
Message |
noworyz PR0

Joined: 08 Jan 2007 Posts: 87
|
Posted: Sun Mar 25, 2007 9:08 pm Post subject: RC3 issues |
|
|
Wanted to make my own post as to not hijack other users RC3 issues.
Issue #1
when viewing my urllist.txt.gz file located at http://www.egriz.com/GrizBoard/urllist.txt.gz I get the following error.
| Code: | | SQL Error : 1104 The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay |
Issue #2
When turning on the styling for sitemaps, the following error occurs.
| Code: | | Error loading stylesheet: An XSLT stylesheet does not have an XML mimetype:http://www.egriz.com/GrizBoard/ggs_style/mxgss.xsl |
Issue #3
I personally don't see any difference between having the styling on verses off for RSS. Both look the same even after cache deletion. My rss feed is located at http://www.egriz.com/GrizBoard/rss.xml.gz. Is this how it is supposed to look when styled?
One more question, when submitting to Google and Yahoo, should we only submit the main files such as sitemaps.xml.gz or should we submit the individual forum sitemaps as well?
Thanks |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Mon Mar 26, 2007 10:24 am Post subject: Re: RC3 issues |
|
|
Issue 1 : try limiting a bit more the output, by time and by cycle.
Here you seem to query 100 items at a time for yahoo listing, try with 50.
Issue 2 :
mime types hu, try deleting anything above :
| Code: | | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
in mxrss2.xsl.
if not enough, you can as well try to rename it to mxrss2.xslt and then open mx_ggsitemaps/includes/ggs_functions.php and repace :
| Code: |
$ggs_xslt = ($this->google_config['ggs_xslt']) ? "\n" . '<?xml-stylesheet type="text/xsl" href="' . $this->path_config['sitemap_url'] . 'ggs_style/mxgss.xsl"?>' : '';
|
with :
| Code: | | $ggs_xslt = ($this->google_config['ggs_xslt']) ? "\n" . '<?xml-stylesheet type="text/xsl" href="' . $this->path_config['sitemap_url'] . 'ggs_style/mxgss.xslt"?>' : ''; |
This bug seems server related, the same style-sheets works mostly everywhere, erf.
Until then, no style is applied, you'd better deactivate it until it works fully.
This does not mean the RSS feeds are not working well, they are actually
And then, only the sitemapindex needs to be submitted (sitemaps.xml(.gz)).
By the way, do not forget about the last touch
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
noworyz PR0

Joined: 08 Jan 2007 Posts: 87
|
Posted: Mon Mar 26, 2007 2:38 pm Post subject: Re: RC3 issues |
|
|
| dcz wrote: | Issue 1 : try limiting a bit more the output, by time and by cycle.
Here you seem to query 100 items at a time for yahoo listing, try with 50.
|
I put it to 50 and same issue. Before the upgrade it worked fine @ 100.
| dcz wrote: |
Issue 2 :
mime types hu, try deleting anything above :
| Code: | | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
|
I deleted this in both mxgss.xml and mxrss2.xml and had no effect
| dcz wrote: |
in mxrss2.xsl.
if not enough, you can as well try to rename it to mxrss2.xslt and then open mx_ggsitemaps/includes/ggs_functions.php and repace :
| Code: |
$ggs_xslt = ($this->google_config['ggs_xslt']) ? "\n" . '<?xml-stylesheet type="text/xsl" href="' . $this->path_config['sitemap_url'] . 'ggs_style/mxgss.xsl"?>' : '';
|
with :
| Code: | | $ggs_xslt = ($this->google_config['ggs_xslt']) ? "\n" . '<?xml-stylesheet type="text/xsl" href="' . $this->path_config['sitemap_url'] . 'ggs_style/mxgss.xslt"?>' : ''; |
This bug seems server related, the same style-sheets works mostly everywhere, erf.
Until then, no style is applied, you'd better deactivate it until it works fully.
This does not mean the RSS feeds are not working well, they are actually
|
I did this part but it seems that you had me rename the mxrss2.xml file yet in the functions file change the reference to the mxgss.xml file. So i tried renaming the mxgss.xml file and that had no effect either.
| dcz wrote: |
And then, only the sitemapindex needs to be submitted (sitemaps.xml(.gz)).
By the way, do not forget about the last touch
++ |
thanks for that and I will do that soon! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Mon Mar 26, 2007 10:35 pm Post subject: Re: RC3 issues |
|
|
Grr, this yahoo url list is a pain lol.
I'll take a deeper look at it soon, you can try to use the rc2 one, it should work for now.
About mxrss2.xsl, are you sure you did not confused with mxrss2.xml (that does not exist in the mod by the way) ?
I only suggested to try renaming this particular file to mxrss2.xslt and told you how to update the linking accodingly.
This one is really weird, I'm almost sure it's server related, I'll take a look at this as well.
By then, you can safely leave XSLT transform of for now, RSS feeds and Google sitemaps still do their job without it.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
noworyz PR0

Joined: 08 Jan 2007 Posts: 87
|
Posted: Mon Mar 26, 2007 10:42 pm Post subject: Re: RC3 issues |
|
|
yes, I meant xsl files (just accidentally wrote xml)
Thanks again for helping me out with this. If there is any info you need to help with this just let me know. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
noworyz PR0

Joined: 08 Jan 2007 Posts: 87
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
noworyz PR0

Joined: 08 Jan 2007 Posts: 87
|
Posted: Fri Mar 30, 2007 3:22 pm Post subject: Re: RC3 issues |
|
|
| yes, I overwrote the new one with the old one and that error came up. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
|
|