phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Error with styles

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » GYM Sitemaps
::  
Author Message
Sultani



Joined: 08 Oct 2007
Posts: 10

Error with stylesPosted: Mon Oct 08, 2007 7:38 pm    Post subject: Error with styles

hi, this mod seems to be a must have, but bad for me i cant make it work.

I think i made the right thing, but if he gives me this error when i open sitemap,php or rss.php something i messed up:

Erro no carregamento da folha de estilos: Ocorreu um erro de rede ao carregar uma folha de estilos XSLT:http://www.example.com/forum/forum/ggs_style/mxgss.xsl

The brownser says me that was an error while loading a style sheet,

But i could figure it out the reason, as you can see i have 2 paths forum/forum/ !

What could be wrong?

If you want to check my forum simple click on the first link on my sig (Atention
Adult Content )

Thanks in advance
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

Error with stylesPosted: Tue Oct 09, 2007 10:03 am    Post subject: Re: Error with styles

Looks like the auto discovery of the sitemap.php, urilist.php and rss.php fails with your server.

Try hard-coding the proper URL as explained in the files.

Example with sitemap.php :

Code:
$paths['sitemap_url'] = trim($paths['root_url'], '/') . $script_path;
// In case this fails, just hard code the full url to the folder where this file is installed :
// $paths['sitemap_url'] = 'http://www.example.com/eventual_folder/';


You should replace this with :

Code:
$paths['sitemap_url'] = trim($paths['root_url'], '/') . $script_path;
// In case this fails, just hard code the full url to the folder where this file is installed :
$paths['sitemap_url'] = 'http://www.example.com/eventual_folder/';


And of course put the correct URL to the file, for the three files.

++

_________________
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
Visit poster's website
Sultani



Joined: 08 Oct 2007
Posts: 10

Error with stylesPosted: Tue Oct 09, 2007 4:43 pm    Post subject: Re: Error with styles

well, thanks for reply, but i tink this situation is not so simple...at least for me!

I did exactly what u told me to do, and now when i hit -www.example.com/forum/sitemap.php e redirect me to this link:
-http://www.example.com/forum/forum/sitemaps.xml.gz

any ideas how to solve this?

I can grant u access to my server if you want.

i have one question, is this mod crawl my pages automaticly, or i have to set up cronjob to do this?

Edit: Sorry i forgot to take out the slashes from the line:
Code:
$paths['sitemap_url'] = trim($paths['root_url'], '/') . $script_path;
// In case this fails, just hard code the full url to the folder where this file is installed :
// $paths['sitemap_url'] = 'http://www.example.com/eventual_folder/';


The correct path is fixed, but now he apoint me to this link:
-http://www.example.com/forum/sitemaps.xml


This file dont exist on my folder, do i have to manualy create him?

Thanks in advance
Back to top
Sultani



Joined: 08 Oct 2007
Posts: 10

Error with stylesPosted: Tue Oct 09, 2007 5:56 pm    Post subject: Re: Error with styles

Ok i tink it´s fixed all the problems, i have deselected some options in acp, like:
Quote:
Check Duplicates
The module will check if the requested URL actually matches the real one, and will http 301 redirect if needed.
NOTE : This check is (for now) only performed when pages are being cached, it will be of no effect when the page is called from the cache.


This option was interfering with the brownser redirect, and it was making a bad request.

I am looking to the sitemap, and i see that the links are not rewrited, i dont have the simple, mixed or advanced mod rewritte instaled, but i have other one, and i dont remember what mod is this, so i cant uninstall it, to install one of this here.

I already checked all the files and i see the code, but i dont know what is the name of this mod, to reverse the steps of the installation.

Can you help me figure it out what mod could be this?

Edit: I found some more issues;

1- When i click in the Source on the rss feed, it´s suposed to show me the feed for that forum, but when i click it goes to the forum and appears me this message:
An Error Occurred
Link in question:
(It happens in all, this is just an example)
Code:
http://www.example.com/forum/forum-rss47.xml


2- I configurate on ACP to show the content of the message in the rss, but doesnt show me Rolling Eyes

Thanks again
Back to top
Sultani



Joined: 08 Oct 2007
Posts: 10

Error with stylesPosted: Wed Oct 10, 2007 12:43 am    Post subject: Re: Error with styles

Another issue, and sorry for all this questions, but i dont have to much time left to spend on this.

If someone could help me sorting out and make this mod work on my forum asap please tell me, i will be grateful.

And if not, let me know too, like i said my time to spend with this mod is almos ending, if i will not be able to make it work, i will remove it and install the previous one, cause i cant have my site without sitemap and rss.

Heres the link to my sitemap and rss:
( Atention adult content)
-http://www.example.com/forum/rss.xml
-http://www.example.com/forum/sitemaps.xml

Try to click on the links to the topics, that links dont work!

I guess it is somehing to do with the rewrite ruls on .htacess.

Thanks in advance
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

Error with stylesPosted: Thu Oct 11, 2007 8:02 am    Post subject: Re: Error with styles

Looks like it's all working good now.

++

_________________
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
Visit poster's website
Sultani



Joined: 08 Oct 2007
Posts: 10

Error with stylesPosted: Thu Oct 11, 2007 8:13 am    Post subject: Re: Error with styles

dcz wrote:
Looks like it's all working good now.

++


Hi, they wasnt working, and still not work when i click on Source, but now appears me this message:
Quote:
500 Internal Server Error :

An Error Occurred
Your call to Yahoo Web Services returned an unexpected HTTP status of:
Request : http://www.phpbb-seo.com/yahoo.php?appid=O1ibW8DV34EMprA5NaGZLbE6LJSc.mvsrmCZA3_8FGUZgBdF4WET8llZTWR.jRXE&url=http://www.desinibidas.com/forum/asian-images-rf33.xml
Response :


I dint put that link on the acp, i only put the yahoo appid!
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

Error with stylesPosted: Thu Oct 11, 2007 8:46 am    Post subject: Re: Error with styles

The yahoo notification seems to be bugged, just turn it off, it's not very useful anyway.

++

_________________
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
Visit poster's website
Sultani



Joined: 08 Oct 2007
Posts: 10

Error with stylesPosted: Thu Oct 11, 2007 5:05 pm    Post subject: Re: Error with styles

dcz wrote:
The yahoo notification seems to be bugged, just turn it off, it's not very useful anyway.

++


Ok that solved the problem.

I tink all the problems gone, but i have one more question.

Im trying to change the language on rss feed, where it says:

Quote:
Link : Desinibidas Forum Feeds - Feeds list
Source : Desinibidas Forum Feeds - Thu, 11 Oct 2007 16:18:28 GMT


That text in bold is not on the lang_ggs_main.php or lang_ggs_admin.php file!

Where can i change this?
Cause dont make sense for me, it make more sense this way:
Quote:
Link Source: Desinibidas Forum Feeds - Feeds list
Feed For : Desinibidas Forum Feeds - Thu, 11 Oct 2007 16:18:28 GMT


But this is just my opinion, and if is possible to change, where can i change it?

Thanks for your time
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

Error with stylesPosted: Sun Oct 21, 2007 11:13 am    Post subject: Re: Error with styles

Well, it's only because the source is the feed according to the RSS standards : http://feedvalidator.org/docs/rss2.html#ltsourcegtSubelementOfLtitemgt

You can of course change this, you'll have to open ggs_style/mxrss2.xml and do it from there.

The up coming GYM sitemaps module for phpBB3 will use a dynamic xslt style-sheet system in order to prevent this type of hard coding.

++

_________________
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
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » GYM Sitemaps
Page 1 of 1

Navigation Similar Topics

Jump to: