Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Database Exceptionyii\db\Exception

SQLSTATE[42S22]: Column not found: 1054 Unknown column '2024-04-18 21:24:47' in 'where clause'
The SQL being executed was: SELECT COUNT(*) FROM `page` LEFT JOIN `bio` ON `page`.`id` = `bio`.`page_id` WHERE ((`page`.`published`=1) AND (`bio`.`country_id`=105)) AND (page.publishedOn < "2024-04-18 21:24:47")

Error Info: Array
(
    [0] => 42S22
    [1] => 1054
    [2] => Unknown column '2024-04-18 21:24:47' in 'where clause'
)
$_GET = [
    'url' => 'india',
    'page' => '6',
    'per-page' => '12',
];

$_COOKIE = [
    'active_template::342721' => 'pub_site.1713454786',
    'ezosuibasgeneris-1' => '2e364ed6-8c18-4b3c-4356-0654ff627728',
];