Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in system.log #57

Closed
fredrikjahr opened this issue Apr 15, 2015 · 1 comment
Closed

Errors in system.log #57

fredrikjahr opened this issue Apr 15, 2015 · 1 comment

Comments

@fredrikjahr
Copy link

I'm getting the following errors:

ERR (3): Recoverable Error: Object of class Credis_Client could not be converted to string in /home/httpd/dohieco/dohieco.se/app/code/community/Cm/RedisSession/Model/Session.php on line 374

This is the code from that line:

                $this->_log(sprintf(
                    "Successfully broke lock for ID %s after %.5f seconds (%d attempts). Lock: %d\nLast request of broken lock: %s",
                    $sessionId, (microtime(true) - $timeStart), $tries, $lock, $this->_redis->hGet($sessionId, 'req')
                ), Zend_Log::INFO);
@colinmollenhour
Copy link
Owner

Ahh, the client was in pipeline mode at the time that code is called.. Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants