A PHP Error was encountered

Severity: Notice

Message: Uninitialized string offset: 0

Filename: controllers/Product.php

Line Number: 331

Backtrace:

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/application/controllers/Product.php
Line: 331
Function: _error_handler

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Illegal string offset 'product_url'

Filename: controllers/Product.php

Line Number: 332

Backtrace:

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/application/controllers/Product.php
Line: 332
Function: _error_handler

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Uninitialized string offset: 0

Filename: controllers/Product.php

Line Number: 332

Backtrace:

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/application/controllers/Product.php
Line: 332
Function: _error_handler

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Illegal string offset 'logo_url'

Filename: controllers/Product.php

Line Number: 332

Backtrace:

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/application/controllers/Product.php
Line: 332
Function: _error_handler

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Illegal string offset 'brand_id'

Filename: controllers/Product.php

Line Number: 336

Backtrace:

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/application/controllers/Product.php
Line: 336
Function: _error_handler

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Illegal string offset 'color'

Filename: controllers/Product.php

Line Number: 337

Backtrace:

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/application/controllers/Product.php
Line: 337
Function: _error_handler

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Illegal string offset 'product_price'

Filename: controllers/Product.php

Line Number: 338

Backtrace:

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/application/controllers/Product.php
Line: 338
Function: _error_handler

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/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/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/system/core/Exceptions.php:272)

Filename: core/Common.php

Line Number: 571

Backtrace:

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/application/models/Product_model.php
Line: 374
Function: get

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/application/controllers/Product.php
Line: 341
Function: getrelatedProduct

File: /home/xqgcpy3ri5b1/public_html/best_used_car_ahmedabad/index.php
Line: 315
Function: require_once

Database Error

A Database Error Occurred

Error Number: 1054

Unknown column 'h' in 'where clause'

SELECT p.iProductid as productid, p.vProductName as productname, p.vMillage as milage, p.vRunedkm as runed_Km, p.iProductTypeid as product_type, p.iFuelid as fuelid, p.iOwnerId as owner_id, p.eStatus as status, bm.vModelDisplayTag as model, bm.iModelid as model_id, p.iBrandId as brand_id, p.vProducturl as product_url, p.vPrice as product_price, p.vRunningKm as running_km, p.vModelyear as model_year, p.vColor as color, p.vRto as rto_code, p.dIncurancedate as Insurance_date, p.eSecondKey as second_key, pm.vDisplaytag as product_type_code, om.vDisplayTag as owner_display, mbm.vDisplayName as brand_display, ftm.vDisplaytag as fuel_display FROM `product` AS `p` LEFT JOIN `product_type_master` `pm` ON `p`.`iProductTypeid` = `pm`.`iTypeid` LEFT JOIN `owner_master` `om` ON `p`.`iOwnerId` = `om`.`iOwnerid` LEFT JOIN `mod_brand_master` `mbm` ON `p`.`iBrandId` = `mbm`.`iBrandId` LEFT JOIN `brand_model` `bm` ON `p`.`vModel` = `bm`.`iModelid` LEFT JOIN `fuel_type_master` `ftm` ON `p`.`iFuelid` = `ftm`.`iFuelid` WHERE `p`.`iIsdelete` = 0 AND `pm`.`iTypeid` = `h` OR `p`.`vColor` = 'h' OR `p`.`vPrice` <= `h` GROUP BY `productid`

Filename: models/Product_model.php

Line Number: 374