1
Hi,
I have make an update CBB 1.16 to 3.0.8 with the version MySQL 5.0.32 and I did not have a problem.
Only,now I change the server, and I transferred all my site on the new server with version MySQL 3.23.
I have the same file CBB 3.08 and same BDD and and I gave the same permission but I have errors of permission and syntaxe sql in the module.
Quote:
cleanOrphanELETE xoops_bb_posts_text FROM xoops_bb_posts_text LEFT JOIN xoops_bb_posts AS aa ON xoops_bb_posts_text.post_id = aa.post_id WHERE (aa.post_id IS NULL)
cleanOrphanELETE xoops_bb_moderates FROM xoops_bb_moderates LEFT JOIN xoops_bb_forums AS aa ON xoops_bb_moderates.forum_id = aa.forum_id WHERE xoops_bb_moderates.forum_id > 0 AND (aa.forum_id IS NULL)
You have an error in your SQL syntax near 'xoops_bb_reads_forum FROM xoops_bb_reads_forum LEFT JOIN xoops_bb_reads_forum AS' at line 1
You have an error in your SQL syntax near 'xoops_bb_reads_topic FROM xoops_bb_reads_topic LEFT JOIN xoops_bb_reads_topic AS' at line 1
and when one clicks on a forum :
Quote:
Erreur : sujet non selectionné
Aucun forum n'a été selectionné
Version XOOPS : 2.0.18
Version framework : 1.22
version xoopseditor : 1.21
version php : 4.4.4
version MySQL : 3.23
somebody can help me
thks
Regards