After installing the software with PHP 5.3, I can't see the page, I get errors about class Database not found.
When using with PHP 5.3, __autoload has been deprecated. There's a new method, that actually makes it a little cleaner to manage. http://www.php.net/manual/en/function.spl-autoload-register.php.
A new class needs to be added, and the existing __autoload methods removed.
Fixed in next version.
Log in to post a comment.
When using with PHP 5.3, __autoload has been deprecated. There's a new method, that actually makes it a little cleaner to manage. http://www.php.net/manual/en/function.spl-autoload-register.php.
A new class needs to be added, and the existing __autoload methods removed.
Fixed in next version.