UmuTKaplaN Posted July 5, 2017 Share Posted July 5, 2017 (edited) Siteyi yüklerken sistem yapılandırması adımında böyle bir hata karşıma geldi çözümünü bilen söylerse sevinirim. Updating database schema... Executing: CREATE TABLE ps_attribute_lang (id_attribute INT NOT NULL, id_lang INT NOT NULL, name VARCHAR(128) NOT NULL, INDEX IDX_3ABE46A77A4F53DC (id_attribute), PRIMARY KEY(id_attribute, id_lang)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB [Doctrine\DBAL\Exception\DriverException] An exception occurred while executing 'CREATE TABLE ps_attribute_lang (id_attribute INT NOT NULL, id_lang INT NOT NULL, name VARCHAR(128) NOT NULL, INDEX IDX_3ABE46A77A4F53DC (id_attribute), PRIMARY KEY(id_attribute, id_lang)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB': SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB' [Doctrine\DBAL\Driver\PDOException] SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB' [PDOException] SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB' prestashop:schema:update-without-foreign [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] Edited July 5, 2017 by UmuTKaplaN (see edit history) Link to comment Share on other sites More sharing options...
bera_ramazan Posted July 5, 2017 Share Posted July 5, 2017 CREATE TABLE ps_attribute_lang (id_attribute INT NOT NULL, id_lang INT NOT NULL, name VARCHAR(128) NOT NULL, INDEX IDX_3ABE46A77A4F53DC (id_attribute), PRIMARY KEY(id_attribute, id_lang)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci Bu kodu phpmyadmin de kullandığınız veritabanında üstte sql var oraya yapıştırın siteniz açılacak Link to comment Share on other sites More sharing options...
UmuTKaplaN Posted July 5, 2017 Author Share Posted July 5, 2017 (edited) Şöyle bir hata veriyor veritabanı ad şifre girilen yerde Söylediğiniz kodu yazınca oluyor bu Aynı önek ile var olan en az bir tablo bulundu, lütfen ön eki değiştirin veya veritabanını boşaltın Edited July 5, 2017 by UmuTKaplaN (see edit history) Link to comment Share on other sites More sharing options...
bera_ramazan Posted July 8, 2017 Share Posted July 8, 2017 siz sanırım yükleme yapıyorsunuz ama veritabanınız da tablolar var onarında ön eki ps_ ya veritabanını boşaltın yada yeni bir veritabanı oluşturun bu yeni yüklemeyi oraya yükleyin veya yeni yükleme yapınca (önerilmez) ps_ olan ön eki abc_ yapın Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now