deleted app sending me sql errors "table not found"

Query:

SELECT `cmt_id`, `cmt_parent_id` FROM mz_escorts_reviews WHERE `cmt_author_id` = ? AND `cmt_replies` = 0

Mysql error:

Table 'databasename.mz_escorts_reviews' doesn't exist

Location:

The error was found in getAll function in the file /inc/classes/BxDolCmtsQuery.php at line 593.

  • 475
  • More
Replies (2)
    Login or Join to comment.