Canceling an Installation?

Permalink
I'm not sure how far the upgrade got before the script timed out, i'm hopeing not far at all; but if I allow this upgrade to proceed, I get a concrete page database error. So what can I do to stop the installation before it may have done damage, or is the damage already done?

I am getting this error currently:
Warning: require(updates/concrete5.5.1/concrete/dispatcher.php) [function.require]: failed to open stream: No such file or directory in /hermes/bosweb26c/b2653/ipg.howardandsonsnet/concrete/startup/updated_core_check.php on line 8

Fatal error: require() [function.require]: Failed opening required 'updates/concrete5.5.1/concrete/dispatcher.php' (include_path='.:/usr/local/lib/php-5.2.17/lib/php') in /hermes/bosweb26c/b2653/ipg.howardandsonsnet/concrete/startup/updated_core_check.php on line 8

 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
Download the 5.5.1 package from this website,
unzip it and load the package into your root/updates folder overwriting the existing files and folders,
Then run this file from your browser,
http://www.howardandsons.net/index.php/tools/required/upgrade?force...

Alternatively you could edit your root/config/site.php file and look for a line that has this code
define('DIRNAME_APP_UPDATED', 'concrete5.5.1');

Now, if you have previously updated your package you can change this to the previous update or if this was your first update you can just remove this line of code,
nuebKitsune replied on at Permalink Reply
I deleted that one line of code from the config and the site works again, thank you.