kirilkirkov / Ecommerce-Laravel-Bootstrap

Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
MIT License
223 stars 134 forks source link

lara_cms.sql is incomplete #1

Closed robernet closed 7 years ago

robernet commented 7 years ago

After loading lara_cms.sql file into the lara_cms database, an error showed about table products not having the tags fields. I added the tags fields as varchar(255), but the following error showed:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'lara_cms.orders' doesn't exist (SQL: SELECT YEAR(FROM_UNIXTIME(UNIX_TIMESTAMP(time_created))) as year, MONTH(FROM_UNIXTIME(UNIX_TIMESTAMP(time_created))) as month, COUNT(id) as num FROM orders GROUP BY YEAR(FROM_UNIXTIME(UNIX_TIMESTAMP(time_created))), MONTH(FROM_UNIXTIME(UNIX_TIMESTAMP(time_created))) ASC )

So far I found that the orders table, as well as the carousel and carousel_translations are none existent.

kirilkirkov commented 7 years ago

Sorry. I forget to update database file.... It is fixed with commit - https://github.com/kirilkirkov/Shopping-Cart-Solution-Laravel/commit/a1073cd304cde60908ac270b6c8144a7d6120458 @robernet