Severity: Notice
Message: Trying to get property 'id' of non-object
Filename: controllers/thread.php
Line Number: 120
Severity: Notice
Message: Trying to get property 'id' of non-object
Filename: controllers/thread.php
Line Number: 127
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/ableetyu/public_html/tips/system/core/Exceptions.php:185)
Filename: core/Common.php
Line Number: 443
Error Number: 1064
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 'AND a.author_id = b.id ORDER BY a.date_add ASC LIMIT 0, 10' at line 2
SELECT a.*, b.username, b.id as user_id FROM cibb_posts a, cibb_users b WHERE a.thread_id = AND a.author_id = b.id ORDER BY a.date_add ASC LIMIT 0, 10
Filename: /home/ableetyu/public_html/tips/models/thread_model.php
Line Number: 113