Quote Originally Posted by DivaVocals View Post
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)
Been looking for a solution for a while now. I was beginning to think a couple of us was the only one crazy..... :) Nope doesn't happen but every now and then like you said.