Notice: Undefined offset: 2020 in /home/vds/dev/public_html/norsk-film-aar.php on line 90
Notice: Undefined offset: 2020 in /home/vds/dev/public_html/norsk-film-aar.php on line 90
Warning: pg_prepare(): Query failed: ERROR: syntax error at or near "AND"
LINE 7: ...D r.productionyear < 2030 AND r.numbersofvotes > AND (r.rel...
^ in /home/vds/dev/public_html/lib/PgSQLDB.php on line 166
Warning: pg_execute(): Query failed: ERROR: unnamed prepared statement does not exist in /home/vds/dev/public_html/lib/PgSQLDB.php on line 167
Warning: debug_backtrace() expects parameter 1 to be long, string given in /home/vds/dev/public_html/lib/PgSQLDB.php on line 170
Fatal error in "" at line :
- Query:
SELECT r.releaseid, r.avgrating, r.numbersofvotes, r.productionyear, rt.title, p.filename
FROM filmfront.release r
JOIN filmfront.release_title rt ON r.releaseid = rt.releaseid
JOIN filmfront.release_nation rn ON r.releaseid = rn.releaseid
JOIN filmfront.gallery_picture p ON r.gallerypictureid = p.gallerypictureid
WHERE rt.current = B'1' AND rn.nationid = 14 AND rn.mainnation = B'1' AND r.productionyear >= 2020 AND r.productionyear < 2030 AND r.numbersofvotes > AND (r.releasetypeid = 1 OR r.releasetypeid = 11) AND r.isamaturefilm=B'0'
ORDER BY r.avgrating DESC, r.numbersofvotes DESC LIMIT
- Error: ERROR: unnamed prepared statement does not exist