parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

DSHa 26.04.2010 17:12

ОШИБКА:SELECT product_id, parent_id, thread_id, title FROM product WHERE product_id =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 6
^try{
   $select[^oSql.table{select
	lot_id, user_id, name
	FROM lot
	WHERE auser_id= $auth.session.user_id
}{
   ^if($exception.type eq sql){ #как определить тип ошибки SQL
      $exception.handled(true)
      Ошибочный SQL, auser_id и $auth.session.user_id не совпадают
      <pre>$exception.comment</pre>
   }
}