问题标签 [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.
php - Akeneo-labs 电子表格解析器,如何仅读取第一行?
我想读取没有createRowIterato接口的第一行作为第一行,在 XLSX 文件中,属于我的数据库表字段。所以我想先阅读它们并想把它放在字段数组中。
我在第一级使用示例代码:
任何帮助都会很棒。
php - 如何使用 akeneo-labs 电子表格解析器来解析大型 Excel 工作表
我从https://github.com/akeneo/spreadsheet-parser下载了这些包 ,当我从我的php文件“如用法”中运行它时,出现错误
- PS我使用的是最新版本的WAMP,windows 7
谢谢
php - 覆盖 akeneo 实体时出错
我尝试覆盖category
akeneo 项目的实体。我遵循文档,但总是有一个我无法解决的错误。
添加了这个config.yml
在entities.yml
覆盖,category.php
category.orm.yml
然后在浏览器上出现以下错误:
这是抛出异常的函数,它是 gedmo 学说扩展的一部分
apache - 安装过程后 Akeneo 缺少文件
在 Debian 9 机器上成功安装 Akeneo 和 Akeneo 的依赖项后pim-community-standard
,我可以在前端打开登录屏幕http://myhost.net/app.php
登录进程在http://myhost.net/form/extensions
. 这应该是一个 JSON 文件(就像在 Akeneo 的演示安装中一样),但它不是在安装过程中构建的。此外,当我手动创建此文件时,登录过程会继续进行下一个 404:
安装过程的哪一部分应该构建这些文件?
php - 学说:模式:更新找到表但不更新它
我是 Doctrine 的新手,但是当我这样做时,我遇到了这个奇怪的错误。
php 应用程序/控制台原则:模式:更新 --dump-sql
这是我们在参考资料中的学说目录中获得的代码。
如您所见,我正在尝试将字段 templateCode 添加到 pim_catalog_family 中,并且我确实在 Entity 目录中使用了普通的 getter 和 setter
我究竟做错了什么 ?
编辑:这是我们的 Family.php 实体
这就是我要更新的内容:
php - Symfony 中的覆盖模板
为什么我不能覆盖基于 Symfony 的 Akeneo 中的家庭?
我已经成功地覆盖了类别。
我已遵循本指南。https://docs.akeneo.com/1.7/cookbook/category/add-properties-to-category.html
刚刚发现了一些对调试很重要的东西。当我输入终端时:
然后显示
当我输入终端时:
我搜索家庭的部分,显示没有丰富。
php - 如何在“php bin/console security:check”之后更新
Symfony 写了关于如何检查安全更新的文章:https : //symfony.com/doc/current/security/security_checker.html 并且它有效,在 Akeneo 中它向我展示了一个漏洞。但是怎么更新呢?我试过了../composer.phar update
,../composer.phar update symfony/symfony
但不幸的是,当我再次检查时,漏洞仍然存在。(https://github.com/akeneo/pim-community-dev/issues/7146)
hadoop-yarn - Akeneo 安装 / NODE_PATH=node_modules 无法识别 / yarn run webpack 错误
我已经在 git ( https://github.com/akeneo/pim-community-dev/issues/7191 ) 上问过这个问题,但不幸的是还没有人回答我,我想我会试试的。
我跟进了akeneo-install-instruction(pim-community-standard-v2.0) https://docs.akeneo.com/latest/install_pim/manual/installation_ce_archive.html#initializing-akeneo
https://github.com/akeneo/pim-community-dev/blob/2.0/webpack.config.js
给我一个错误:
$ yarn run sync && NODE_PATH=node_modules webpack --config $npm_package_config_source/webpack.config.js --env=prod 警告 package.json: No license field $ NODE_PATH=node_modules node $npm_package_config_check --source=$npm_package_config_source 'NODE_PATH' is不被识别为内部或外部命令、可运行程序或批处理文件。
我究竟做错了什么?
php - 如何在 Sylius .. 中导入产品数据?
您好,我正在使用Sylius 1.0.4和Symfony 3.3.13
我想通过 CSV/Excel 将旧数据库中的产品数据导入新的 sylius 数据库
product - Product Attributes not visible in Akeneo 2.0
This is a typical case of: "it worked yesterday, but now not anymore". No matter what I try, when adding a new product I only see the 'SKU' field. I've added a couple of attributes, created extra attribute groups, but still: when adding a new or editing an existing product I don't see any of the other attribute / groups.
What could cause this?
These are my fixtures: