Hi to all!
The same problem into the same places.
I try in english, i hope than you can understand.
This one is working fine for me:
Backup structure and content of all "jos_fb_" tables (maybe we need to restore all)
Backup
only content of all "jos_fb" tables (we work with this one later)
Erase all "jos_fb" tables from te DB
the attached file in this post, is the same than
FB_databaseStructure file; but, with the "jos_fb_".
Run the content of
FB_databaseStructure from the "sql" section in phpmyadmin.
If all is right, now, we have the rigth structure from "fireborad 1.0.3"
Take the previous backup of the "only content".
Run the "only content backup" from "sql" section in phpmyadmin.
Errors?
Is normal.. study thats errors, solve that, and try again (for every time than you "try again".. the best if you are not sure abaut what are you doing is "erase again" the "jos_fb_" tables and "begin again" "running FB_databaseStructure".. and then "try again" with the "Only content backup repared"
Into my "only content backup" i have fount two "SQL errors"
the firts is located into the table "jos_fb_categories" (my content backup has the "image field" than no exit into the "Fireboard 1.0.3 structure"..
Ok, erase "image" and him values from my conten backup.
--
-- Volcar la base de datos para la tabla `jos_fb_categories`
--
INSERT INTO `jos_fb_categories` (`id`, `parent`, `name`, `cat_emoticon`, `locked`, `alert_admin`, `moderated`, `moderators`, `pub_access`, `pub_recurse`, `admin_access`, `admin_recurse`, `ordering`, `future2`, `published`, `checked_out`, `checked_out_time`, `review`, `hits`, `description`, `headerdesc`, `class_sfx`, `id_last_msg`, `numTopics`, `numPosts`, `time_last_msg`, `image`) VALUES (1, 0, 'General', 0, 0, 0, 1, NULL, 0, 0, 0, 0, 1, 0, 1, 62, '2007-10-14 03:00:43', 0, 0, 'Espacio de ámbito general abierto para que, los usuarios registrados o no, puedan publicar sus mensajes dentro de la normativa vigente.\r\n\r\nLa web dispone también de Foros privados (solo los usuarios registrados pueden publicar).', '', '', 262, 16, 59, 1189985401, ''),
The thing in red color must be erased only from
jos_fb_categoriesand for every value you must be sure than erase the last "
, ''"(important!! only into the
jos_fb_categories
The second "sql error" is in "
jos_fb_smileys" because the "
FB_databaseStructure" adds this one before... the solution for me:
Go to the "only content backup" and copy and past to ejecute the "SQL" from the next to
jos_fb_smileys.
--
-- Volcar la base de datos para la tabla '
jos_fb_subscriptions'
--
..the rest of the querys..
Every thin all right for me
I understand.. to seems complex. But if dont work for you, alwais you cant to restore every thing with the "structure and content backup than we make in first place.
By!