Hi,
I know this is an old thread however I'm hoping someone might be able to help me out!
I've got a client at the moment thats running sobi and is looking at running sobi2 so any migration of any of the data will be helpful.
I found this thread and the mysql code seems to do what I'm trying to do however I've hit an error. I'm not real up on mysql but I can stumble my way around php admin and can follow the instructions that are posted relatively well.
This is my error at the moment:
When I run
insert into `jos_mediaww_sobi2_categories`
(`catid`,`name`, `image`,`image_position`,`description`,`introtext`,`published`,`checked_out`,`checked_out_time`,`ordering`,`access`,`count`,`params`,`icon`)
select `id`,`name`,`image`,`image_position`,`description`,`description`,`published`,`checked_out`,`checked_out_time`,`ordering`,`access`,`count`,`params`,
FROM `jos_mediaww_categories` where `section` = "com_sobi"
I'm getting the following error:
MySQL said:
#1064 - 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 'FROM `jos_mediawwcategories` where `section` = "com_sobi"' at li
That's all of the message that displays. I'm running a mysql 4 database.
If anyone is able to give me some pointers as to the error that would be fantastic!
Regards
Jay