| |
|
| :: |
| Author |
Message |
Sultani
Joined: 08 Oct 2007 Posts: 10
|
Posted: 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

Joined: 28 Apr 2006 Posts: 14327
|
Posted: 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 |
|
 |
Sultani
Joined: 08 Oct 2007 Posts: 10
|
Posted: 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
|
Posted: 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
Thanks again |
|
|
| Back to top |
|
 |
Sultani
Joined: 08 Oct 2007 Posts: 10
|
Posted: 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

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
Sultani
Joined: 08 Oct 2007 Posts: 10
|
Posted: 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:
I dint put that link on the acp, i only put the yahoo appid! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
Sultani
Joined: 08 Oct 2007 Posts: 10
|
Posted: 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

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|