タグ付けされた質問 「upgrade」

Magentoのアップグレードプロセスに関連する、または原因となる質問。


6
Magentoのアップグレードの見積もりをどのように示しますか?
概要: この質問はもともと尋ねられ、後でStackOverflowで閉じられました。metaで、この質問に適切な場所がここにあると述べました。 この質問は、Magentoのアップグレードを見積もる適切な方法を見つけるために多くの人々を支援することに賛成です。 質問: Magentoのアップグレードに必要な時間をどのように測定しますか?ほとんどの人は、クライアントの質問に答えるのに苦労したと思います:「Magentoストアをアップグレードするのにどれくらい時間がかかりますか?」 通常、クライアントは、たとえば「X時間かかり、Yドルの費用がかかる」などの数字だけを聞く必要があります。 この質問の背後にある主なアイデアは、技術的な側面と、Magentoのアップグレードのために独自の計算を行うために開発者として何をチェックするかということです。 次のチェックリストは、自分の計算用に作成しました。 Magentoコアに触れていますか? Magento DBスキーマは変更されていますか? DBに一貫性のないデータがありますか? ローカルおよびコミュニティコードプールにインストールされているカスタム拡張機能の数 カスタム拡張機能は、Magentoの最新バージョンと互換性がありますか? テーマ開発者はレイアウトディレクティブにlocal.xmlファイルを使用しましたか、それともbase / default / layoutからカスタムテーマのレイアウトディレクトリにxmlファイルをコピーしましたか? レイアウトxmlファイルに非推奨のレイアウトディレクティブ/ブロックメソッドがありますか? このMagentoショップを開発しましたか? 私は何かが欠けていると思いますか?もしそうなら、チェックリストの追加のポイントを私とコミュニティに共有しますか?
63 upgrade 

9
Magento 1.9、PHP 5.6-iconv.internal_encodingの使用は非推奨です
Magento CE 1.8および1.9でも同じです VPSでPHPを5.5.16から5.6.0に更新した後、[magento] /var/log/system.logで次の2つのエラーが発生しました。 ERR (3): Deprecated functionality: iconv_set_encoding(): Use of iconv.internal_encoding is deprecated in [magento]/lib/Zend/Locale/Format.php on line 311 ERR (3): Deprecated functionality: iconv_set_encoding(): Use of iconv.internal_encoding is deprecated in [magento]/lib/Zend/Locale/Format.php on line 472 この情報はhttps://github.com/zendframework/zf1/pull/347で見つかりましたが 、php.iniの変更のすべてのバリエーションが機能しません(もちろん、php.iniを変更するたびにphp-fpmサービスを再起動しました)。 ここhttps://github.com/zendframework/zf1/pull/347/files#r14075423私はこの行(313および474)で提案された変更を正確に読みましたが、Magento Coreファイルへのハックは使いたくありません。 フロントエンドとバックエンドでは、エンコーディングに問題はありません。すべて問題なく見えます(ロシア語のローカライズ版-フロントエンドと管理パネル)。 system.logでこのERRを無視してもいいですか?このエラーを修正する正しい方法は何ですか?

6
1.7から1.9へのMagentoのアップグレード
Magentoストアを1.7から1.9にアップグレードする必要があります。私は、Magento、SSH、およびMySQLを初めて使用します。私は自分のウェブサイトを壊さずにアップグレードする最も簡単な方法は何だろうと思っていました。

7
コンポーザーを使用してMagento2を更新する方法
composerを使用してmagento2 ceを更新できないようです。アップデートは見つかりませんでしたが、見つかったのは「fabpot」だけでした。 これが作曲家のセットアップの全体のポイントだと思ったので、ドキュメントで説明されているようにバックエンドを使用したいのはなぜですか:http : //devdocs.magento.com/guides/v2.0/comp-mgr/upgrader/upgrade -start.html それとも何か不足していますか? 助けてくれてありがとう。 編集: ここで説明するように、私は、作曲経由Magento2をインストールするには、公式ドキュメントを追っ:http://devdocs.magento.com/guides/v2.0/install-gde/prereq/integrator_install.html#integrator-first-composer-ce 問題は、次のコマンドを使用してプルされるcomposer.jsonファイル composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <installation directory name>:.jsonの必須セクションの下にmagentoを定義したことです。 "require": { "magento/product-community-edition": "2.0.0", "composer/composer": "@alpha", "firegento/magesetup2": "dev-develop", "splendid/de_de": "^0.0.1" }, ご覧のとおり、バージョン2.0.0が指定されています。 更新を機能させるには、.jsonファイル内のその行を次のように手動で変更する必要がありました。 "magento/product-community-edition": "2.*", 現在、実行中はcomposer updateすべてのモジュールをバージョン100.0.2から100.0.3に更新しました。 次の理由により、これでもエラー例外がスローされることに注意してください。 [ErrorException] Source /home/dev/git/mysite/vendor/magento/magento2-base/app/design/frontend/Magento does not exist 現在、bin / magentoファイルなど、かなりの数の重要な要素が欠落しているようです。 誰もがそれが正しく行われる方法を知っているので、実際に動作しますか?


