问题标签 [akeneo]
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.
product - Akeneo 2.1.4:如何从产品模型中删除产品?
在 Akeneo 中,我可以将默认产品分配给产品模型,但似乎没有一种明显的方法可以将它们取消分配回默认产品。我尝试导入新的提要,但它向我显示了不允许更改变量轴的错误消息。
有谁知道如何从产品模型中删除产品?
php - How can I check if a program is running in the background using a cron, and start it if needed?
I have the task to run a daemon in the background on a production server. However, I do want to be sure that this daemon always runs. The daemon is PHP process.
I tried to approach this by checking if the daemon is running, and if not: start it. So I have a command like:
I first do an if
with ps
and grep -c
to check if there are processes running with a given name, and if not: I start the command ending with an &
, forcing it to start.
The above command works, if I execute it from the command line the process gets started and I can see that is is running when I execute a simple ps ax
-command.
However, as soon as I try to do this using the crontab it doesn't get started:
I also set the MAILTO
-header in the crontab, but I'm not getting any e-mails as well.
Can anyone tell me what's wrong with my approach? And how I can get it started?
php - 尽管我想获取类别,但家庭的 Akeneo API 错误?
这是我遇到的错误:
这就是我触发的。
我不明白Akeneo。我该如何克服呢?我显然不知道如何阅读它。
这是异常跟踪:
php - 如何添加过滤器以便 API 调用只返回我想要的结果?
这是我到目前为止得到的,但它不起作用。
}
这是我试图从 Akeneo API 使用的调用。
如何使用 GetCompleteness() 方法来产生一些结果?我在使用 AkeneoSearchBuilder() 时遇到问题;
php - Akeneo 一直在写 dev.log
我正在使用 Akeneo 2.1.8,但在我的生产服务器上,它不断将日志条目写入var/logs/dev.log
. 这些是简单的 INFO 条目,每天向日志文件添加 +/- 100 MB。
如何禁用dev.log
生产?我似乎在任何配置文件或文档中都找不到逻辑条目。
symfony - 在 Akeneo PIM 上使用没有 Apcu 的 Doctrine
我将 Akeneo PIM 1.7 安装移至新服务器。此服务器没有 Apcu 并且由于 suPHP 而无法使用。(CWP 用于管理)
由于 Doctrine 支持许多缓存后端,应该可以不使用它,对吧?但我一直收到这个错误:
我试图添加到 config.yml:
但是教义一直在尝试使用 Apcu。我怎样才能改变这种行为?
php - 如何在 Akeneo 中添加要显示某些内容的按钮?
我是使用 Akeneo 的初学者,但我知道如何跟进文档。 https://docs.akeneo.com/cookbook/ui_customization/add_a_custom_button_to_product_edit_form.html
我试过这个,它工作,但我想添加一个新按钮,它将显示相同的属性组,因为它已经在同一个产品中。
php - Akeneo 2.1.8:从控制台任务发送电子邮件不遵循配置
在 Akeneo 2.1.8 中,我试图在控制台感知容器中发送电子邮件,如下所示:
但是,看起来并没有以这种方式使用 Akeneo 配置。例如:我的 SMTP 服务器运行在localhost:1025
,但是当我开始调试此代码时,它似乎已localhost:25
被使用。
我在这里错过了什么吗?如何在控制台命令中使用邮件程序,同时仍使用 Akeneo 配置?
symfony - php 未解释为 symfony2 项目 (Akeneo)
我正在尝试安装一个新的 Symfony 2 项目。一切正常,只有当我进入主页时,才会出现这个(php似乎没有被解释):
注销();$apcLoader->注册(真);*/ require_once DIR .'/../app/AppKernel.php'; //require_once DIR .'/../app/AppCache.php'; $kernel = new AppKernel('prod', false); $kernel->loadClassCache(); //$kernel = new AppCache($kernel); $request = Request::createFromGlobals(); $response = $kernel->handle($request); $响应->发送();$kernel->terminate($request, $response);
当我做一个
没有错误。
只有当我做一个
出现此错误:
我的 composer.json :
elasticsearch - Akeneo ElasticSearch - 字节长度最多为 32766
我使用 Akeneo 2.2.4 收到以下错误:
有没有办法覆盖弹性的配置?类似于:https ://www.elastic.co/guide/en/elasticsearch/reference/current/ignore-above.html
或任何其他解决方案/做法?