My development environment is WAMP Server 1.7.0 with Apache 2.2.4 and
PHP 4.4.5. (http://www.wampserver.com/en/). I am migrating my old
CakePHP projects to the latest stable 1.1.13.4450 release.

I use Zend Studio Professional 5.1 IDE and am trying to get the Zend
Studio server debugging working (never used it before). I installed
Zend Studio server with my existing WAMP setup and all went well but
the remote debugging doesn't play nice with my CakePHP routes.

For example:

My default route of:

$Route->connect('/', array('controller' => 'pages', 'action' =>
'display', 'home'));

doesn't work because the Zend Studio debugging tacks on

/dummy.php?
start_debug=1&debug_port=10000&debug_fastfile=1&debug_host=192.168.0.5%2C127.0.0.1

to every URL.

Any suggestions?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to