Welcome Guest, Not a member yet? Register   Sign In
few errors with php 5.3 upgrade
#2

[eluser]WanWizard[/eluser]
ereg() has been depricated in favor of preg_match(). In PHP5+, you should not assign objects by reference, this is by default (don't use the & operator). PHP 5.3 also requires a timezone to be set in php.ini.

This looks like 'old' PHP4 style code, so you'll have to update it.

The Smarty error is a disk access error, so check your rights.

As usual, before you upgrade your environment, be sure to read all related documentation. If you had done that, none if this would have been new to you, and you could have taken precautions.


Messages In This Thread
few errors with php 5.3 upgrade - by El Forum - 07-05-2011, 11:51 PM
few errors with php 5.3 upgrade - by El Forum - 07-06-2011, 02:19 AM
few errors with php 5.3 upgrade - by El Forum - 07-06-2011, 03:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB