Приветствие
(рубрика: администрирование)
   


Нижестоящие комментарии - лишь эхо прошлого. Сейчас они бессмысленны. Не пытайтесь их читать. Они в прошлом...

Настоящее тут: www.mindfly.ru


Коменнтарии:

SQL Error: Column 'data_public' in order clause is ambiguous at /home/liveblogs/smarty/plugins/function.comments.php line 42
Array
(
    [code] => 1052
    [message] => Column 'data_public' in order clause is ambiguous
    [query] => 
	SELECT 
		c.ID as ID,
		c.content as comm_content,
		c.data_public as comm_data_public,
		c.data_redact as comm_data_redact,
		b1.login as comm_autor,
		b2.login as comm_redactor,
		p.catID as catID,
		c.autor_ID as comm_autor_ID
	FROM gp_comments as c
	LEFT JOIN gp_base_regs as b1
	ON b1.ID=c.autor_ID
	LEFT JOIN gp_base_regs as b2
	ON b2.ID=c.redactor_ID
	LEFT JOIN gp_public as p
	ON c.comment_obj=p.ID
	WHERE c.comment_obj=2 order by data_public 
    [context] => /home/liveblogs/smarty/plugins/function.comments.php line 42
)