Page 1 of 1

PHP, Zend Framwork error after xdebug

Posted: Wed Mar 02, 2011 12:07 am
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.

Re: PHP, Zend Framwork error after xdebug

Posted: Wed Mar 02, 2011 4:03 am
by wangqiang8511
Sorry. I found the reason. I don't enable the route rewrite module of apache2. Now, it works. Thank you very much.