SQL/DB Error -- [Error establishing a database connection!- Are you sure you have the correct user/password?
- Are you sure that you have typed the correct hostname?
- Are you sure that the database server is running?
]
SQL/DB Error -- []
SELECT
prefix_novinka.id_novinka,
prefix_novinka.unikatni_id,
prefix_novinka.nazev,
prefix_novinka.text,
prefix_novinka.zobrazovat_od
FROM prefix_novinka
WHERE prefix_novinka.active_state = 1
AND (prefix_novinka.lang LIKE 'cz' OR prefix_novinka.lang_all = 1)
AND prefix_novinka.zobrazovat_od <= NOW()
AND prefix_novinka.id_novinka = 297
AND 1 = ANY(prefix_novinka.server)
ORDER BY prefix_novinka.priorita DESC