問題タブ [sylius]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - エラー SyliusProductBundle
私の英語で申し訳ありませんが、とても、とても、とても下手です。
ここに示されているようにSyliusをインストールしています
http://docs.sylius.org/en/latest/bundles/SyliusProductBundle/installation.html
Syliusをインストールする
データベースを更新しようとすると、このエラーが表示されます
私のAppKernel
composer を実行してすべてを更新します。その後、データベースを更新しようとしましたが、エラーは同じでした
Symfony 2.3.4 の新規インストールで作業しています
ヘルプ :(
編集:
回答ありがとうございました。
確かにあなたが示したもので、私にはそのエラーはありません! そうでない場合、私は別のものを持っています.... :(
InvalidArgumentException: "stof_doctrine_extensions" (C:\wamp\www\Sylius\symfony\app/config\config.yml 内) の構成をロードできる拡張機能がありません。名前空間「stof_doctrine_extensions」を探し、「framework」、「security」、「twig」、「monolog」、「swiftmailer」、「assetic」、「sylius_product」、「sylius_resource」、「doctrine」、「sensio_framework_extra」、「an_web」を見つけました"、"raul_fraile_ladybug"、"web_profiler"、"sensio_distribution"
これを検索して、バンドルをインストールすることだと教えてくれました
https://github.com/stof/StofDoctrineExtensionsBundle/blob/master/Resources/doc/index.rst
インストールされています...そして私のconfig.ymlはそうです(これが唯一の変更点です)
そして今、私はこの他のエラーがあります:(
InvalidConfigurationException: パス "sylius_product" の子ノード "classes" を構成する必要があります。
どうもありがとうございます
解決:
置き換えて config.yml に配置します
どうもありがとう@stloyd !!
symfony - 既存の symfony 2 プロジェクトに SyliusWebBundle をインストールする
私はすでに完全な symfony 2.3 プロジェクトを持っており、Sylius バンドルでカートと販売システムを追加したいと考えています。Sylius Cart Bundle と Sale Bundle は SyliusWebBundle と SyliusMoneyBundle を使用します。Sylius のドキュメントでは、新しい Sylius プロジェクトのインストールについて説明していますが、Sylius を既存のシステムに含めることはしていません。symfony 2 プロジェクトに SyliusWebBundle と SyliusMoneyBundle をインストールする方法はありますか?
php - Installing Sylius
I am installing Sylius. In my command prompt I did
I get this error message :
What I tried :
php composer.phar self update
php composer.phar install
- Deleting sylius directory
- Reinstalling sylius with the create-project command
- Fresh installation of Symfony 2.3.4 and reinstallation of sylius
- Did what was told in the first answer: enable extension curl and intl
- Used the function get_loaded_extension() to confirm that curl and intl are loaded. Well, it is loaded
php - composer を使用した Sylius のクローン作成
Symfony 2.3.4 を使用しています
私のコンソールcomposer create-project sylius/sylius --prefer-dist
では、sensio/distribution-bundle のインストールに至るまで、すべてがスムーズにダウンロードされました
Composer はこのエラー メッセージをスローします
私は試した :
sylius/composer.json を編集し、"sensio/distribution-bundle": "2.3. " を "sensio/distribution-bundle": "2.2. -dev"に変更します。
C:\wamp\www\sylius でシェルを開きます。app/config/parameters.yml.dist の名前を parameters.yml に変更し、php composer.phar update --prefer-dist を実行しますが、MongoDb に関する多くのエラーが引き続き発生します。
sylius をインストールする他の方法はありますか? どうすればこれを修正できますか?
ありがとうございます
symfony - 奇妙なエラー:クラスのツリー型が見つかりません
このコマンドを実行するphp app/console doctrine:generate:form AcmeMyBundle:StudentUser
と、次のエラーが発生します。
何か案が?
編集:
すべてのエンティティで同じことが起こるため、エラーが StudentUser と関係があるとは思いません。
....