Quote:
Originally Posted by till
@R4IDER
Please try what falko suggested, if this wont help, please post the output of:
php -v
Your commandline php does not know the internal php constant E_STRICT and E_STRICT has been introduced with php 5, the same with the second error, your php does not support global variables in classes which has been introduced in php 5 as well. According to your error messages my guess is that the commandline php on your server is php 4 and not php 5.
|
Thanks for your replies.
I have disabled eAccelerator and tried again but had the same result.
till, you are correct my command line PHP is not the version that is used by apache. The command line version is PHP 4.4.9, I will try and get this updated and report back.