I am getting the famous

"Maximum execution time of 30 seconds exceeded in "

error message in my customized module which makes ODBC connections to a DB. The error points to the line where the ODBC connections is actually doing "while( odbc_fetch_row( $result ) )" any suggestions on what the cause of the error might be? is it a slow ODBC connection or something I might be doing wrong in Drupal.

thnx!

Comments

Marc Bijl’s picture

Hi, did you solve the problem? I get (see http://drupal.org/node/55371):

Fatal error: Maximum execution time of 30 seconds exceeded in /home/marcething.com/public_html/includes/menu.inc on line 738

Hope someone can help...

___________________
discover new oceans
lose sight of the shore

cybermalandro’s picture

yes, I did. I did disable a few modules and also increase execution time in my ODBC module.

Marc Bijl’s picture

Ok, thanks for the info.

I disabled lots of modules too, just as increasing execution time. Now I don't get the error anymore, but when I save any configuration setting (admin > settings), it takes ages...

___________________
discover new oceans
lose sight of the shore