I made several attempts to migrate a 1.x site to 1.5RC1 without success. Kept getting db errors that stopped the migration. It may be due to the fact that my "old" site is on my WAMP server, but the sql dump is complete except fot Virtuemart.
I started with an empty db encoded originally with uft-8. Here are two sets of error codes I received:
First atttempt
-------------
Code:
Error at the line 1: INSERT INTO jos_banner (`bid`,`cid`,`type`,`name`,`imptotal`,`impmade`,`clicks`,`imageurl`,`clickurl`,`date`,`showBanner`,`checked_out`,`checked_out_time`,`editor`,`custombannercode`) VALUES ( '1','1','banner','OSM 1','0','1870','0','osmbanner1.png','http://www.opensourcematters.org','2004-07-07 15:31:29','0','0','0000-00-00 00:00:00','','');
Query: INSERT INTO jos_banner (`bid`,`cid`,`type`,`name`,`imptotal`,`impmade`,`clicks`,`imageurl`,`clickurl`,`date`,`showBanner`,`checked_out`,`checked_out_time`,`editor`,`custombannercode`) VALUES ( '1','1','banner','OSM 1','0','1870','0','osmbanner1.png','http://www.opensourcematters.org','2004-07-07 15:31:29','0','0','0000-00-00 00:00:00','','');
MySQL: Table '4yourluv.jos_banner' doesn't exist
Stopped on error
---------------------------------------------------
Next attempt
-------------
Code:
Error at the line 1: INSERT INTO jos_banner (`bid`,`cid`,`type`,`name`,`imptotal`,`impmade`,`clicks`,`imageurl`,`clickurl`,`date`,`showBanner`,`checked_out`,`checked_out_time`,`editor`,`custombannercode`) VALUES ( '1','1','banner','OSM 1','0','1870','0','osmbanner1.png','http://www.opensourcematters.org','2004-07-07 15:31:29','0','0','0000-00-00 00:00:00','','');
Query: INSERT INTO jos_banner (`bid`,`cid`,`type`,`name`,`imptotal`,`impmade`,`clicks`,`imageurl`,`clickurl`,`date`,`showBanner`,`checked_out`,`checked_out_time`,`editor`,`custombannercode`) VALUES ( '1','1','banner','OSM 1','0','1870','0','osmbanner1.png','http://www.opensourcematters.org','2004-07-07 15:31:29','0','0','0000-00-00 00:00:00','','');
MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO jos_banner (`bid`,`cid`,`type`,`name`,`imptotal`,`impmade`,`click' at line 1
Stopped on error
Am looking forward to the process smoothing out.
Any ideas on the problem?
jason[rtl]
Code:
[/rtl]