|
|
Could not site query dvd collection film
DEBUG MODE
SQL Error : 1226 User 'vreuilsql5' has exceeded the 'max_questions' resource (current value: 5771)
SELECT fd.film_id, fd.film_text, fd.film_text_vf, fd.film_year, cs.cast_first_name, cs.cast_last_name
FROM film_desc fd, film_directing dir, cast cs
WHERE fd.film_text LIKE 'T%' AND fd.film_id = dir.film_id AND dir.cast_id = cs.cast_id
ORDER BY fd.film_text ASC Line : 45 File : /home/vreuil/www/database.php
|
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php? |