Allgemeiner Fehler
Could Not Select Modification Data DEBUG MODE SQL Error : 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 'AND g.id = mods.garage_id' at line 10 SELECT mods.*, g.made_year, g.id, images.*, user.username, user.user_avatar_type, user.user_allowavatar, user.user_avatar, images.attach_ext, images.attach_id, images.attach_file, cats.title as category_title, makes.make, models.model, bus.title as business_name, ins.title as install_business_name, ins.id as install_business_id, CONCAT_WS(' ', g.made_year, makes.make, models.model) AS vehicle FROM ( carpc_phpbb_garage_mods AS mods, carpc_phpbb_garage AS g ) LEFT JOIN carpc_phpbb_users AS user ON g.member_id = user.user_id LEFT JOIN carpc_phpbb_garage_categories AS cats ON cats.id = mods.category_id LEFT JOIN carpc_phpbb_garage_images AS images ON images.attach_id = mods.image_id LEFT JOIN carpc_phpbb_garage_makes AS makes ON g.make_id = makes.id LEFT JOIN carpc_phpbb_garage_models AS models ON g.model_id = models.id LEFT JOIN carpc_phpbb_garage_business AS bus ON mods.business_id = bus.id LEFT JOIN carpc_phpbb_garage_business AS ins ON mods.install_business_id = ins.id WHERE mods.id = AND g.id = mods.garage_id Line : 3704 File : functions_garage.php |
![]() | ![]() | ![]() |