Page 1 of 1

public / static problem

Posted: Wed Nov 25, 2009 4:21 pm
by peacenow
Hello I have an OS X server with php 5.3 installed
I got this error with a php app…

can anyone shed some light on this ?
Warning: The magic method __isset() must have public visibility and cannot be static in /Library/WebServer/htdocs/phplib/Zend/Config.php on line 183 Warning: The magic method __get() must have public visibility and cannot be static in /Library/WebServer/htdocs/phplib/Zend/Session/Namespace.php on line 247 Warning: The magic method __set() must have public visibility and cannot be static in /Library/WebServer/htdocs/phplib/Zend/Session/Namespace.php on line 269 Warning: The magic method __isset() must have public visibility and cannot be static in /Library/WebServer/htdocs/phplib/Zend/Session/Namespace.php on line 353 Warning: The magic method __unset() must have public visibility and cannot be static in /Library/WebServer/htdocs/phplib/Zend/Session/Namespace.php on line 373 Fatal error: Unwritable session.save_path: in /Library/WebServer/htdocs/phplib/Zend/Session.php on 225 in /Library/WebServer/htdocs/submissions/index.php on line 102
OS X Snow leopard with Marc Linage php install...