Quantcast
Channel: Topic Tag: Database Error | WordPress.org
Viewing all articles
Browse latest Browse all 631

Table ‘tmedia.a54fT_6_users’ doesn’t exist

$
0
0

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?


Viewing all articles
Browse latest Browse all 631

Trending Articles