Problema de migracion a otro isp. CORE/cake/libs/cake_session.php

2012-11-22 Thread Oscar Lastera
Hola,

Estoy migrando a otro isp un sistema Cake.
Me da varios errores que tiene pinta de ser de lo mismo. 
¿Como puedo solventar este error?
Gracias a todos.

[http://php.net/function.session-start]: 
open(/home/imcb/tmp/sess_t6p9j5a42rla2l6h085pplm302, O_RDWR) failed: Permission 
denied (13) [*CORE/cake/libs/cake_session.php*, line *584*]

[http://php.net/function.session-write-close]: Failed to write session data 
(files). Please verify that the current setting of session.save_path is correct 
(/home/imcb/tmp) [*CORE/cake/libs/cake_session.php*, line *216*


*Warning* (2): session_write_close() 
[http://php.net/function.session-write-close]: 
open(/home/imcb/tmp/sess_t6p9j5a42rla2l6h085pplm302, O_RDWR) failed: Permission 
denied (13) [*CORE/cake/libs/cake_session.php*, line *216*]


-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




Re: Problema de migracion a otro isp. CORE/cake/libs/cake_session.php

2012-11-22 Thread lowpass
That looks like it has nothing to do with Cake, although it does have
its own tmp directory. I think this is a general tmp directory that
your host has set up for each client. Contact them and ask that they
change the permissions to allow the web server to write to that
directory.


On Thu, Nov 22, 2012 at 2:43 AM, Oscar Lastera
administra...@edimicros.es wrote:
 Hola,

 Estoy migrando a otro isp un sistema Cake.
 Me da varios errores que tiene pinta de ser de lo mismo.
 ¿Como puedo solventar este error?
 Gracias a todos.

 [http://php.net/function.session-start]:
 open(/home/imcb/tmp/sess_t6p9j5a42rla2l6h085pplm302, O_RDWR) failed:
 Permission denied (13) [CORE/cake/libs/cake_session.php, line 584]

 [http://php.net/function.session-write-close]: Failed to write session data
 (files). Please verify that the current setting of session.save_path is
 correct (/home/imcb/tmp) [CORE/cake/libs/cake_session.php, line 216


 Warning (2): session_write_close()
 [http://php.net/function.session-write-close]:
 open(/home/imcb/tmp/sess_t6p9j5a42rla2l6h085pplm302, O_RDWR) failed:
 Permission denied (13) [CORE/cake/libs/cake_session.php, line 216]


 --
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com.
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.



-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.