Notifications
Clear all

wpForo 1.x.x [Closed] New Topics - I can't add

4 Posts
3 Users
0 Likes
3,821 Views
Posts: 2
Topic starter
(@windowsappscz)
Active Member
Joined: 7 years ago

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!

3 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

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

Posts: 52
(@le-bear)
Trusted Member
Joined: 7 years ago

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?

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

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:

https://wpforo.com/community/faq/topic-add-error-2/