Blank Page
4 posts
• Page 1 of 1
Blank Page
Greetings,
I have clients site which is live where sitemap is not working and showing blank page, while it is working on my development machine, even the admin side of Xmap is showing blank page.
The space is bought from hosting company so I cannot play with config.
Has anyone came across such problem or anyone can let me know what must be missing.
Thanks
I have clients site which is live where sitemap is not working and showing blank page, while it is working on my development machine, even the admin side of Xmap is showing blank page.
The space is bought from hosting company so I cannot play with config.
Has anyone came across such problem or anyone can let me know what must be missing.
Thanks
- ajaylulia
- Fresh Boarder

- Posts: 3
- Joined: Thu May 08, 2008 5:38 pm
Re:Blank Page
Do you have access to your php error log? Is there any helpful message?
- admin
- Junior Boarder

- Posts: 26
- Joined: Mon Aug 27, 2007 7:32 pm
Re:Blank Page
I could not find any, I will check with my service provider, will report here.
- ajaylulia
- Fresh Boarder

- Posts: 3
- Joined: Thu May 08, 2008 5:38 pm
Re:Blank Page
OK, I found the problem, the problem was with the file classes/XmapConfig.php file line no 11, it was including file 'XmapSitemap.php' using require_once() function and require_once was failing throwing error:
The require_once function needs entire path with file name, so I change the line to have following code:
Thanks for the help and prompt reply Team Admin
- Code: Select all
[client 66.112.55.170] PHP Fatal error: main() [<a href='function.require'>function.require</a>]: Failed opening required 'XmapSitemap.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/demo.com/httpdocs/administrator/components/com_xmap/classes/XmapConfig.php on line 11
The require_once function needs entire path with file name, so I change the line to have following code:
- Code: Select all
require_once ($mosConfig_absolute_path ."/administrator/components/com_xmap/classes/XmapSitemap.php");
Thanks for the help and prompt reply Team Admin
- ajaylulia
- Fresh Boarder

- Posts: 3
- Joined: Thu May 08, 2008 5:38 pm
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests