Questions tagged [akeneo]

Akeneo is an open source Product Information Management (PIM) system.

Akeneo is an open source Product Information Management (PIM) system.

For more information, see the official homepage.

149 questions
2
votes
1 answer

Product listing page is not working in Akeneo 2.3

I have installed fresh akeneo 2.3 and now my product page is stuck on loading. Please help me to resolve this issue.
Wasiq Shahrukh
  • 189
  • 2
  • 4
  • 14
2
votes
0 answers

Akeneo Installation under windows / Webpack error

I have an issue with the installation of Akeneo PIM under Windows; I follow-up the akeneo-install-instruction (pim-community-standard-v2.3) https://docs.akeneo.com/2.3/install_pim/manual/installation_ce_archive.html and make the necessary…
Bizboss
  • 7,792
  • 27
  • 109
  • 174
2
votes
1 answer

Akeneo 2.2.8 : How can I get the original attribute data in the akeneo.storage.pre_save event?

I'm using Akeneo 2.2.8 and I'm trying to use the akeneo.storage.pre_save-event to compare the original product data with the new data provided. I do this by subscribing to the akeneo.storage.pre_save-event: In event_subscribers.yml: parameters: …
Giel Berkers
  • 2,852
  • 3
  • 39
  • 58
2
votes
1 answer

Use Doctrine without Apcu on Akeneo PIM

I moved a Akeneo PIM 1.7 installation to a new server. This Server does not have Apcu and cant because of suPHP. (CWP is used for administration) As Doctrine supports many cache backends, it should be possible to use it without, right? But I keep…
2
votes
1 answer

In Akeneo 2.1, how can I get a list of active locales?

I am creating a console Command in Akeneo 2.1, but I'm trying to get a list of active locales. How can I get this?
Giel Berkers
  • 2,852
  • 3
  • 39
  • 58
2
votes
0 answers

Overwriting template in Symfony

Why I can't override the Families in Akeneo which is based on Symfony ? This is the structure that we have And I have successfully override the Categories. I have followed this guide.…
FortuneSoldier
  • 502
  • 3
  • 21
2
votes
1 answer

How to triggered AWSS3v3 server with akeneo-pim?

I have configured the ASWS3v3 as per the documentation provided at How to connect to an external server for storage?. How can I triggered the assets to AWS bucket? Thanks!
Shrikant D
  • 807
  • 1
  • 8
  • 14
2
votes
1 answer

Installation errors: Overwrite Akeneo ProductController

I want to overwrite the ProductController from the EnrichBundle. Everything works in the dev mode, but when I want to install it on our production server with php app/console pim:install --env=prod --force I get errors and the Akeneo is not…
Sonson123
  • 10,879
  • 12
  • 54
  • 72
1
vote
1 answer

Symfony Doctrine SQLSTATE 42S02 Base Table or View not found

I create a Table with Doctrine using this in a Symfony Bundle class:
Gernhard
  • 13
  • 5
1
vote
0 answers

Inject Symfony Service in a Bundle for Akeneo Pim

I am trying to inject a service from Akeneo to my selfwritten Bundle. To be exact, i want to use the service defined here in my bundle instead of an Processor. services: _defaults: autowire: true autoconfigure: true …
Tom Lorenz
  • 19
  • 2
1
vote
1 answer

Akeneo attribute regex wir OR "|" not working

The problem in Akeneo seems to be that simple regex combinations not working. I think the functionality (a single or group regex combination) is not integrated/implemented proper in Akeneo. If there is anybody out there who knows a trick to do a…
Thomas
  • 11
  • 2
1
vote
1 answer

How to fetch Media Assets of a Product from Akeneo 5

I try to fetch the media assets from products in I am using https://github.com/akeneo/api-php-client-ee (v6) and know about https://api.akeneo.com/api-reference-50.html This is what I came up so far: $searchBuilder = new…
Alex
  • 32,506
  • 16
  • 106
  • 171
1
vote
1 answer

Orocommerce Akeneo display Categories in Navbar

I have a PIM Akeneo connect to orocommerce (community edition for both - Akeneo 5.0 and Oro 4.2). I can import my Categories from Akeneo to Orocommerce Master Catalogue. As you can see my "Catalogue Principal" is exported on Orocommerce but it's a…
Bidux69
  • 13
  • 2
1
vote
1 answer

How to properly override product attribute at Akeneo?

After I've overriden Attribute like this: akeneo_storage_utils: mapping_overrides: - original: Akeneo\Pim\Structure\Component\Model\Attribute override: Vendor\AkeneoCustomizationsBundle\Entity\Attribute I see…
1
vote
1 answer

Akeneo PIM No alive nodes found in your cluster ERROR

I keep getting the same error when starting the Akeneo Community Edition! It seems to be an error caused by Elastictsearch, but I cannot figure out what is wrong. The Error message: [OK] Database schema created successfully! Updating database…
1
2
3
9 10