| :: |
| Author |
Message |
andrei155
Joined: 05 Jan 2008 Posts: 14
|
Posted: Mon Jan 07, 2008 1:16 am Post subject: Error when viewing sitemap.php |
|
|
when i try to access www.bldhosting.net/sitemap.php bldhosting.net being my domain name, and the "server_name" in the config, i get the following:
| Code: | The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. |
My sitemap.php and the ggs_style folder are both in the root directory. |
|
|
| Back to top |
|
 |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 512 Location: Michigan
|
Posted: Mon Jan 07, 2008 1:37 am Post subject: Re: Error when viewing sitemap.php |
|
|
I also see "Access is denied".
Make sure that CHMOD permissions to both, mx_ggsitemaps/gs_cache/ are set to 777
See if that helps... |
|
|
| Back to top |
|
 |
andrei155
Joined: 05 Jan 2008 Posts: 14
|
Posted: Mon Jan 07, 2008 1:42 am Post subject: Re: Error when viewing sitemap.php |
|
|
| how would I set CHMOD to an apache installation? |
|
|
| Back to top |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 512 Location: Michigan
|
Posted: Mon Jan 07, 2008 1:47 am Post subject: Re: Error when viewing sitemap.php |
|
|
Are you using an FTP to edit your files with? all you have to do is change the permissions to those two directories, mx_ggsitemaps and gs_cache to 777 if your using an FTP program, right click with your mouse and you should be able to see options to CHMOD.
At the moment I can view your directory, you might want to place an index.html ( blank ) file in there so keep people out. also, looks like you are missing two more directories inside. |
Last edited by Peter77 on Mon Jan 07, 2008 1:48 am; edited 1 time in total |
|
| Back to top |
|
 |
andrei155
Joined: 05 Jan 2008 Posts: 14
|
Posted: Mon Jan 07, 2008 1:48 am Post subject: Re: Error when viewing sitemap.php |
|
|
| not using FTP |
|
|
| Back to top |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 512 Location: Michigan
|
Posted: Mon Jan 07, 2008 1:49 am Post subject: Re: Error when viewing sitemap.php |
|
|
| In whatever program that you use, cPanel maybe? click on the directory and look for "Change Permissions" set to 777 |
|
|
| Back to top |
|
 |
andrei155
Joined: 05 Jan 2008 Posts: 14
|
Posted: Mon Jan 07, 2008 1:51 am Post subject: Re: Error when viewing sitemap.php |
|
|
| Also i just added a blank HTML page. Tell me if that tworked. |
|
|
| Back to top |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 512 Location: Michigan
|
Posted: Mon Jan 07, 2008 1:57 am Post subject: Re: Error when viewing sitemap.php |
|
|
| No sorry, I still can view. You are missing the includes and the gs_cache directory. these folders are provided in the MOD zip file. What are you using to upload and edit your websites files with? ... it is yours not and not free hosting, right? |
Last edited by Peter77 on Mon Jan 07, 2008 1:58 am; edited 1 time in total |
|
| Back to top |
|
 |
andrei155
Joined: 05 Jan 2008 Posts: 14
|
Posted: Mon Jan 07, 2008 1:58 am Post subject: Re: Error when viewing sitemap.php |
|
|
| could you link me to a download, so i could reinforce these? |
|
|
| Back to top |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 512 Location: Michigan
|
|
| Back to top |
|
 |
andrei155
Joined: 05 Jan 2008 Posts: 14
|
Posted: Mon Jan 07, 2008 2:08 am Post subject: Re: Error when viewing sitemap.php |
|
|
| Ok i have those. But i have the same problem. But how do i CHMOD if lets say i have access to the files. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: Mon Jan 07, 2008 10:44 am Post subject: Re: Error when viewing sitemap.php |
|
|
The first error message you had could be due to the gs_style/ dir not to be uploaded where rss.php and sitemap.php are.
Now that you have deactivated style, the sitemap displays, but like if it was a text file, despite the proper header sent :
| Code: | | Content-Type: text/xml; charset=UTF-8 |
This is no big deal, but. Make sure you did not had any spaces at the end of the mod's files just in case. Could be it.
CHMOD is only used for caching, as peter said, you only need to chmod one dir, the mx_ggsitemaps/gs_cache/ one, to 777.
What is the message you get about the cache status in ACP ? |
_________________ 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 |
|
 |
|
|