Table ‘tmedia.a54fT_6_users’ doesn’t exist
-
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 ASCAny suggestions how to fix?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Table ‘tmedia.a54fT_6_users’ doesn’t exist’ is closed to new replies.