cancel
Showing results for 
Search instead for 
Did you mean: 

Eror in instalation magento 2

Eror in instalation magento 2

Hy,


I'm trying install Magento package in new folder on ftp with existing cached database and i get eror via instalation on 6%:

[ERROR] exception 'Zend_Db_Exception' with message 'Column "code" does not exist in table "widget".' in /home/site/public_html/test2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php:967
Stack trace: ....

Can you please help?


Alen

9 REPLIES 9

Re: Eror in instalation magento 2

What is the "cached" database?

Re: Eror in instalation magento 2

i was disable database cache on store, before i use copy of this database for instalation

Re: Eror in instalation magento 2

store cache ..Smiley Happy

Re: Eror in instalation magento 2

Where did you read what using a "copy of this database for instalation" is a correct installation procedure?

Re: Eror in instalation magento 2

i want to upgrade store with new package. I work in different folder on same server.

 

For instructions i look:

 

http://www.customerparadigm.com/magento-development/upgrade/how-to-upgrade-magento/

and

http://neoshops.de/2013/08/03/how-to-upgrade-magento-using-old-database/

 

do you have any suggestion?

Re: Eror in instalation magento 2

For upgrading Magento 2, I recommend to use the manual from the official Magento 2 documentation, not legacy third-party articles for Magento 1.x.

http://devdocs.magento.com/guides/v2.0/comp-mgr/bk-compman-upgrade-guide.html

Re: Eror in instalation magento 2

Thanks!

now i'm trying install composer via ftp.

I upload composer setup file on ftp

and now i'm trying install composer from comand line.

i try so: with CMD go to directory where is fresh magento package and write:
composer install
cmd says:invalid command

 

thanks for help,

Alen

Re: Eror in instalation magento 2

Re: Eror in instalation magento 2

i'v tryed but i don't uderstand this:

install file is composer-setup.exe, and here is composer-setup.php

 

if i have composer-setup.exe in directory composer stll shows me invalid comand for:

 

php composer-setup.php --composer-dir=bin

or

php composer-setup.php --install-composer=bin

or

php composer-setup.php --install-dir=composer

 

...