• Resolved troymedia

    (@troymedia)


    I am getting the database error Table ‘tmedia.a54fT_6_users’ doesn’t exist.
    The query is:
    SELECT DISTINCT u.ID, u.display_name
    FROM a54fT_6_posts p
    INNER JOIN a54fT_6_users u
    ON p.post_author = u.ID
    AND post_status NOT IN (‘trash’)
    WHERE post_type = ‘attachment’
    ORDER BY u.display_name ASC

    Any suggestions how to fix?

    • This topic was modified 6 years, 6 months ago by troymedia.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wickedplugins

    (@wickedplugins)

    Hi @troymedia,

    Where are you seeing this error? In the admin or on the front-end? If you’re seeing it in the admin, what page are you seeing it on?

    Does the site happen to communicate with other databases besides just the WordPress database?

    Is the $table_prefix variable in the wp-config.php file for the site set to a54fT_6?

    Plugin Author wickedplugins

    (@wickedplugins)

    Hi @troymedia,

    I haven’t heard back from you so I’m going to go ahead and mark this topic as resolved for now. If you’re still having trouble, please feel free to post another comment with those additional details I’d asked about and I’d be happy to try to help.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table ‘tmedia.a54fT_6_users’ doesn’t exist’ is closed to new replies.