PHP, Zend Framwork error after xdebug

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
wangqiang8511
Forum Newbie
Posts: 2
Joined: Tue Mar 01, 2011 11:59 pm

PHP, Zend Framwork error after xdebug

Post by wangqiang8511 »

Dear all:

I am a newer to PHP.
I start from Zend framework. My platform is ubuntu, apache, eclipse PDT.
Yesterday, everything went OK. But after I debug my code. The zend framework cannot dispatch the request right.
I debug it again by xdebug in eclipse. Using eclipse internal web browser, everything is OK. Using external web brower, it cannot dispatch the request again.
I just use the basic example downloaded from the zend framework website. (guestbook)

Many thanks for help.
wangqiang8511
Forum Newbie
Posts: 2
Joined: Tue Mar 01, 2011 11:59 pm

Re: PHP, Zend Framwork error after xdebug

Post by wangqiang8511 »

Sorry. I found the reason. I don't enable the route rewrite module of apache2. Now, it works. Thank you very much.
Post Reply