Database error when member tries to delete photo/video

Problem when member tries to delete photo/video:

Database error in Our site

Query:

SELECT `tl`.* FROM `` AS `tl` LEFT JOIN `` AS `tlc` ON `tl`.`id`=`tlc`.`link_id` WHERE 1 AND `tlc`.`content_id`=:content_id

Mysql error:

Incorrect table name ''

How to solve that?

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