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

Fatal error: Uncaught exception 'Zend_Session_Exception' with message 'Zend_Session::start() - session_start() #976

Closed
anonymous-matomo-user opened this issue Sep 10, 2009 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@anonymous-matomo-user
Copy link

alfter update to 0.4.3 i got this error (sometimes)

Fatal error: Uncaught exception 'Zend_Session_Exception' with message 'Zend_Session::start() - session_start() [<a href='function.session-start'>function.session-start</a>]: ps_files_cleanup_dir: opendir(/tmp) failed: Permission denied (13)' in /webseiten/domain1/statistics/libs/Zend/Session.php:379 Stack trace: #0 /webseiten/domain1/statistics/index.php(50): Zend_Session::start() #1 {main} thrown in /webseiten/domain1/statistics/libs/Zend/Session.php on line 379
@robocoder
Copy link
Contributor

The web server doesn't have permissions to clean up stale sessions (garbage collection). You can set the session.save_path as a workaround.

Please see:

@robocoder
Copy link
Contributor

In [1483], refs #642 and #976 - is session.save_handler is 'files' and session.save_path is not writeable, create (and use) local tmp/sessions folder

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.4.4 milestone Jul 8, 2014
@mattab mattab added the wontfix label Aug 3, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

3 participants