Recent Topics

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 table order_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)



  • The issue is regarding the MariaDB version that you are using with your XAMPP. Kindly update your MariaDB version from 10.1 TO 10.2. You can refer to this stack here: https://stackoverflow.com/questions/44027926/update-xampp-from-maria-db-10-1-to-10-2


Log in to reply