Correction from my previous post: only a file called 1000.php exists inside /dbtech/thanks/install/install/
I'm not entirely sure what happens if MySQL doesn't respond within the default 30 second timeout limit of PHP, tbh...
What you can try is, open the 1000.php file and paste this directly beneath <?php
PHP Code:
@set_time_limit(0);
ignore_user_abort(1);
Server environment permitting, this should allow the script to run indefinitely and wait for MySQL to return Great Success before moving on and finishing the install
This workaround is something we've applied to all our mods in the future and will retroactively apply to old mods as we update their installers (at least the ones made by myself.)
Fillip