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 'AND right_value > ORDER BY left_value ASC' at line 3" SQL 语句: "SELECT `commclass`.* FROM `commclass` WHERE left_value < AND right_value > ORDER BY left_value ASC" 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 'AND right_value > 
ORDER BY left_value ASC' at line 3"
SQL 语句: "SELECT `commclass`.*
FROM `commclass`
WHERE left_value <  AND right_value > 
ORDER BY left_value ASC"
SQL 错误代码: "7335941".' in /home/markmx/domains/diggames.net/public_html/Classes/FLEA/Db/Driver/Mysql.php:230
Stack trace:
#0 /home/markmx/domains/diggames.net/public_html/Classes/FLEA/Db/TableDataGateway.php(427): FLEA_Db_Driver_Mysql->execute('SELECT `commcla...')
#1 /home/markmx/domains/diggames.net/public_html/WebApp/Table/Node.php(146): FLEA_Db_TableDataGateway->findAll('left_value <  A...', 'left_value ASC')
#2 /home/markmx/domains/diggames.net/public_html/WebApp/Model/ClassInfo.php(24): Table_Node->getPath(false)
#3 /home/markmx/domains/diggames.net/public_html/WebApp/Controller/China.php(165): Model_ClassInfo->getClassIDPath(NULL, Object(Controller_China), 'RegulationsList')
#4 /home/markmx/domains/diggames.net/public_html/Classes/FLEA/Dispatcher/Simple.php(121): Controller_China->actionRegulationsView()
#5 /home/markmx/domains/diggames.net/public_html/Classes/FLEA/Dispatcher/Auth.php(127): FLEA_Dispatcher_Simple->_executeAction('China', 'RegulationsView', 'Controller_Chin...')
#6 /home/markmx/domains/diggames.net/public_html/Classes/FLEA.php(651): FLEA_Dispatcher_Auth->dispatching()
#7 /home/markmx/domains/diggames.net/public_html/index.php(49): FLEA::runMVC()
#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 'AND right_value > ORDER BY left_value ASC' at line 3" SQL 语句: "SELECT `commclass`.* FROM `commclass` WHERE left_value < AND right_value > ORDER BY left_value ASC" SQL 错误代码: "7335941".


Filename: /home/markmx/domains/diggames.net/public_html/Classes/FLEA/Db/TableDataGateway.php
#8 FLEA_Db_Driver_Mysql::execute('SELECT `commclass`.* FROM ` ...')

Filename: /home/markmx/domains/diggames.net/public_html/WebApp/Table/Node.php
#7 FLEA_Db_TableDataGateway::findAll('left_value < AND right_val ...', 'left_value ASC')

Filename: /home/markmx/domains/diggames.net/public_html/WebApp/Model/ClassInfo.php
#6 Table_Node::getPath()

Filename: /home/markmx/domains/diggames.net/public_html/WebApp/Controller/China.php
#5 Model_ClassInfo::getClassIDPath(, Controller_China, 'RegulationsList')

Filename: /home/markmx/domains/diggames.net/public_html/Classes/FLEA/Dispatcher/Simple.php
#4 Controller_China::actionRegulationsView()

Filename: /home/markmx/domains/diggames.net/public_html/Classes/FLEA/Dispatcher/Auth.php
#3 FLEA_Dispatcher_Simple::_executeAction('China', 'RegulationsView', 'Controller_China')

Filename: /home/markmx/domains/diggames.net/public_html/Classes/FLEA.php
#2 FLEA_Dispatcher_Auth::dispatching()

Filename: /home/markmx/domains/diggames.net/public_html/index.php
#1 FLEA::runMVC()