1 althetaff May 20, 2012 20:05
3 althetaff May 21, 2012 08:48
It depends how I try to import the database.
The old database has 31 tables.
The new one has 51 tables.
If I drop all tables and import I get an error message to re-install.
If I try and select individual tables to import I get an error on the the first table that was myISAM and is now innoDB.
I'm not even sure the correct method to import.
Should I drop existing tables or empty?
I'll give you specific errors later when I get to work and retry.
Al
4 sam2kb May 21, 2012 08:50
Ok, here's what you need to do.
- drop [u]all[/u] tables from NEW b2evo install
- import all tables from OLD b2evo
- open b2evo installer and select "Upgrade"
- enjoy your upgraded system :)
5 althetaff May 21, 2012 11:32
Cheers sam2kb it's looking good so far.
One more minor issue
The list of blogs/pages along the header goes outside the header on the new blog, see the two links.
I can remove two pages but I assume there is a simple fix in the skin?
Old Blog:
http://www.borrasparkalbion.co.uk/blogs/index.php?blog=2
New Blog:
http://www.borrasparkalbion.org.uk/blogs/index.php?blog=2
Once I have got the new blog running I will uprade the old blog and keep everything on the old server.
Al
6 sam2kb May 21, 2012 19:26
Try to edit CSS in style.css line 81, add width: auto;
You can also go to Blog settings > Widgets and move the bloglist widget from "Page top" to "Sidebar" container
7 althetaff May 21, 2012 22:26
Thanks for your time and help :)
What errors do you get trying to import the database?