|
I dont know if my post didnt get any responses because it was so easy or obvious or because nobody knew the answer, well I found the solution. As simple as it can be. In phpMyAdmin y selected all FB tables, then I clicked the Export button so now I got all fb data locally, then I also backuped the jos_users table. Then in my new webserver, first I intalled the component, then I went to phpMyAdmin in the new website I clicked SQL in the Joomla database then I opened the sql file in the notepad where I backuped my FB tables copied and paste it in phpMyAdmin then i clicked go, everything went ok. The problem I encountered was in the next step.
When I tried to restore the jos_users table I got errors because I had users in my new website, and the user ID (number) in the backup was already used in the new website so you have to look which users ID were being used by existent usiers, and I replaced those in the backup with the las available IDīs in the backup.
The pat to complete the tasks to convert to FB: Cutecast to Vbulletin, Vbulletin to SMF, SMF to FB......then moving FB to another server.
|