ryaneveritt Posted March 22, 2010 Share Posted March 22, 2010 please help dont know why its not working , the actually error im getting is The proper error is Fatal error: Maximum execution time of 60 seconds exceeded in C:\Data\xampp\htdocs\LOR\neww\magento\lib\Varien\Db\Adapter\Pdo\Mysql.php on line 276 $result = $this->getConnection()->query($sql); Quote Link to comment https://forums.phpfreaks.com/topic/196066-please-help-result-this-getconnection-querysql/ Share on other sites More sharing options...
oni-kun Posted March 22, 2010 Share Posted March 22, 2010 Whichever query you are using is exceding the execution time of 60 seconds, which is not supposed to be. There is an infinite loop or major flaw in your code, but you do not provide any samples of it. Quote Link to comment https://forums.phpfreaks.com/topic/196066-please-help-result-this-getconnection-querysql/#findComment-1029799 Share on other sites More sharing options...
ryaneveritt Posted March 22, 2010 Author Share Posted March 22, 2010 this is the file [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/196066-please-help-result-this-getconnection-querysql/#findComment-1029803 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.