-2
Magento 2.1カスタムモジュールに問題があります。 Magentoの管理ページを読み込む際に、コンソールで次のエラーが発生しています。Uncaught TypeError:magentoでヌルの 'select'プロパティを読み取れません。2.1
configure.js:76 Uncaught TypeError: Cannot read property 'select' of null
Magento 2.1カスタムモジュールに問題があります。 Magentoの管理ページを読み込む際に、コンソールで次のエラーが発生しています。Uncaught TypeError:magentoでヌルの 'select'プロパティを読み取れません。2.1
configure.js:76 Uncaught TypeError: Cannot read property 'select' of null
あなたがオーバーライドしました:
vendor/magento/module-catalog/view/adminhtml/templates/catalog/product/composite/configure.phtml
をこのファイルはそこから値を取得しようとしているようだ:
vendor/magento/module-catalog/view/adminhtml/web/catalog/product/composite/configure.js
this.blockMsg = $('product_composite_configure_messages');
this.blockMsgError = this.blockMsg.select('.message.error div')[0];
こんにちは@Tim Zwinkelsが、私は2つのPHTMLファイル でスクリプト次含ま ' ' – sree
ライン76上の、おそらくエラー - おそらくブラウザの開発者ツールを使用します調査する –
こんにちは@JaromandaX configure.jsエラー?どうすれば同じものを編集できますか?私はちょうどレイアウトファイルを書いて、エラーを示すのと同じものをロードしています。同じ理由を説明できますか? – sree
いいえ。 –