Hello,
Fresh installation on my webserver, php7.2. No sample data, multirestaurant and theme+extentsions.
At last stage of finishing setup I get this error
SQLSTATE[21S01]: Insert value list does not match column list: 1136 Column count doesn't match value count at row 2 (SQL: insert into
ti_pages(
content,
date_added,
date_updated,
language_id,
meta_description,
meta_keywords,
permalink_slug,
status,
title) values (Lorem ipsum dolor sit amet, consectetur adipiscing elit., 2020-04-09 12:45:23, 2020-04-09 12:45:23, 1, , , about-us, 1, About Us), (Lorem ipsum dolor sit amet, consectetur adipiscing elit., 2020-04-09 12:45:23, 2020-04-09 12:45:23, 1, , , {"navigation_hidden":"1"}, policy, 1, Policy), (Lorem ipsum dolor sit amet, consectetur adipiscing elit., 2020-04-09 12:45:23, 2020-04-09 12:45:23, 1, , , terms-and-conditions, 1, Terms and Conditions))
I tried a fresh install as I was getting many errors in the admin dashboard such as exception:
Igniter \ Flame \ Exception \ SystemException
The partial 'form/field_currency.php' is not found
or
Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
Trait 'Main\Traits\UsesPage' not found
when trying to edit any payment solution or the theme.
I tried to upload a theme from GIT. Theme uploads, install but it's empty.
Any help welcomed, thank you