PEAR-Error
MDB2 Error: syntax error: _doQuery: [Error message: Could not execute statement]
[Last executed query: SELECT content_id FROM iShark_Menus WHERE menu_id=]
[Native code: 1064]
[Native message: 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 '' at line 1]
Warning: Cookie names cannot contain any of the following '=,; \t\r\n\013\014' in /www/www.quintess.hu/includes/function.contents.php on line 196
PEAR-Error
MDB2 Error: syntax error: _doQuery: [Error message: Could not execute statement]
[Last executed query:
UPDATE iShark_Contents
SET view_counter = view_counter + 1
WHERE content_id = MDB2 Error: syntax error
]
[Native code: 1064]
[Native message: 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 'Error: syntax error' at line 3]
PEAR-Error
MDB2 Error: syntax error: _doQuery: [Error message: Could not execute statement]
[Last executed query:
SELECT c.content_id AS cid,
c.title AS ctitle,
c.picture AS cpicture,
c.tudta_title AS tudta_title,
c.tudta_content AS tudta_content,
c.lead AS clead,
c.content AS ccont,
c.view_counter AS counter,
u2.name AS modname,
c.meta_description AS meta_desc,
c.meta_keywords AS meta_keys,
m.menu_id AS mid,
m.menu_name as mname
, IF (c.alt_author != '', c.alt_author, u.name) AS addname,
IF (c.alt_author != '', c.alt_author, u2.name) AS modname
, IF (c.add_fake_date IS NOT NULL, c.add_fake_date, c.add_date) AS add_date,
IF (c.mod_fake_date IS NOT NULL, c.mod_fake_date, c.mod_date) AS mod_date
FROM iShark_Contents c
LEFT JOIN iShark_Users u ON c.add_user_id = u.user_id
LEFT JOIN iShark_Users u2 ON c.mod_user_id = u2.user_id
LEFT JOIN iShark_Menus m ON m.content_id = c.content_id
WHERE c.content_id = MDB2 Error: syntax error AND
c.is_active = '1'
]
[Native code: 1064]
[Native message: 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 'Error: syntax error AND
c.is_active = '1'' at line 25]
Fatal error: Call to undefined method MDB2_Error::fetchAll() in /www/www.quintess.hu/modules/contents.php on line 186