Exception

Database Exceptionyii\db\Exception

SQLSTATE[42000]: Syntax error or access violation: 1064 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 edit_time desc limit 0,8' at line 1
The SQL being executed was: select * from article where status=1 and cid= order by edit_time desc limit 0,8

Error Info: Array
(
    [0] => 42000
    [1] => 1064
    [2] => 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 edit_time desc limit 0,8' at line 1
)
$_GET = [
    'id' => '184',
];

$_SERVER = [
    'USER' => 'www',
    'HOME' => '/home/www',
    'HTTP_HOST' => 'www.hkhplus.com',
    'HTTP_USER_AGENT' => 'claudebot',
    'HTTP_ACCEPT' => '*/*',
    'PHP_ADMIN_VALUE' => 'open_basedir=/home/wwwroot/:/tmp/:/proc/',
    'SCRIPT_FILENAME' => '/home/wwwroot/www.hkhplus.com/web/index.php',
    'YII_DEV' => 'prod',
    'REDIRECT_STATUS' => '200',
    'SERVER_NAME' => 'www.hkhplus.com',
    'SERVER_PORT' => '80',
    'SERVER_ADDR' => '172.16.0.75',
    'REMOTE_PORT' => '59694',
    'REMOTE_ADDR' => '3.81.144.39',
    'SERVER_SOFTWARE' => 'nginx/1.16.1',
    'GATEWAY_INTERFACE' => 'CGI/1.1',
    'REQUEST_SCHEME' => 'http',
    'SERVER_PROTOCOL' => 'HTTP/1.1',
    'DOCUMENT_ROOT' => '/home/wwwroot/www.hkhplus.com/web',
    'DOCUMENT_URI' => '/index.php',
    'REQUEST_URI' => '/index/news-detail?id=184',
    'SCRIPT_NAME' => '/index.php',
    'CONTENT_LENGTH' => '',
    'CONTENT_TYPE' => '',
    'REQUEST_METHOD' => 'GET',
    'QUERY_STRING' => 'id=184',
    'FCGI_ROLE' => 'RESPONDER',
    'PHP_SELF' => '/index.php',
    'REQUEST_TIME_FLOAT' => 1711723233.1118851,
    'REQUEST_TIME' => 1711723233,
];