• Resolved sugarsweetde

    (@sugarsweetde)


    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:
    https://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

    (@gvectors-team)

    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

    (@sugarsweetde)

    Thank you, that was the solution. I will mark as resolved.

    But the “topic add Error” is still there. *grrrr*

    Plugin Author gVectors Team

    (@gvectors-team)

    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:
    https://wpforo.com/community/faq/topic-add-error-2/

    • This reply was modified 7 years, 9 months ago by gVectors Team.
    Thread Starter sugarsweetde

    (@sugarsweetde)

    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.