Sangar Sin Wed Jun 06 03:01:09 -0400 2012

Subject: don’t work with PHP 5.4.3-1 and MYSQL 5.0.75 ?

My production server was updated to this version(PHP 5.4.3-1 - MYSQL 5.0.75 ), and the page that uses phpactiverecord don´t show nothing. In my test servers with 5.3.6 works fine. I use the nightly build version.

Can you help me, please?

EDIT: I found that my new server don´t have displays_errors = ON. After activate it, I see the error:

Fatal error: Class 'Category' not found in /srv/www/framework/application/controllers/categories.php on line 26

at line 26: $data["categories"] = Category::findby($parent_id);

categories.php exists in /srv/www/framework/application/controllers/ and this works fine on PHP 5.3.6.

I need to call something more or call at a different way?

Thanks!

p.d. more info at http://stackoverflow.com/questions/10911296/fatal-error-class-category-not-found-after-php-version-upgrade#comment14255424_10911296