2007-01-11, 01:25 AM
Ok, I had 1.x version, and wanted to upgrade, so I uploaded only files it said in readme, and when I went to upgrade.php, I had some error about undefined function not called, or something, so I decided I'd do a clean install, and import my database. So everything went okay, except the import part. I couldn't import cause phpmyAdmin said cannot create table, table already exists, etc... So I decided to delete all tables that were already in the backed up database, and then imported it, went okay then, but then I had an error:
So I decided to upload install folder, and try to run an upgrade so it creates all SQL tables it needs, and I chose to upgrade from 1.2.1 (chose that from dropdown menu) but when I went to upgrade, it said:
So any tips on how I can restore the database with newest version? I don't care about my old skin modding, or whatever as it was mostly images, just want to get main databack like uploads, members, and posts.
Thanks
MySQL error: 1054
Unknown column 'csscached' in 'field list'
Query: SELECT name, tid, themebits, csscached FROM mybb_themes WHERE def='1'
So I decided to upload install folder, and try to run an upgrade so it creates all SQL tables it needs, and I chose to upgrade from 1.2.1 (chose that from dropdown menu) but when I went to upgrade, it said:
MySQL error: 1054
Unknown column 'csscached' in 'field list'
Query: UPDATE mybb_themes SET csscached='0' WHERE tid=''
So any tips on how I can restore the database with newest version? I don't care about my old skin modding, or whatever as it was mostly images, just want to get main databack like uploads, members, and posts.
Thanks