By cybermalandro on
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
Did you solve this?
Hi, did you solve the problem? I get (see http://drupal.org/node/55371):
Hope someone can help...
___________________
discover new oceans
lose sight of the shore
yes, I did. I did disable a
yes, I did. I did disable a few modules and also increase execution time in my ODBC module.
Hmm...
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