Anfrage fehlgeschlagen: (select tv_movies.id,
tv_movies.category_id,
tv_movies.name,
tv_movies.description,
tv_movies.duration,
tv_movies.create_date,
tv_movies.sort_date,
tv_movies.pagename,
tv_movies.pic_thumb,
tv_movies.src_id,
tv_movies.src_date,
tv_movies.format,
tv_movies.vote,
tv_movies.pic,
tv_movies.vote_count,
tv_movies.views,
tv_movies.commentsallowed,
tv_movies.is_branded,
tv_movies.is_hd,
tv_categories.name as cat_name,
tv_categories.pagename as cat_page,
tv_categories.h1
from tv_movies,tv_categories where
tv_movies.category_id=tv_categories.id and
tv_movies.display=1 and
tv_movies.id=) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 29