Loading...
 
Skip to main content

Custom Share Module 0.1dev

Features / Usability

Features / Usability


MOVE FROM 185 TO 190 on ANOTHER SERVER

posts: 32 United States

As an exercise to better understand the database upgrade process, I installed the 190 into a new subdirectory and uploaded my 185 sql dump using the "MOVETIKITOANOTHERSERVER" document. All went exactly as described in the document, without encountering a single error, but after completing Part2 item 3, "Do NOT create any new tiki install but click on 'Do Nothing' and proceed directly to Tiki" , I did not get a homepage, only the following error, "Error Message Unknown column 'tiki_article_types.show_topline' in 'field list'."

I have no permanent damage as my 185 stable is still intact and running well, and will hang around until I can pull off this change servers and upgrade maneuver. The 190 error page can be seen at, http://www.proto.zzzoomjet.com
Any help greatly appreciated.

posts: 1092

If you also did an upgrade you need to run db/tiki_1.8to1.9.sql
- via the tiki-install script
- command line: mysql -u user -password database -f < db/tiki_1.8to1.9.sql
- or doc/devtools/sqlupgrade.sh