periodically getting this in the error log:
Seems that this error rears it's ugly head every now and then, and I'm not seeing a solution..
http://www.zen-cart.com/showthread.p...19#post1197519
http://www.zen-cart.com/showthread.p...75#post1232675
The entire block that includes the offending code is:
Code:
if (!$this->_request_uri_value_identified) {
// Essential information isn't available, can't proceed with attempt to map URIs, warn user!
$messageStack->add(
'Ceon URI Mapping cannot find a usable value for the REQUEST_URI server variable!', 'error');
return;
}
Any ideas.. Seems to be a fairly harmless error.. (harmless = not preventing folks from shopping)
Bookmarks