问题标签 [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.

0 投票
1 回答
1129 浏览

php - 在 Sylius-Sandbox 中上传产品图片失败

我不知道这个问题是否有效,但我专门针对 Symfony 提出这个问题。

在 Sylius-sandbox 中:上传产品图片似乎不起作用。在演示站点和本地安装上进行了尝试。

当图像上传到产品时,什么都不会发生。显示默认占位符,上传目录中不显示任何内容。

也不创建上传目录。手动创建它似乎没有效果。

我在 symfony2.1 新安装中使用了https://github.com/Sylius/Sylius-Sandbox代码。我正在使用 App 和 Sylius-sandbox 使用 bin。

任何人创建或使用 Sylius-sandbox 帮助我...

产品.php

0 投票
1 回答
227 浏览

symfony - sylius_sales.classes 下无法识别的选项项

我正在尝试安装 sylius,但在作曲家更新后清除缓存时出现此错误

sylius_sales.classes 下无法识别的选项项

抱歉 - 我的意思是 sylius 沙盒

0 投票
1 回答
180 浏览

php - 安装 sylius 沙箱时出错

我正在尝试安装最新版本的 sylius 沙箱,但出现此错误

0 投票
1 回答
790 浏览

symfony - 在 Symfony2 标准版中实现 Sylius

海,

我正在尝试将 Sylius 电子商务捆绑包实施到新的 Symfony 2.2.2 标准版中。

从命令行运行 sylius:install 命令时,我不断收到以下错误:

捆绑包是通过导入的Composer,通过激活AppKernel.php的,我已经从普通Sylius安装迁移了依赖项和配置,实际上不知道这个错误来自哪里。我刚刚注意到,它试图在 Entiy-Namespace 中找到一个模型,这是不对的。

任何人的想法?

0 投票
1 回答
577 浏览

symfony - 安装 Sylius - Symfony2 开源电子商务

我正在尝试从此处安装 Sylius,但无法正常工作。在运行命令时,我的进程超时......嗯......由于我们在这里使用的互联网速度一直很慢。任何人都可以指导手动安装 sylius 吗?比如说使用 composer.phar 手动更新供应商

0 投票
1 回答
108 浏览

symfony - Assortment Bundle 在 symfony 2.2.1 中安装

我想在 symfony 2.2.1 中安装分类包。我在 composer.json 中添加了“sylius/assortment-bundle”:“*”

并运行 composer require sylius/assortment-bundle:*

但显示错误:

在任何版本中都找不到请求的包 sylius/assortment-bundle,包名称可能有拼写错误。问题 2

0 投票
1 回答
348 浏览

symfony - 在 Sylius 中更新供应商 - 想象捆绑错误 (Symfony2)

我正在尝试从此链接安装 Sylius - 基于 Symfony2 的开源电子商务
作曲家可以成功地从 github 拉取项目文件,但在更新供应商时我收到此错误

[UnexpectedValueException] 'C:\wamp\www\sylius\vendor/liip/imagine-bundle/Liip/ImagineBundle/3e0aa0b8b 218dab8fc7a752ff6d3a41e.4' 不是 zip 存档。

我的系统上安装了 zip 和 git。请帮助您的解决方案和建议。提前致谢。

0 投票
1 回答
850 浏览

symfony - 在 Sylius 中安装 Fixtures - Symfony2

在为Sylius成功安装和更新我的项目文件夹中的所有供应商后,我尝试运行此代码:

应用程序/控制台 sylius:install --fixtures

我收到此错误:

PHP 致命错误:第 51 行的 C:\wamp\www\sylius\vendor\ symfony\symfony\src\Symfony\Component\Locale\Locale.php 中找不到类“ResourceBundle”

然后我尝试了这里给出的所有可能的解决方案

在 php 中安装了 intl 扩展(工作成功)。然后运行这个命令

php build-data.php '你的 ICU 版本'

在运行上面的命令我得到这个:

'which' 不被识别为内部或外部命令、可运行程序或批处理文件。未安装命令“svn”

我想知道这个问题是否有另一种解决方法。请提前帮助和感谢。

PS - 我的系统上没有运行 SVN。我正在使用 icu*46.dll

有人遇到过这个吗??

0 投票
1 回答
338 浏览

symfony - Resource Bundle 0.2* installation failed in sylius?

I want to install resource bundle in sylius i used below command using cmd

when i ran above command i get below error

Please share some knowledge..Thanks in advance.

0 投票
1 回答
661 浏览

symfony - sylius中的夹具安装错误?

我想在 sylius 中安装固定装置, 我使用下面的命令来安装它,如下所示

php 应用程序/控制台 sylius:install --fixtures

当我运行上面的命令时,我得到错误

>PHP 致命错误:第 51 行的 C:\wamp\www\sylius\sylius\vendor\symfony\symfony\src\Symfony\Component\Locale\Locale.php 中找不到类 'ResourceBundle'

当我收到上述错误时,我尝试安装资源包,但它也未能安装。

有没有其他方法可以在 sylius 中安装固定装置?

请分享一些知识..提前谢谢。