On Tue, Aug 19, 2008 at 3:49 PM, Endijs Lisovskis <[EMAIL PROTECTED]> wrote:
>
> I switched hosting providers and with new one I receive those errors too. Not
> all the time, but time after time.
>
> Fatal error: Uncaught exception 'Zend_Session_Exception' with message
> 'Zend_Session::start() - session_start() [ function.session-start
> function.session-start ]: ps_files_cleanup_dir: opendir(/tmp) failed:
> Permission denied (13)' in [path_removed]library/Zend/Session.php:410 Stack
> trace: #0[path_removed]/index.php(42): Zend_Session::start() #1 {main}
> thrown in[path_removed]/library/Zend/Session.php on line 410
>
> Line 42 in index.php is: Zend_Session::start();
>
>
> Any solutions? I'm using ZF 1.5.3

It's a feature! But more a PHP one.

Check this link:
<http://framework.zend.com/manual/en/zend.session.global_session_management.html#zend.session.global_session_management.configuration_options>

The option you are looking for is session.save_path. You just need to
set it to a directory that is accessable to you (and the webserver
process). Most likely located within your home directory.

Till

Reply via email to