| General Error |
Could not query vehicle information
DEBUG MODE
SQL Error : 144 Table './modnet_phpbb/phpbb_garage_guestbooks' is marked as crashed and last (automatic?) repair failed
SELECT gb.garage_id AS id, CONCAT_WS(' ', g.made_year, makes.make, models.model) AS vehicle,
gb.author_id AS member_id, gb.post_date AS POI, m.username
FROM phpbb_garage_guestbooks AS gb
LEFT JOIN phpbb_garage AS g ON gb.garage_id = g.id
LEFT JOIN phpbb_garage_makes AS makes ON g.make_id = makes.id
LEFT JOIN phpbb_garage_models AS models ON g.model_id = models.id
LEFT JOIN phpbb_users AS m ON gb.author_id = m.user_id
WHERE makes.pending = 0 AND models.pending = 0
ORDER BY POI DESC LIMIT 5
Line : 2000 File : functions_garage.php |
| |
| |