Relative Content

Tag Archive for phpmysqlvue.js

Uploading Products on vue+php project

SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘branch_products.catal ogue_id’ in ‘on clause’ (SQL: select count() as aggregate from (select branch_products. from branch_products inner join vendors on vendors.id = branch_products.vendor_id left join catalogues on catalogues.id = branch_products.catal ogue_id where ((date(catalogues.start_date) <= 2024-05-09 and date(catalogues.end_date) >= 2024-05-09) or catalogues.while_stock_last = true) and vendors.status = active and branch_products.status = deleted group by branch_products.id) as aggregate_table)