public / static problem

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
peacenow
Forum Newbie
Posts: 1
Joined: Wed Nov 25, 2009 4:17 pm

public / static problem

Post 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...
Post Reply