Xmap 2.3.2 on Joomla 2.5.8 generates blank page
20 posts
• Page 2 of 2 • 1, 2
Re: Xmap 2.3.2 on Joomla 2.5.8 generates blank page
Dear All, I tried almost everything but I still did not solved the problem.
There is no way to see the map.
Each time I try to see XML Map, I get 500 Internal Server Error, and I am getting very frustrated.
Can someone give me some detailed info in how to solve this problem?
Here all the details about the website.
Xmap 2.3.2
Please, help me...
There is no way to see the map.
Each time I try to see XML Map, I get 500 Internal Server Error, and I am getting very frustrated.
Can someone give me some detailed info in how to solve this problem?
Here all the details about the website.
- Code: Select all
PHP Built On Linux opus32 3.2.0-0.bpo.4-amd64 #1 SMP Debian 3.2.35-2~bpo60+1 x86_64
Database Version 5.5.13-enterprise-commercial-advanced-log
Database Collation utf8_general_ci
PHP Version 5.3.3-7+squeeze3
Web Server Apache/2.2.14 (Unix)
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 2.5.8 Stable [ Ember ] 8-November-2012 14:00 GMT
Joomla! Platform Version Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT
Xmap 2.3.2
Please, help me...
- Dipiers
- Fresh Boarder

- Posts: 2
- Joined: Mon Feb 04, 2013 2:15 pm
Re: Xmap 2.3.2 on Joomla 2.5.8 generates blank page
I had more or less same error. Suddenly it stopped working. I have updated to latest version, checked chaching etc. It just can not show the page . Then I changed my template to another, just to see, and it works.
Please try to point out another joomla template for Xmap, just to see if that is the problem.
Let us know what template you are using and if changing template did change anything ?
/claus
Please try to point out another joomla template for Xmap, just to see if that is the problem.
Let us know what template you are using and if changing template did change anything ?
/claus
- cloc
- Fresh Boarder

- Posts: 2
- Joined: Wed Feb 13, 2013 9:15 pm
Re: Xmap 2.3.2 on Joomla 2.5.8 generates blank page
Thank you Cloc, my problem is not related to the HTML version that works fine and it is visible.
I need XML version in order to Google to index my website, and unfortunately it does not accept HTML version maps.
When I go to the Xmap component, there is no way to show XML version of the map.
Clicking, copying link or what else does not work.
Always "500 Internal Server Error".

I need XML version in order to Google to index my website, and unfortunately it does not accept HTML version maps.
When I go to the Xmap component, there is no way to show XML version of the map.
Clicking, copying link or what else does not work.
Always "500 Internal Server Error".
- Dipiers
- Fresh Boarder

- Posts: 2
- Joined: Mon Feb 04, 2013 2:15 pm
Re: Xmap 2.3.2 on Joomla 2.5.8 generates blank page
Crist, yes sorry, had my focus on the page
- cloc
- Fresh Boarder

- Posts: 2
- Joined: Wed Feb 13, 2013 9:15 pm
Re: Xmap 2.3.2 on Joomla 2.5.8 generates blank page
Same problem here with Joomla 2.5.9 and XMap 2.3.2.
It seems to be a timeout problem.
It seems to be a timeout problem.
- jfquestiaux
- Fresh Boarder

- Posts: 2
- Joined: Thu Mar 14, 2013 3:27 pm
Re: Xmap 2.3.2 on Joomla 2.5.8 generates blank page
Looks like a PCRE issue with PHP.
Try this fix to php.ini
[Pcre]
;PCRE library backtracking limit.
; http://php.net/pcre.backtrack-limit
;pcre.backtrack_limit=100000
pcre.backtrack_limit=-1
There's obviously security implications here so you'd be best fit to set a limit other than infinite.
I used http://forum.joomla.org/viewtopic.php?p=1679517 as a reference to figure this out.
Try this fix to php.ini
[Pcre]
;PCRE library backtracking limit.
; http://php.net/pcre.backtrack-limit
;pcre.backtrack_limit=100000
pcre.backtrack_limit=-1
There's obviously security implications here so you'd be best fit to set a limit other than infinite.
I used http://forum.joomla.org/viewtopic.php?p=1679517 as a reference to figure this out.
- BiGBOi
- Fresh Boarder

- Posts: 1
- Joined: Tue Mar 19, 2013 5:14 pm
Re: Xmap 2.3.2 on Joomla 2.5.8 generates blank page
test this:
http://joomla.vargas.co.cr/en/forum?task=viewtopic&f=2&t=4463&sid=9f89d54af0d599ceeb13ee1393d45209
http://joomla.vargas.co.cr/en/forum?task=viewtopic&f=2&t=4463&sid=9f89d54af0d599ceeb13ee1393d45209
-

mhehm - Senior Boarder

- Posts: 53
- Joined: Sun Jan 20, 2013 1:22 pm
- Location: Iran
Re: Xmap 2.3.2 on Joomla 2.5.8 generates blank page
I think the problem is with the ob_start() and similar functions on your server is FastCGI PHP.
- keep
- Fresh Boarder

- Posts: 2
- Joined: Thu Nov 22, 2012 8:44 pm
Re: Xmap 2.3.2 on Joomla 2.5.8 generates blank page
Hello,
My server run PHP 5.2 and Joomla 2.5.9
HTML map is ok, XML - blank page
server error log:
XMAP v.2.2.1 is all ok.
My server run PHP 5.2 and Joomla 2.5.9
HTML map is ok, XML - blank page
server error log:
- Code: Select all
[error] request="GET /index.php?option=com_xmap&view=xml&tmpl=component&id=1 HTTP/1.1"
[error] ALERT - script tried to increase memory_limit to 536870912 bytes which is above the allowed value (attacker 'My IP', file '/home/.../public_html/components/com_xmap/views/xml/view.html.php', line 51)
XMAP v.2.2.1 is all ok.
Regards
- piotr
- Fresh Boarder

- Posts: 1
- Joined: Sun Apr 14, 2013 2:45 am
Re: Xmap 2.3.2 on Joomla 2.5.8 generates blank page
Hello,
We had the same problem : html was ok, and xml load for a long time before displaying a blank page (Error 500)
We finally fixed it by setting the php flag for zlib.output_compression to Off.
Now it works well, both in html and xml.
Hope this will help some of you.
We had the same problem : html was ok, and xml load for a long time before displaying a blank page (Error 500)
We finally fixed it by setting the php flag for zlib.output_compression to Off.
Now it works well, both in html and xml.
Hope this will help some of you.
- Akdev
- Fresh Boarder

- Posts: 1
- Joined: Fri May 03, 2013 9:54 am
20 posts
• Page 2 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 0 guests