Menu

#1 class Database not found after install

Core
open-accepted
Core (1)
9
2011-11-19
2011-11-19
No

After installing the software with PHP 5.3, I can't see the page, I get errors about class Database not found.

Discussion

  • hammerstein07

    hammerstein07 - 2011-11-19
    • status: open --> open-accepted
     
  • hammerstein07

    hammerstein07 - 2011-11-19

    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.