Correct, I have 1.6.9. I upgraded from 1.6.7 Build 20090515 to 1.6.9.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
August 16, 2010 4:18pm
Subscribe [7]#16 / Aug 22, 2010 5:37pm
Correct, I have 1.6.9. I upgraded from 1.6.7 Build 20090515 to 1.6.9.
#17 / Aug 23, 2010 8:03pm
Thanks ACT. You should be able to continue to Step 4. If you encounter any errors please post them here before doing anything else, including using the back button, etc.
#18 / Aug 23, 2010 9:42pm
I get:
{"error":"
Error Number: 1146
\n\n
Table 'alachuaee21.exp_weblog_fields' doesn't exist
\n\n
SELECT field_id FROM exp_weblog_fields WHERE field_type = 'date'
"}
The config is:
<?php if ( ! defined('BASEPATH')) exit('Invalid file request');
$config['app_version'] = "169";
$config['license_number'] = "";
$config['debug'] = "1";
$config['install_lock'] = "1";
$config['db_hostname'] = "xxx";
$config['db_username'] = "xxx";
$config['db_password'] = "xxx";
$config['db_name'] = "alachuaee21";
$config['db_type'] = "mysql";
$config['db_prefix'] = "exp";
$config['db_conntype'] = "0";
$config['system_folder'] = "system";
$config['doc_url'] = "http://expressionengine.com/docs/";
$config['is_system_on'] = "y";
$config['allow_extensions'] = "n";
$config['multiple_sites_enabled'] = "n";
$config['cookie_prefix'] = "";
$config['ud_next_step'] = "standardize_datetime";
?>#19 / Aug 24, 2010 6:12pm
ACT,
Take a look at your 1.6.9 database. Does it have a table named ‘exp_weblogs’ or ‘exp_channels’?
#20 / Aug 24, 2010 6:32pm
There is data in exp_weblogs.
exp_channels does not exist.
#21 / Aug 25, 2010 4:21pm
It’s failing on exp_weblog_fields- which should exist. Has it been changed to exp_channel_fields already? Do you see either of those in the current database? If not- check your backup and make sure it has the exp_weblog_fields table in it.
#22 / Aug 25, 2010 11:13pm
Hi Robin,
exp_weblog_fields exists at the start of the upgrade and has data in it.
exp_channel_fields does not exist at the start of the upgrade.
At the moment, after the wizard has failed, exp_channel_fields has data in it and exp_weblog_fields does not exist.
#23 / Aug 26, 2010 6:33pm
Hi ACT,
This is definitely unusual. I notice you’re still using a temporary URL for your site. Do you by any chance have the 1.6.9 site up and running on a local MAMP or WAMP server? Attempting the upgrade there would help rule out any server issues.
Can you also confirm that the site (at the 1.6.9 version) is completely working prior to the upgrade?
#24 / Aug 26, 2010 10:01pm
Hi Brandon,
I do not have a local server. I have poked around the upgraded 1.6.9 site and it looks good. How should I test it?
Can I remove these from the config.php?
$conf['cp_url'] = "http://alachuaconservationtrust.org/act/index.php";
$conf['site_url'] = "http://alachuaconservationtrust.org/";#25 / Aug 27, 2010 5:22pm
ACT, since I requested login to your site, I’m going to close this particular thread in favor of the other one.