Strange database error (wrong database name) in component - Joomla! Forum - community, help and support
hi all! i'm trying write component, , following error during query:
it seems me joomla adds "jo" table name, "jo" name of joomla directory, not name of database. query correct, in fact work copied , pasted phpmyadmin.
what it? thanks!
code: select all
db function failed error number 1146
table 'jo.jos_prenes_esami' doesn't exist sql=select esami.*, count(iscritti.is_id) tot_iscritti jos_prenes_esami esami left join jos_prenes_iscritti iscritti on esami.es_id = iscritti.is_es_id esami.es_dataesame > 1187652221 group esami.es_id order esami.es_docente, esami.es_materia
it seems me joomla adds "jo" table name, "jo" name of joomla directory, not name of database. query correct, in fact work copied , pasted phpmyadmin.
what it? thanks!
joomla! posting sql erroe message, repsonse sql engine looking database named "jo" name of database, or hosting provider prefix- database account name?
Comments
Post a Comment