Forums / Developer / Zend Debugger gives completely different results
Willie Seabrook
Monday 05 January 2004 7:44:41 pm
Hi,
Check this out for weird.
I've just started using the Zend debugger on a new site (I have used it before with Exponential) and this is what happens:
1. If I go to /site/user/login and login, *not* inside a debugging session everything works fine, ez connects to my db, verifies and transfers me to the correct page. Perfect.
2. If I go to /site/user/login and login *inside* a debugging session (using the debug URL feature of Zend studio), EZ seems to load the default database values (root@localhost), hence can't connect to the database hence nothing works.
Anyone else had weirdo problems like this with Zend and Ez?
Regards,Willie