Помилка бази даних.

Error Number:

SELECT c.id_country, ct.name, (Select name from nl_country_translate where nl_country_translate.id_country=c.id_country and nl_country_translate.id_lan=(Select id_lan from nl_lan where name_short='en')) as eng_name FROM "nl_lan" "l", "nl_country" "c", "nl_country_translate" "ct" WHERE l.id_lan = ct.id_lan AND ct.id_country = c.id_country AND l.name_short = E'ru' AND get_available_by_right(19,ct.id_country,0,0,0) = TRUE ORDER BY ct.name ASC

Filename: models/Country_model.php

Line Number: 73