Adatbázis hiba!
SELECT *,muzax_posts.id AS post_id FROM muzax_posts JOIN muzax_users ON muzax_posts.post_owner_id = muzax_users.id JOIN muzax_user_profiles ON muzax_posts.post_owner_id = muzax_user_profiles.user_id WHERE muzax_posts.id = \'.$post%5B\'post_id\'%5D.\' LIMIT 1

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'.$post%5B\'post_id\'%5D.\' LIMIT 1' at line 4
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/www/muzax.hu/inc/blog.php on line 148
Adatbázis hiba!
SELECT *,muzax_comments.id AS comment_id,SUM(muzax_votes.vote) AS vote_sum FROM muzax_comments JOIN muzax_users ON muzax_comments.comment_user_id = muzax_users.id JOIN muzax_user_profiles ON muzax_comments.comment_user_id = muzax_user_profiles.user_id LEFT JOIN muzax_votes ON muzax_comments.id = muzax_votes.comment_id WHERE muzax_comments.post_id = \'.$post%5B\'post_id\'%5D.\' AND comment_type='post' GROUP BY muzax_comments.id LIMIT 300

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'.$post%5B\'post_id\'%5D.\' AND comment_type='post' ' at line 5
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home/www/muzax.hu/inc/blog.php on line 208

Hozzászólások

Még nem érkezett hozzászólás! Legyél te az első!