Adding a product does not show the name and SKU. Need jhelp ASAP. @rahul
simplygenius
@simplygenius
Posts made by simplygenius
-
Adding Product
-
RE: Installing using GUI vs usig CLI: both give errors
Oh, thank you so much for helping out. I'm sorry for being an inconvenience. I must say I ran into a 'No application key' problem, but I fixed that with
php artisan key:generate. -
RE: Installing using GUI vs usig CLI: both give errors
@rahul, oh no. I used the second step:
-
RE: Installing using GUI vs usig CLI: both give errors
@rahul What do you mean by "new build" ? You mean the .zip file?
-
RE: Installing using GUI vs usig CLI: both give errors
I used the CLI method. Well, it didnt work. Again. And I'm already behind schedule on my presentation. Could it be something is missing from my PC's XAMPP installation? Something overlooked, perhaps (though from the nature of the error I doubt that! )?Screenshot (1).png
-
RE: Installing using GUI vs usig CLI: both give errors
So I suppose both GUI installation and CLI installation have been fixed, and that I can use any of them?
-
Installing using GUI vs usig CLI: both give errors
UPDATE ON CLI INSTALLATION:
It gets stuck at Migrate and Seed for a long eime, then gives this error:
Class Webkul\Core\Repositories\SliderRepository does not exist
Previous exceptions
Declaration of Webkul\Core\Eloquent\Repository::count() should be compatible with Prettus\Repository\Eloquent\BaseRepository::count(array $where = Array, $columns = '*') (0) -
Installation has failed
I can't seem to find the file where I can change type from json to text
THIS IS THE ERROR THAT BOTHERS ME.
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'json null,
created_at
timestamp null,updated_at
timestamp null) default cha' at line 1 (SQL: create tableorder_product
(id
int unsigned not null auto_increment primary key,product_id
int unsigned not null,order_id
int unsigned not null,qty
int not null,price
decimal(11, 6) not null,tax_amount
decimal(11, 6) not null,product_info
json null,created_at
timestamp null,updated_at
timestamp null) default character set utf8 collate 'utf8_unicode_ci' engine = InnoDB)