I did the upgrade to 1.6.9, and I have the same problem (same stopping point).
Here are more details.
STEPS TAKEN TO UPGRADE 1.6.4 to 2.0.2pb01
1. Uncheck “save to file” in all templates
2. Upgrade 1.6.4 to 1.6.9
3. Optimize tables (per 1.6.9 upgrade script)
4. Modify 2.0.2pb01 code per this thread
5. Modifiy system/index.php with:
error_reporting(E_ALL);
@ini_set(‘display_errors’, 1);
ini_set(‘log_errors’, 1);
ini_set(‘error_log’, dirname(__FILE__) . ‘/error_log’);
set_time_limit(0);
6. Copy 1.6.9 config.php to 2.0.2pb01 system/expressionengine/config/
7. Attempt upgrade to 2.0.2pb01
Upgrade screens, June 16, 2010, 13:57, Google Chrome 5.0.375.70 on Mac OS X
Please Stand By…
We are currently updating your ExpressionEngine installation.
Do not close your browser until the update routine is finished.”
(no AJAX updates)
After about 13 minutes, a popup appeared:
The update script failed without returning an error. Please contact tech-support.
I restored the database to 1.6.9, copied config.php over, and tried again:
Please Stand By…
We are currently updating your ExpressionEngine installation.
Do not close your browser until the update routine is finished.
2.0.0: Converting Database Table exp_captcha: xxxxxx of 795657 queries
... counts up by 200 queries at a time
... continues to convert databases (each database is shown as it is converted)
At “exp_weblog_titles: 2200 of 2261 queries”... AJAX update stops (12 minutes into upgrade)
Popup appears with “The update script failed without returning an error. Please contact tech-support.”
Same stopping point as when I tried upgrading directly from 1.6.4.