SQL 错误消息: "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 'ORDER BY id desc LIMIT 1' at line 1" SQL 语句: "SELECT id FROM hmy_showmess WHERE id < ORDER BY id desc LIMIT 1" SQL 错误代码: "7335941".

错误原因:

您看到这个错误页面是因为应用程序抛出了没有捕获的异常。

异常的详细内容: exception 'FLEA_Db_Exception_SqlQuery' with message 'SQL 错误消息: "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 'ORDER BY id desc LIMIT 1' at line 1"
SQL 语句: "SELECT id FROM hmy_showmess WHERE id <  ORDER BY id desc LIMIT 1"
SQL 错误代码: "7335941".' in /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA/Db/Driver/Mysql.php:126
Stack trace:
#0 /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA/Db/Driver/Abstract.php(544): FLEA_Db_Driver_Mysql->execute('SELECT id FROM ...')
#1 /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA/Db/TableDataGateway.php(702): FLEA_Db_Driver_Abstract->getAll('SELECT id FROM ...')
#2 /usr/home/hyu1172440001/htdocs/app/controller/default.php(235): FLEA_Db_TableDataGateway->findBySql('SELECT id FROM ...')
#3 /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA/Dispatcher/Simple.php(120): controller_default->actioncontact()
#4 /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA/Dispatcher/Simple.php(77): FLEA_Dispatcher_Simple->_executeAction('default', 'contact', 'controller_defa...')
#5 /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA.php(815): FLEA_Dispatcher_Simple->dispatching()
#6 /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA/Compatibility.php(263): FLEA::runMVC()
#7 /usr/home/hyu1172440001/htdocs/index.php(38): run()
#8 {main}

Exception: FLEA_Db_Exception_SqlQuery
Message: SQL 错误消息: "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 'ORDER BY id desc LIMIT 1' at line 1" SQL 语句: "SELECT id FROM hmy_showmess WHERE id < ORDER BY id desc LIMIT 1" SQL 错误代码: "7335941".


Filename: /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA/Db/Driver/Abstract.php [544]
#8 FLEA_Db_Driver_Mysql::execute('SELECT id FROM hmy_showmess ...')

Filename: /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA/Db/TableDataGateway.php [702]
#7 FLEA_Db_Driver_Abstract::getAll('SELECT id FROM hmy_showmess ...')

Filename: /usr/home/hyu1172440001/htdocs/app/controller/default.php [235]
#6 FLEA_Db_TableDataGateway::findBySql('SELECT id FROM hmy_showmess ...')

Filename: /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA/Dispatcher/Simple.php [120]
#5 controller_default::actioncontact()

Filename: /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA/Dispatcher/Simple.php [77]
#4 FLEA_Dispatcher_Simple::_executeAction('default', 'contact', 'controller_default')

Filename: /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA.php [815]
#3 FLEA_Dispatcher_Simple::dispatching()

Filename: /usr/home/hyu1172440001/htdocs/lib/FLEA/FLEA/Compatibility.php [263]
#2 FLEA::runMVC()

Filename: /usr/home/hyu1172440001/htdocs/index.php [38]
#1 run()