I´m developing an application using Zend Server Community Edition, it is
working pretty good in it, but then i tried to run the application using a
normal Apache + PHP configuration that i had here (XAMPP - Apache 2.2.11 and
PHP 5.2.8), i made the same configuration that i have in the ZServer, using
vhost, and when i tried to run the application in my browser the web server
crashed. I then updated my web server to PHP 5.3.0 and now when i run the
application it output my controller class and say it had an fatal erro and
cannot find this class.
<?
class Sec_Controller_Action extends Zend_Controller_Action {
} Fatal error: Class 'Sec_Controller_Action' not found in
E:\blog\application\modules\blog\controllers\IndexController.php on line 4
Anyone know what can be wrong?
::: Diego Potapczuk