I'm testing updating an old 1.0.1 instance to 1.2.12. After editing the update.sql file to reflect the correct DB name I was able to successfully run the updates. From there I get the error:
There was an error executing your query:
DB Error: no such field SELECT count(*) as num FROM login WHERE (email='
mckinnon@caltech.edu' OR logon_name='
mckinnon@caltech.edu') AND password='XXX' [nativecode=1054 ** Unknown column 'logon_name' in 'where clause']
I'm guessing I need to find and old update.sql script to go to 1.1 first... Any other ideas?
Thanks.
-Aaron