A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 0

Filename: controllers/Page.php

Line Number: 103

Backtrace:

File: /home/vjchmtqk/oswal-traders.com/application/modules/frontend/controllers/Page.php
Line: 103
Function: _error_handler

File: /home/vjchmtqk/oswal-traders.com/index.php
Line: 318
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: controllers/Page.php

Line Number: 103

Backtrace:

File: /home/vjchmtqk/oswal-traders.com/application/modules/frontend/controllers/Page.php
Line: 103
Function: _error_handler

File: /home/vjchmtqk/oswal-traders.com/index.php
Line: 318
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 0

Filename: controllers/Page.php

Line Number: 106

Backtrace:

File: /home/vjchmtqk/oswal-traders.com/application/modules/frontend/controllers/Page.php
Line: 106
Function: _error_handler

File: /home/vjchmtqk/oswal-traders.com/index.php
Line: 318
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: controllers/Page.php

Line Number: 106

Backtrace:

File: /home/vjchmtqk/oswal-traders.com/application/modules/frontend/controllers/Page.php
Line: 106
Function: _error_handler

File: /home/vjchmtqk/oswal-traders.com/index.php
Line: 318
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/vjchmtqk/oswal-traders.com/system/core/Exceptions.php:271)

Filename: core/Common.php

Line Number: 570

Backtrace:

File: /home/vjchmtqk/oswal-traders.com/application/modules/frontend/models/Mdmaster.php
Line: 95
Function: query

File: /home/vjchmtqk/oswal-traders.com/application/modules/frontend/controllers/Page.php
Line: 114
Function: run_query

File: /home/vjchmtqk/oswal-traders.com/index.php
Line: 318
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 'AND links_mst.links_module_name = 'Item' AND item_mst.item_status = 0 ...' at line 5

SELECT GROUP_CONCAT(item_variants.variant_label,'-',item_variants.variant_value ORDER BY item_variants.variant_id SEPARATOR ',') as item_variants,item_mst.item_id,links_mst.* FROM item_mst JOIN item_variants ON item_variants.variant_item_id = item_mst.item_id JOIN links_mst ON item_mst.item_id = links_mst.links_related_id where item_mst.item_pd_id = AND links_mst.links_module_name = 'Item' AND item_mst.item_status = 0 GROUP BY item_mst.item_id

Filename: modules/frontend/models/Mdmaster.php

Line Number: 95