Ecommerce-CodeIgniter icon indicating copy to clipboard operation
Ecommerce-CodeIgniter copied to clipboard

A Database Error Occurred

Open felisane123 opened this issue 5 years ago • 6 comments

Error Number: 1054

Unknown column 'p.isdraft' in 'where clause'

SELECT p.*,(select pg.imagepath from productgallery pg where pg.IsDelete=0 and pg.IsFeatured=1 and pg.ProductId=p.productid limit 1)as FeaturedImage,pc.CatName as ProductCatname FROM product p join productcat pc on p.productcatid=pc.ProductCatId where p.saleenddate>=CURRENT_DATE() and p.isdraft=0 and p.isdelete=0 and p.isdirectaccess=0 order by p.createddate desc limit 12

Filename: models/admin/Product_model.php

Line Number: 270

felisane123 avatar Nov 09 '19 00:11 felisane123

i have import SQL issue.,

SQL query:

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */

MySQL said: Documentation #1231 - Variable 'character_set_client' can't be set to the value of 'NULL'

manigopal avatar Dec 04 '19 11:12 manigopal

the floder assets not exist in project all script css and js not found

anassdox avatar Mar 09 '20 13:03 anassdox

the floder assets not exist in project all script css and js not found

Not the issue for this. But necessary files are there.

sunjava11 avatar Apr 27 '20 17:04 sunjava11

Hi all, getting same error. no idea how to fix.

kandyjet avatar Feb 28 '21 03:02 kandyjet

Hi all, getting same error. no idea how to fix.

@kandyjet what error are you getting?

sunjava11 avatar Feb 28 '21 08:02 sunjava11

This one

Error Number: 1054

Unknown column 'p.isdraft' in 'where clause'

SELECT p.*,(select pg.imagepath from productgallery pg where pg.IsDelete=0 and pg.IsFeatured=1 and pg.ProductId=p.productid limit 1)as FeaturedImage,pc.CatName as ProductCatname FROM product p join productcat pc on p.productcatid=pc.ProductCatId where p.saleenddate>=CURRENT_DATE() and p.isdraft=0 and p.isdelete=0 and p.isdirectaccess=0 order by p.createddate desc limit 12

Filename: models/admin/Product_model.php

Line Number: 270

kandyjet avatar Mar 01 '21 06:03 kandyjet