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
What is the "cached" database?
i was disable database cache on store, before i use copy of this database for instalation
store cache ..
Where did you read what using a "copy of this database for instalation" is a correct installation procedure?
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?
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
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
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
...