A PHP Error was encountered

Severity: Warning

Message: A non-numeric value encountered

Filename: controllers/Frontend.php

Line Number: 565

Backtrace:

File: /home/carhaw5/turbotires.carhawk.ca/application/controllers/Frontend.php
Line: 565
Function: _error_handler

File: /home/carhaw5/turbotires.carhawk.ca/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/carhaw5/turbotires.carhawk.ca/system/core/Exceptions.php:271)

Filename: core/Common.php

Line Number: 570

Backtrace:

File: /home/carhaw5/turbotires.carhawk.ca/application/models/My_model.php
Line: 113
Function: query

File: /home/carhaw5/turbotires.carhawk.ca/application/controllers/Frontend.php
Line: 631
Function: get_table_row_query

File: /home/carhaw5/turbotires.carhawk.ca/index.php
Line: 315
Function: require_once

Database Error

A Database Error Occurred

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 '-3, 3' at line 13

SELECT t.*,v.variation_price as tire_price, c.company_logo FROM tires t LEFT JOIN companies c ON c.id=t.tire_company LEFT JOIN variations v ON v.tire_id=t.id WHERE tire_company=61 GROUP BY t.id LIMIT -3, 3

Filename: models/My_model.php

Line Number: 113