RXML parse error: Database "postgres://rojo@localhost/nnews" is not in the list of allowed databases.
| <emit host="postgres://rojo@localhost/nnews" query="SET DATESTYLE TO 'ISO';\n"
" SELECT art_title,art_intro,art_text,art_genre,art_author,art_date,\n"
" art_time,gen_text,aut_id,aut_name,aut_email\n"
" FROM articles,genres,authors\n"
" WHERE art_id = 113 AND art_publish = 5\n"
" AND art_genre = gen_id AND art_author = aut_id" source="sql">
Comments:
RXML parse error: Database "postgres://rojo@localhost/nnews" is not in the list of allowed databases.
| <emit host="postgres://rojo@localhost/nnews" query="SELECT com_id,com_title,com_author,com_date FROM comments\n"
" WHERE com_artid = 113 ORDER BY com_stamp DESC" source="sql">
Write your own comment