When I tried this yesterday, I came to the "upgrading modules" page but after a few seconds the throbbler stopped without further warnings/errors etc. Reloading the page showed the following error:
Code
"Error in DBUtil::executeSQL: SELECT z_uid AS "uid",z_uname AS "uname",z_email AS "email",z_user_regdate AS "user_regdate",z_user_viewemail AS "user_viewemail",z_user_theme AS "user_theme",z_pass AS "pass",z_storynum AS "storynum",z_ublockon AS "ublockon",z_ublock AS "ublock",z_theme AS "theme",z_counter AS "counter",z_activated AS "activated",z_lastlogin AS "lastlogin",z_validfrom AS "validfrom",z_validuntil AS "validuntil",z_hash_method AS "hash_method" FROM z_users AS tbl WHERE z_uid = '2' LIMIT 1
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'z_user_viewemail' in 'field list'
Error in DBUtil::executeSQL: SELECT z_uid AS "uid",z_uname AS "uname",z_email AS "email",z_user_regdate AS "user_regdate",z_user_viewemail AS "user_viewemail",z_user_theme AS "user_theme",z_pass AS "pass",z_storynum AS "storynum",z_ublockon AS "ublockon",z_ublock AS "ublock",z_theme AS "theme",z_counter AS "counter",z_activated AS "activated",z_lastlogin AS "lastlogin",z_validfrom AS "validfrom",z_validuntil AS "validuntil",z_hash_method AS "hash_method" FROM z_users AS tbl WHERE z_uid = '2' LIMIT 1
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'z_user_viewemail' in 'field list'
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'z_user_viewemail' in 'field list'
Error in DBUtil::executeSQL: SELECT z_uid AS "uid",z_uname AS "uname",z_email AS "email",z_user_regdate AS "user_regdate",z_user_viewemail AS "user_viewemail",z_user_theme AS "user_theme",z_pass AS "pass",z_storynum AS "storynum",z_ublockon AS "ublockon",z_ublock AS "ublock",z_theme AS "theme",z_counter AS "counter",z_activated AS "activated",z_lastlogin AS "lastlogin",z_validfrom AS "validfrom",z_validuntil AS "validuntil",z_hash_method AS "hash_method" FROM z_users AS tbl WHERE z_uid = '2' LIMIT 1
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'z_user_viewemail' in 'field list'
After manually adding the column, there were some more to add. After this it goes on for the table "users_temp" which doesn't exist. Should this table exist in 1.2.x ?
Going over upgrade.php it seems like the script is looking for tables which begin with the prefix PN and wants to change them to a new prefix, but all my tables already had a prefix "z"?
Creating a fresh install works perfectly BTW...
gr
Bas
