Re: Using Ceon URI Mapping v4.x with the XML Sitemap add-on

Originally Posted by
lhungil
Took a "quick" look at this today. It appears in version 4.4.1, this code can be called before the "message stack" is initialized. (load points: message stack is at 130 and CEON URI is at 99).
However this code is only called if the "REQUEST_URI" cannot be found. This PHP variable is needed to determine what URI was requested (and will normally be populated by your web server). If this variable is not found, the CEON code attempts to preform some workarounds (and manually determine / build the variable).
Some questions:
- What web server software is on the site displaying this error?
- Is the server using mod_php? suPHP? FastCGI? Something else?
Looks like there has been discussion on this since I first posted about this. I am yet to be able to replicate the problem on my site all I do know is that it does happen occassionally. However putting things into perspective my site has around 600-1000 visits a day and I only get about 10 of these errors a month.
If I ever work out under what conditions the error occurs then I will come back and post more info.
With what you have determined from the code it sounds like just once every blue moon the server fails to execute the request uri perhaps?
Phil Rogers
A problem shared is a problem solved.
Bookmarks