|
new posts are not assigned ID or Thread numbers 2 Months, 4 Weeks ago
|
|
Attached are snippets of my fb_messages and fb_messages_text tables from http://deutschtreffen.de.
Notice that the most recent entries have not been assigned an ID or Thread number by Fireboard 1.04. To get them to show correctly, I had to download the table and enter them by hand. Any idea what I am doing wrong?
| Code: | INSERT INTO `mos_fb_messages` (`id`, `parent`, `thread`, `catid`, `name`, `userid`, `email`, `subject`, `time`, `ip`, `topic_emoticon`, `locked`, `hold`, `ordering`, `hits`, `moved`, `modified_by`, `modified_time`, `modified_reason`) VALUES ...
(102, 0, 102, 2, 'Bernd', 75, '
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
', 'neue Geschichte', 1198482867, '70.23.86.176', 0, 0, 0, 0, 125, 0, NULL, NULL, NULL),
(103, 0, 103, 2, 'Kathy Jolowicz', 0, '
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
', 'Deutschlehrer gesucht', 1198483065, '70.23.86.176', 0, 0, 0, 0, 1, 0, NULL, NULL, NULL),
(0, 0, 0, 2, 'Jens Hewerer', 0, '
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
', 'Join me in solving the climate crisis', 1207686239, '141.155.30.5', 0, 0, 0, 0, 0, 0, NULL, NULL, NULL),
(0, 0, 0, 2, 'Johannes Hoch, Spree Radio', 0, '
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
', 'Suche Berlinerin für Radiosendung aus NY', 1207686464, '141.155.30.5', 0, 0, 0, 0, 0, 0, NULL, NULL, NULL),
(0, 0, 0, 2, 'Jana Schröder', 0, '
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
', 'Platz zu Schafen während eines Besuches', 1207686693, '141.155.30.5', 0, 0, 0, 0, 0, 0, NULL, NULL, NULL);
|
| Code: | INSERT INTO `mos_fb_messages_text` (`mesid`, `message`) VALUES ...
(103, 'TEACHER WANTED ...'),
(0, 'Dear Friend ...'),
|
|
|
|