Hi!
I implemented WP Foro on my page (www.windowsapps.cz/diskusni-forum/). Unfortunately, nobody can add new topics. If you try it, you give a message about error and nothing happen. Do you know, why? Everything is OK, but this is problem.
Thanks!
Hi windowsappscz,
this is an issue with your hosting MySQL database version, it seems the wpForo database tables have not been installed and created successfully, could you please execute a SQL code in hosting service phpMyAdmin database manager? Please read this topic:
https://wordpress.org/support/topic/topic-add-error/#post-8334508
There is a serious problem with that code. Among them, "order" as column name on "wp_wpforo_forums" is a reserved word, and mysql trigger an sql syntax error. My version is 5.7.17.
I can also see other errors, "like" as column name in "wp_wpforo_profiles", which is also a reserved word, so obviously the tables are not created, as mysql refuse to execute that sql code.
Do you have an updatd SQL code to create these tables?
wordpress.org support forum doesn't allow to put MySQL "`" symbols. This make all reserved words as a simple text, so this is the issue. Please try this code. Make sure wpForo is installed before importing the SQL mentioned in this topic: