Database error: Invalid SQL:
SELECT *
FROM pp_fotos
WHERE
f_id LIKE '%'
AND
(
f_titel LIKE '%euro%'
OR f_titel LIKE '%public viewing%'
OR f_titel LIKE '%fanmeile%'
OR f_titel LIKE '%fanzone%'
OR f_location LIKE '%euro%'
OR f_location LIKE '%public viewing%'
OR f_location LIKE '%fanmeile%'
OR f_location LIKE '%fanzone%'
)
AND f_datum LIKE '2008%'
ORDER BY f_datum DESC, f_titel ASC
LIMIT 0,100
Table 'pp_fotos' is marked as crashed and should be repaired
MySQL Error: 1194 (Table 'pp_fotos' is marked as crashed and should be repaired)
Session halted.