Hi,
I'm developing a small db application; I have been developing it for about 2 weeks now.
I got used to have slow runs on the debugger; today I extended a copule of my php classes with some extra properties and methods; then, at some point, the debugger took more than 30 seconds to execute this line:
PHP Code:
//Lee del archivo de recursos
$Proveedor_lista->loadResource(__FILE__)
$LyR_BancoLista->show(); // <--- Stucks here
The same happens in the 2 forms of the application.
If I run it in my local or remote server, there is no problem at all; it works fine. Now I cannot debugg the app using the IDE; in the browser I keep getting:
Quote:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\Archivos de programa\CodeGear\Delphi for PHP\2.0\vcl\system.inc.php on line 278
Fatal error: Maximum execution time of 30 seconds exceeded in C:\Archivos de programa\CodeGear\Delphi for PHP\2.0\vcl\classes.inc.php on line 2080
|
What is it?
Thank you,
Guillermo