Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help - where has my sitemap gone?

Help - where has my sitemap gone?

Locked

Views: 837

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
18 Jun 2009, 11:21 AM
#1
backinthesaddle avatar

backinthesaddle

New Zenner

Join Date:
Mar 2007
Posts:
74
Plugin Contributions:
0

Help - where has my sitemap gone?

I am setting up a site and was linking to the sitemap using EZ pages in the header

http://91.198.165.221/~cylinder/index.php?main_page=site_map

This was working with links to all the pages appearing on the sitemap but seems to have disappeared overnight. Obviously I know this can't be the case but it has been a while since I worked on the site and so can't remember the last thing I was doing which might have caused a change.

Does anyone have any ideas why the sitemap is not displaying? Which file builds the sitemap? What can I do to re instigate the site map.

Thanks in advance for your help

18 Jun 2009, 6:32 PM
#2
diverpeter avatar

diverpeter

New Zenner

Join Date:
May 2008
Posts:
35
Plugin Contributions:
0

Re: Help - where has my sitemap gone?

There are some coding errors at your site map page, as you can see the footer is also not displaying. This means there are some php errors within and the server can't process it and stop there.

You can try the debug tools in here http://www.zen-cart.com/forum/announcement.php?f=136&a=12 to find out where you problems are.

Have Fun. Keep it Zennish!

18 Jun 2009, 8:57 PM
#3
backinthesaddle avatar

backinthesaddle

New Zenner

Join Date:
Mar 2007
Posts:
74
Plugin Contributions:
0

Re: Help - where has my sitemap gone?

Thanks for the link. This has helped! I downloaded the debug tool and was able to trace the problem back to poor syntax in tpl_site_map_default.php. This was due to me trying to comment out something a while ago that I did not want to appear in the site map

18 Jun 2009, 8:58 PM
#4
backinthesaddle avatar

backinthesaddle

New Zenner

Join Date:
Mar 2007
Posts:
74
Plugin Contributions:
0

Re: Help - where has my sitemap gone?

Thanks for the link - I have used the debug tool to track down the problem :D