Page 1 of 1

Xampp 1.7.4 - problems with MySQL queries timing out

PostPosted: 24. August 2011 11:57
by nyarlethotep
I am having problems with my install of Xampp (or at least I'm assuming this is the problem). I recently installed version 1.7.4 and I've been having the problem shown below.

I am running Zend Framework 10.3 and using their Zend_Db_Adapter_Pdo_Mysql to manage my database connection. Whenever I run an incorrect MySQL query I don't get an error message. The browser hangs for a minute or so, then dies with no error shown. If the SQL is correct, everything runs fine, but this is causing me no end of headaches when it comes to bug checking.

Any suggestions?

Re: Xampp 1.7.4 - problems with MySQL queries timing out

PostPosted: 24. August 2011 13:49
by JonB
using their Zend_Db_Adapter_Pdo_Mysql


Probably the title should be timeouts using Zend pdo...

I sincerely hope Altrea may be able to advise you, but would you not expect this is a Zend/MySQL Issue?

I use a different framework, so I am not in a position to advise you.

:)

Re: Xampp 1.7.4 - problems with MySQL queries timing out

PostPosted: 24. August 2011 14:06
by Altrea
Without to know the sourcecode i can't say anything about it, sorry.
I have used Zend_Db before, but don't have stepped into issues with missing error messages before.