Leave a comment
|
|
Comment Script
DB Error: unknown error
SELECT tc.comment_id, tc.comment_author_name, tc.comment_author_email, tc.comment_author_homepage, tc.comment_title, tc.comment_text, tc.comment_text AS frontend_text, tc.comment_timestamp,
ti.*
FROM (c5t_comment AS tc,
c5t_identifier AS ti)
WHERE 1
AND ti.identifier_hash = 'a9c8079961fa2ad9d33943629faa7ddd'
AND tc.comment_identifier_id = ti.identifier_id
AND tc.comment_status = 0
AND tc.comment_timestamp <= 1329984232
ORDER BY comment_timestamp DESC [nativecode=2008 ** MySQL client ran out of memory]
SQL Statement
SELECT tc.comment_id, tc.comment_author_name, tc.comment_author_email, tc.comment_author_homepage, tc.comment_title, tc.comment_text, tc.comment_text AS frontend_text, tc.comment_timestamp,
ti.*
FROM (c5t_comment AS tc,
c5t_identifier AS ti)
WHERE 1
AND ti.identifier_hash = ?
AND tc.comment_identifier_id = ti.identifier_id
AND tc.comment_status = ?
AND tc.comment_timestamp <= ?
ORDER BY comment_timestamp DESC
DB Error: no database selected
SELECT *,
identifier_name AS page_title,
identifier_url AS page_url
FROM c5t_identifier
WHERE identifier_hash = 'a9c8079961fa2ad9d33943629faa7ddd' [nativecode=2013 ** Lost connection to MySQL server during query]
SQL Statement
SELECT *,
identifier_name AS page_title,
identifier_url AS page_url
FROM c5t_identifier
WHERE identifier_hash = ?
Comments
This comment form is powered by GentleSource Comment Script. It can be included in PHP or HTML files and allows visitors to leave comments on the website.
|
|