A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 0

Filename: controllers/journal.php

Line Number: 11

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/idthai17/public_html/2015/journal/system/core/Exceptions.php:185)

Filename: core/Common.php

Line Number: 440

Database Error

A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 6

Select j.jo_id, j.jo_label, j.jo_current_issue , j.jo_pass_issue , j.is_active , j.update_date , v.vol_caption , n.no_caption , i.caption , j.month_id , j.jo_description , j.jo_cover , j.jo_set_context , j.jo_context_size , j.jo_description , j.FK_year_id from tb_journal j left join tb_journal_volume v on (v.vol_id=j.FK_vol_id) left join tb_journal_number n on (n.no_id=j.FK_num_id) left join tb_journal_year i on (j.FK_year_id=i.id) WHERE j.is_deleted=0 and j.is_active=1 and j.jo_id=

Filename: /home/idthai17/public_html/2015/journal/models/getjournal.php

Line Number: 18