I have this problem, when I run my application developed with Zend Framework on a Linux server (Ubuntu or a hosted sever) the login won’t work. The main problem is that the application can’t write session on the server (I’ set the directory where session should be written to 0777 ), in the other hand everything works perfect on my local WAMP server.
There’s no exception, no error in the log file except this:
PHP Deprecated: Directive ‘safe_mode’ is deprecated in PHP 5.3 and greater in Unknown on line 0
I’m stuck with this issue for two weeks now, please guide me.
Should I give the PHP files in Zend library any specific access right?
I installed zend using CPanel, I don’t know why but it’s working now.