Fatal error: Uncaught exception 'Exception' with message 'Error while executing query:
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-30' at line 38
Query:
select
`media`.*,
( select views
from media_views where media_views.id_media = media.id_media
) as views,
( select last_viewed
from media_views where media_views.id_media = media.id_media
) as last_viewed,
( select concat(user_name, '\t', display_name, '\t', email, '\t', level)
from account where account.id_account = media.id_author )
as _author_data,
( select concat(slug, '\t', title, '\t', visibility, '\t', min_level)
from categories where categories.id_category = media.main_category )
as _main_category_data,
( select group_concat(tag order by date_attached asc, order in /home/growertools/public_html/classes/hng2_db/db_controller.php on line 166