Description of Activities:
Downloaded and unzipped 1.6.9.
Database backed up. Saved path.php and config.php locally.
Extension, language, modules, plugins saved locally, then deleted from server.
EE system folder deleted from server.
Also deleted root/themes folder.
UPLOADS:
The following folders were uploaded via ASCII to my ee system folder (name changed for security)
cache
core
cp
db
dictionary
extensions
fonts (texb.ttf uploaded using Binary)
language
lib
modules
plugins
templates
translations
updates
utilities
I updated the images folders via Binary transfer to the root directory.
I uploaed the themes folder via ASCII to the root diretory.
My path.php file looks OK:
<?php
// ------------------------------------------------------
// DO NOT ALTER THIS FILE UNLESS YOU HAVE A REASON TO
// ------------------------------------------------------
// Path to the directory containing your backend files
$system_path = "./system_folder_name/";
// ------------------------------------------------------
// MANUALLY CONFIGURABLE VARIABLES
// See user guide for more information
// ------------------------------------------------------
$template_group = "";
$template = "";
$site_url = "";
$site_index = "";
$site_404 = "";
$global_vars = array(); // This array must be associative
?>
I edited config.php as follows:
<?php
if ( ! defined('EXT')){
exit('Invalid file request');
}
$conf['app_version'] = "169";
$conf['license_number'] = "7061-4371-8909-WXYZ";
$conf['debug'] = "2";
$conf['install_lock'] = "1";
$conf['db_hostname'] = "mysql123.hosting.hosting.net";
$conf['db_username'] = "$$";
$conf['db_password'] = "*********";
$conf['db_name'] = "$$";
$conf['db_type'] = "mysql";
$conf['db_prefix'] = "exp";
$conf['db_conntype'] = "0";
$conf['system_folder'] = "system_folder_name";
$conf['cp_url'] = "http://firenews.net/syatem_folder_name/index.php";
$conf['doc_url'] = "http://expressionengine.com/docs/";
$conf['cookie_prefix'] = "";
$conf['is_system_on'] = "y";
$conf['allow_extensions'] = "y";
$conf['multiple_sites_enabled'] = "n";
$conf['tag_module_parse'] = "linebreak";
$conf['tag_module_convert_case'] = "y";
$conf['tag_module_enable_tag_form'] = "y";
?>
Namely changing 168 to 169.
I re-uploaded the saved language, modules and plugins folders
Now on to tackle the Extensions:
ext.cp_jquery.php is already there.
Added back the following via new downloads:
Edit alert (ext.edit_alert.php)
Could not get a new file for LG Image Preview (ext.lg_image_preview_ext)
Could not get a new file for LG Social Bookmarks (ext.lg_social_bookmarks_ext)
Could not get a new file for LG Live Look (ext.lg_live_look_ext)
(I have the above three archived, but avoided uploading in case there are errors within).
The only other one I have/had is the Solspace Tags extension. They initially did not recognize me as a user, so I have emailed for download permission.
Do the above steps look correct?
Should I be looking at running upgrade or install next?
I wanted to spell out my steps so far and have you guys take a look before the next action.
Thanks.