I’m trying to run a server connect (from localhost) that’s creating a new table from several other tables (remote database) including some repeats etc. that make it quite slow. I’m getting this error but don’t know how I can increase the max execution time.
Fatal error : Maximum execution time of 30 seconds exceeded in D:\OneDrive\Websites\Triptakers.com\www\dmxConnectLib\lib\db\Connection.php on line 146
The maximum execution time is defined on your php.ini file - it contains the configuration for your PHP setup. Not sure if Wappler has an option to override it.
You’ll need to discover the location of such file, as it depends on your particular setup.