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

PHP Fatal error: Class 'Zend\Session\Validator\Id' not found in #46

Open
adarshkhatri opened this issue Jun 7, 2016 · 3 comments
Open

Comments

@adarshkhatri
Copy link

This project has been true help for me. Thanks for that.

Not sure if this is related to CsnUser but I doubt it is.

When I login and leave browser for a while inactive, it throws 500 error.

PHP Fatal error:  Class 'Zend\Session\Validator\Id' not found in /vendor/zendframework/zend-session/src/ValidatorChain.php on line 39

And when I clear browser session, it all good and I can login and use the system again.

Any suggestion on this?

I am thinking of killing session after a while, but not sure if that will fix this issue.

@dmitrybubyakin
Copy link

I had the same problem and it has been solved by downloading Id.php from https://github.com/zendframework/zend-session/tree/master/src/Validator

@finalxcode
Copy link

thanks

@delboy1978uk
Copy link

It would probably help if this lib actually had zend framework as a requirement in the composer.json, you probably have too low a version of ZF running, as that validator didn't always exist

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

4 participants