1
2.0.9の前にMagento 2.1.0がリリースされるのはなぜですか?
Magentoは6月23日に2.1.0をリリースしましたが、その後2.0.8(7月)および2.0.9(8月)をリリースしました。(https://github.com/magento/magento2/releases) なぜ彼らはより低いバージョンをリリースするのですか?誰かが理由を知っているなら、私に知らせてください。私はすでに2.1.0にアップグレードしており、これらの新しいリリースが近づいています。

9
Magento 1.9の将来のサポート-今後のMagento 2.0
今年の秋まで、現在のMagento 1.4.0.1インストールを1.9.1.0にアップグレードしたいと考えています。不明な点は、Magento 2.0が2015年末にリリースされる(2016年半ばに完全に機能する可能性が高いため)1.9.1.0の将来のサポートです。 1.9.1.0は今後4〜5年間、開発者またはサードパーティのプロバイダーによってサポートされると思いますか?それとももっと短くなると思いますか?

3
Magentoのアップグレード後のエラー
CLIでこのコマンドを実行した後 php bin/magento setup:upgrade エラーが発生しています-: Fatal error: Uncaught exception 'Magento\Framework\Exception\LocalizedException' with message 'Can't create directory /var/www/html/magento/magento2.0/var/generation/Magento/Framework/App/ResourceConnection/.' in /var/www/html/magento/magento2.0/vendor/magento/framework/Code/Generator.php:103 Stack trace: #0 /var/www/html/magento/magento2.0/vendor/magento/framework/Code/Generator/Autoloader.php(35): Magento\Framework\Code\Generator->generateClass('Magento\\Framewo...') #1 [internal function]: Magento\Framework\Code\Generator\Autoloader->load('Magento\\Framewo...') #2 [internal function]: spl_autoload_call('Magento\\Framewo...') #3 /var/www/html/magento/magento2.0/vendor/magento/framework/Code/Reader/ClassReader.php(19): ReflectionClass->__construct('Magento\\Framewo...') #4 /var/www/html/magento/magento2.0/vendor/magento/framework/ObjectManager/Definition/Runtime.php(44): Magento\Framework\Code\Reader\ClassReader->getConstructor('Magento\\Framewo...') #5 /var/www/html/magento/magento2.0/vendor/magento/framework/ObjectMana in /var/www/html/magento/magento2.0/vendor/magento/framework/Code/Generator.php on line 103`

4
Magento 1の日没の公式日はいつですか?
現在、Magento 2のアップグレードが進行中です。2018年の初めにMagento 1のサポートが終了することを読んだ情報源もあります。Magento 1の正式な終了日を取得した場合、アップグレードの期日を決定できます。 誰かがここにアイデアを持っていますか?

9
magento2を2.0.0から2.0.2に更新する方法
ここのドキュメントでは、システムアップグレードユーティリティ(http://devdocs.magento.com/guides/v2.0/comp-mgr/upgrader/upgrade-start.html) を使用し、管理者から実行する必要があると書かれています 。 composer.jsonファイルをに変更して"version": "2.0.2",実行するだけで更新できると思いました composer update。 これは、アップデートする別の方法でしょうか、それともシステムアップグレードユーティリティが唯一の方法でしょうか?
23 magento2  upgrade  json 

5
magento 1.9.2.4とmagento 1.9.3.0の違いは何ですか?
Magentoは、新しいコミュニティエディションバージョンをリリースしました1.9.3.0。 私が知っていることは非常に興味があります以前のMagentoの版との違いは何ですか? 私はその機能との違いは何かについての完全な詳細を知りたいですMagento 1.9.3.0。 そして、もに私の現在のサイトのアップグレード後に取る必要があるかのステップを知りたい1.9.3.0にあるのMagento 1.9.2.4?

2
インストールスクリプト:テーブルの作成と既存のテーブルの更新
質問が1つあります。最近、DBに多くのテーブルを持つ1つのモジュールを開発しており、概念が頻繁に変更されていたため、DBの既存のテーブルを変更する必要がありました。どうぞ。以下のテーブルコードの作成をご覧ください。 $table = $installer->getConnection() ->newTable($installer->getTable('module/table')) ->addColumn('id', Varien_Db_Ddl_Table::TYPE_INTEGER, 9, array( 'nullable' => false, 'primary' => true, 'identity' => true, 'auto_increment' => true ) ); NEWTABLE()の関数が返すインスタンスVarien_Db_Ddl_Table とアップグレードのテーブル・スクリプトは、見て、既存のテーブルに新しい列を追加するには、別の方法を使用しています。 $installer->getConnection() ->addColumn($tableName, 'test', array( 'nullable' => false, 'length' => 9, 'type' => Varien_Db_Ddl_Table::TYPE_INTEGER, 'comment' => 'Test Field' ) ) これら2つのaddColumn関数は異なり、異なるクラスのメソッドでもあり、構文を変更する必要があるたびに悲しくなります。 そこで質問がありますが、Varien_Db_Ddl_Tableクラスのインスタンスを使用して既存のテーブルを更新する方法はありますか?

13
「キャッシュ」名前空間に定義されているコマンドはありません
更新 すべてが現在機能していますThere are no commands defined in the "cache" namespaceが、まだそこにあります。私は試しましたがchmod 777 -R var/generation、問題を修正しませんでした。私の知る限りモジュールは有効になっていません public_html]# bin/magento module:status List of enabled modules: Nosto_Tagging List of disabled modules: Magento_Store Magento_AdvancedPricingImportExport Magento_Directory Magento_Theme Magento_Backend Magento_Backup Magento_Eav Magento_Customer Magento_BundleImportExport Magento_AdminNotification Magento_CacheInvalidate Magento_Indexer Magento_Cms Magento_CatalogImportExport Magento_Catalog Magento_Rule Magento_Msrp Magento_Search Magento_Bundle Magento_Quote Magento_CatalogUrlRewrite Magento_Widget Magento_SalesSequence Magento_CheckoutAgreements Magento_Payment …

6
無効なテンプレートファイル-2.2.6から2.2.7または2.3へのアップグレードの問題
2.2.6バージョンを2.2.7バージョンにアップグレードしましたが、Webサイトでエラーが表示されます。 1 exception(s): Exception #0 (Magento\Framework\Exception\ValidatorException): Invalid template file: 'C:/xampp2/htdocs/magento2/demo1/vendor/magento/module-theme/view/frontend/templates/page/js/require_js.phtml' in module: '' block's name: 'require.js' Exception #0 (Magento\Framework\Exception\ValidatorException): Invalid template file: 'C:/xampp2/htdocs/magento2/demo1/vendor/magento/module-theme/view/frontend/templates/page/js/require_js.phtml' in module: '' block's name: 'require.js' #0 C:\xampp2\htdocs\magento2\demo1\vendor\magento\framework\View\Element\Template.php(300): Magento\Framework\View\Element\Template->fetchView('C:/xampp2/htdoc...') #1 C:\xampp2\htdocs\magento2\demo1\vendor\magento\framework\View\Element\AbstractBlock.php(667): Magento\Framework\View\Element\Template->_toHtml() #2 C:\xampp2\htdocs\magento2\demo1\vendor\magento\framework\View\Result\Page.php(248): Magento\Framework\View\Element\AbstractBlock->toHtml() #3 C:\xampp2\htdocs\magento2\demo1\vendor\magento\framework\View\Result\Layout.php(170): Magento\Framework\View\Result\Page->render(Object(Magento\Framework\App\Response\Http\Interceptor)) #4 C:\xampp2\htdocs\magento2\demo1\vendor\magento\framework\Interception\Interceptor.php(58): Magento\Framework\View\Result\Layout->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor)) #5 C:\xampp2\htdocs\magento2\demo1\vendor\magento\framework\Interception\Interceptor.php(138): Magento\Framework\View\Result\Page\Interceptor->___callParent('renderResult', Array) #6 C:\xampp2\htdocs\magento2\demo1\vendor\magento\framework\Interception\Interceptor.php(153): …

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.