( ! ) Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'neostsmx_mmkhawaii.Products' doesn't exist in /home/neostsmx/mymomskitchenhawaii.com/Dtos/productpublic.dto.php on line 44 | ||||
---|---|---|---|---|
( ! ) PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'neostsmx_mmkhawaii.Products' doesn't exist in /home/neostsmx/mymomskitchenhawaii.com/Dtos/productpublic.dto.php on line 44 | ||||
Call Stack | ||||
# | Time | Memory | Function | Location |
1 | 0.0009 | 363800 | {main}( ) | .../index.php:0 |
2 | 0.0015 | 365000 | require_once( '/home/neostsmx/mymomskitchenhawaii.com/Views/template.php ) | .../index.php:27 |
3 | 0.0019 | 382096 | include_once( '/home/neostsmx/mymomskitchenhawaii.com/router.php ) | .../template.php:122 |
4 | 0.0065 | 383336 | ProductsController->index( ) | .../router.php:14 |
5 | 0.0065 | 383336 | ProductPublicDto::listPublic( ) | .../products.controller.php:7 |
6 | 0.0091 | 384800 | query( $query = 'SELECT p.Id,p.Sku,p.Description,p.DescriptionDetail,t.Description AS `Type`\r\n\t\t\t\t\t,c.Description AS `Category`\r\n\t\t\t\t\t,u.Description AS `Unit`\r\n\t\t\t\t\t,p.Price\r\n\t\t\t\t\t,concat(ifnull(i.Path,\'\'),\'/\',ifnull(i.FileName,\'\')) AS `ImageFile` \r\n\t\t\t\t\t FROM Products AS `p` \r\n\t\t\t\t\t LEFT JOIN ProductType AS `t` ON t.Id = p.IdProductType\r\n\t\t\t\t\t LEFT JOIN Categories AS `c` ON c.Id = p.IdCategory\r\n\t\t\t\t\t LEFT JOIN Units AS `u` ON u.Id = p.IdUnit \r\n\t\t\t\t\t LEFT JOIN ProductImages AS `i` ON i.IdProduct = p.Id AND i.Consecutive = 1'..., $fetchMode = ??? ) | .../productpublic.dto.php:44 |