Notice (8): Undefined index: Ville [APP/Controller/CommentsController.php, line 41]
Notice (8): Trying to access array offset on value of type null [APP/Controller/CommentsController.php, line 41]
Notice (8): Undefined index: Ville [APP/Controller/CommentsController.php, line 42]
Notice (8): Trying to access array offset on value of type null [APP/Controller/CommentsController.php, line 42]
Warning (2): Cannot modify header information - headers already sent by (output started at /homepages/3/d279718623/htdocs/dmprenov/lib/Cake/Utility/Debugger.php:797) [CORE/Cake/Network/CakeResponse.php, line 458]
Errors

Database Error

Error: 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 '*pi()/180)) * sin((Ville.lat*pi()/180))+cos((*pi()/180)) * cos((Ville.lat*pi()/1' at line 1

SQL Query: SELECT `Comment`.*, `Ville`.*, (((acos(sin((*pi()/180)) * sin((Ville.lat*pi()/180))+cos((*pi()/180)) * cos((Ville.lat*pi()/180)) * cos(((- Ville.lng)*pi()/180))))*180/pi())*60*1.1515*1.609344*1000) as distance FROM `db285787289`.`comments` AS `Comment` LEFT JOIN `db285787289`.`villes` AS `Ville` ON (`Comment`.`etab_id` = `Ville`.`id`) WHERE 1 = 1 GROUP BY `Comment`.`id` HAVING distance < 80000 ORDER BY `Comment`.`id` DESC LIMIT 20

Notice: If you want to customize this error message, create app/View/Errors/pdo_error.ctp

Stack Trace