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); 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. 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] 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
Archived
This topic is now archived and is closed to further replies.