-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem after creating a new table attribute #40
Comments
Hello, [2019-10-25 14:48:48] request.INFO: Matched route "pim_enrich_attributeoption_index". {"route":"pim_enrich_attributeoption_index","route_parameters":{"_controller":"pim_enrich.controller.attribute_option:indexAction","_format":"json","attributeId":"207","_route":"pim_enrich_attributeoption_index"},"request_uri":"https://mycompany:port/configuration/attribute-option/207","method":"GET"} [] |
Same issue as @scivray. Running Akeneo CE v. 3.2.31. Fresh install of both Akeneo CE and Flagbit table attribute. |
@amansilla any updates on this?
|
We are having the same issue as @scivray and @allanhansen-vaimo |
@allanhansen-vaimo @scivray -> I found the issue being the apache service after installing the module. It probably affects all who are using Akeneo from a Bitnami image. Restart apache service and php-fpm, and then it should be all ok. |
@scivray @allanhansen-vaimo Can you verify that this issue depends on the environment? |
Yes, but it isn't related to Bitnami, it is also necessary to restart Apache and PHP-FPM containers in the Docker env. that Akeneo supplies. |
Hello,
First of all let me say thank you for taking the time to release and maintain this bundle.
Secondly, I'd like to outline the problem I'm having...
I recently installed a fresh version of Akeneo (3.2.12 CE) and then on top of this installation I installed the akeneo-table-attribute-bundle - visually everything looked good.
I then created by first table attribute and clicked save to see the "columns" option display... this also looked good.
The issues came when I started to add column values - upon clicking save I see a red alert icon which has a tooltop saying "500". and in the logs I have the following error:
[2019-10-10 15:42:55] request.INFO: Matched route "pim_enrich_attributeoption_create". {"route":"pim_enrich_attributeoption_create","route_parameters":{"_controller":"pim_enrich.controller.attribute_option:createAction","_format":"json","attributeId":"11","_route":"pim_enrich_attributeoption_create"},"request_uri":"https://pim.example.com/configuration/attribute-option/11","method":"POST"} [] [2019-10-10 15:42:55] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Call to a member function setValue() on null" at /var/www/pim.example.com/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php line 167 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function setValue() on null at /var/www/pim.example.com/vendor/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php:167)"} []
Any help or pointers would be appreciated.
Many Thanks,
The text was updated successfully, but these errors were encountered: