Oh, my bad, changing it to <?php and also changing the use_short_tags in the php.ini made it work, but it is still crashing my web server in the PHP 5.2.8
::: Diego Potapczuk On Tue, Sep 1, 2009 at 8:02 PM, Sergio Gabriel Rodriguez < sgrodrig...@gmail.com> wrote: > > <? > > > > 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 > > > Did you active php with short tags support? test with <?php > > > Sergio Gabriel Rodriguez > http://www.3trex.com.ar >