Title: Installation tables missing
Last modified: February 27, 2017

---

# Installation tables missing

 *  Resolved [sugarsweetde](https://wordpress.org/support/users/sugarsweetde/)
 * (@sugarsweetde)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/installation-tables-missing/)
 * Hello Support-Team,
 * 1) I have tried to install wpforo two times, but the following tables are missing,
   they were not installed:
    wp_wpforo_likes wp_wpforo_posts wp_wpforo_subscribes
   wp_wpforo_topics wp_wpforo_votes 2) I have put in the SQL-code which is mentioned
   here: [http://wpforo.com/community/how-to-and-troubleshooting-2/new-topics-i-cant-add/#post-7394](http://wpforo.com/community/how-to-and-troubleshooting-2/new-topics-i-cant-add/#post-7394)
   But nothing happened. This is the SQL-statement: “# MySQL lieferte ein leeres
   Resultat zurück (d.h. null Datensätze).” That means: SQL delivers no or empty
   results and no data sets. So nothings happens with this SQL-code. The installed
   tables have the “wp_”, for example “wp_wpforo_forums” Above mentioned tables 
   are still missing. What can I do? Any idea to solve this problem? How can I add
   the missing tables?
 * Thank you.
    Best regards, Marion

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/installation-tables-missing/#post-8852894)
 * Hi sugarsweetde,
    The SQL should return this message “# MySQL lieferte ein leeres
   Resultat zurück (d.h. null Datensätze).” It’s correct, because table creation
   doesn’t return any result. All are already done. Please execute this again, then
   refresh database and check tables.
 *  Thread Starter [sugarsweetde](https://wordpress.org/support/users/sugarsweetde/)
 * (@sugarsweetde)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/installation-tables-missing/#post-8853016)
 * Thank you, that was the solution. I will mark as resolved.
 * But the “topic add Error” is still there. *grrrr*
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/installation-tables-missing/#post-8853224)
 * Because that was old SQL.
    Please execute this SQL and remove the incorrect created
   tables. Make sure your database table prefix is wp_, if not just change them:
 * `DROP TABLE wp_wpforo_likes,wp_wpforo_posts,wp_wpforo_subscribes,wp_wpforo_topics,
   wp_wpforo_views,wp_wpforo_votes;`
 * An then for wpForo 1.1.2 and higher version you should use the sqls explained
   here:
    [http://wpforo.com/community/faq/topic-add-error-2/](http://wpforo.com/community/faq/topic-add-error-2/)
    -  This reply was modified 9 years, 3 months ago by [gVectors Team](https://wordpress.org/support/users/gvectors-team/).
 *  Thread Starter [sugarsweetde](https://wordpress.org/support/users/sugarsweetde/)
 * (@sugarsweetde)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/installation-tables-missing/#post-8853395)
 * Thank you very much. This has solved the topic-add-error-2.
 * I will mark the other thread as resolved. Thank you very much again.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Installation tables missing’ is closed to new replies.

 * ![](https://ps.w.org/wpforo/assets/icon-256x256.png?rev=2121644)
 * [wpForo Forum](https://wordpress.org/plugins/wpforo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforo/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforo/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [sugarsweetde](https://wordpress.org/support/users/sugarsweetde/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/installation-tables-missing/#post-8853395)
 * Status: resolved