Fatal error: Uncaught mysqli_sql_exception: Column 'status' in WHERE is ambiguous in /volume1/web/app/core/Database.php on line 41 mysqli_sql_exception: Column 'status' in WHERE is ambiguous in /volume1/web/app/core/Database.php on line 41 Call Stack: 0.0001 361960 1. {main}() /volume1/web/public/index.php:0 0.0003 363744 2. App\Core\App->__construct() /volume1/web/public/index.php:64 0.0005 364760 3. call_user_func_array:{/volume1/web/app/core/App.php:97}($callback = [0 => class App\Controllers\EducationController { }, 1 => 'index'], $args = []) /volume1/web/app/core/App.php:97 0.0005 364832 4. App\Controllers\EducationController->index() /volume1/web/app/core/App.php:97 0.0014 407976 5. App\Models\Education->getAll($limit = 12, $categoryId = NULL) /volume1/web/app/controllers/EducationController.php:14 0.0014 408296 6. App\Core\Database->query($sql = 'SELECT a.*, c.name as category_name \r\n FROM education_articles a \r\n LEFT JOIN education_categories c ON a.category_id = c.id\r\n WHERE status = \'published\' \r\n ORDER BY a.publish_date DESC LIMIT 12') /volume1/web/app/models/Education.php:25 0.0014 408296 7. mysqli->query($query = 'SELECT a.*, c.name as category_name \r\n FROM education_articles a \r\n LEFT JOIN education_categories c ON a.category_id = c.id\r\n WHERE status = \'published\' \r\n ORDER BY a.publish_date DESC LIMIT 12') /volume1/web/app/core/Database.php:41