Hi, I've got some problems with my cakephp app : i have this message when i launch it :
Fatal error: Maximum execution time of 30 seconds exceeded in C: \Program Files\EasyPHP 3.0\www\cake_1_2\cake\libs\model\datasources\dbo \dbo_oracle.php on line 357 I would like to know how it's possible to write all the sql requests that are launched by cake db engine in a log file because, as you can see, i don't know where does come from exactly the problem since in line 357 i have : $this->_numRows = ocifetchstatement($this->_statementId, $this- >_results, $this->_offset, $this->_limit, OCI_NUM | OCI_FETCHSTATEMENT_BY_ROW); Thanks in advance for any help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---