Jump to content

Yükleme sırasında bir hata oluştu...


UmuTKaplaN

Recommended Posts

Siteyi yüklerken sistem yapılandırması adımında böyle bir hata karşıma geldi çözümünü bilen söylerse sevinirim.

 

 

 

 

  1.  Updating database schema...
  2.  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
  3.  
  4.  
  5.  [Doctrine\DBAL\Exception\DriverException]
  6.  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':
  7.  SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB'
  8.  
  9.  
  10.  
  11.  [Doctrine\DBAL\Driver\PDOException]
  12.  SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB'
  13.  
  14.  
  15.  
  16.  [PDOException]
  17.  SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB'
  18.  
  19.  
  20.  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] [--]  
  21.  
  22.  
Edited by UmuTKaplaN (see edit history)
Link to comment
Share on other sites

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...