akeneo-labs / ExcelConnectorBundle

Akeneo Excel Connector (deprecated)
Other
16 stars 11 forks source link

Installation #53

Closed navyon closed 7 years ago

navyon commented 7 years ago

After installing this bundle and following the instructions, Akeneo has stopped working.

fitn commented 7 years ago

Hi @navyon

Could you give more information about your problem?!

What do you mean by "Akeneo has stopped working"? Could you try it in dev mode? Do you have any log information in app/logs/ ?

Regards,

navyon commented 7 years ago

Hello,

After installing the bundle I got a 500 http error. I've also noticed there are some issues with my installation, the last log entry was about 1 month ago, so I am not sure how I can re-enable the logs. When I would go to the dev environment it says that your not allowed access to this file check my app_dev.php.

Regards,

jmleroux commented 7 years ago

Hello @navyon ,

to use the dev environment, you have to modify app_dev.php following this comment : https://github.com/akeneo/pim-community-standard/blob/1.5/web/app_dev.php#L10

You could for example add your IP in the list of allowed IPs here : https://github.com/akeneo/pim-community-standard/blob/1.5/web/app_dev.php#L14

And as always with Symfony, do not forget to clear your cache after vendor modifications ;)

Regards, JM

navyon commented 7 years ago

@jmleroux Thanks for your reply, I did a rollback of my vm to a working state. And because of your comment I was able to get my dev environment running again. I would like to try to install the Excel connector bundle again, is it possible to install it only in the Dev environment ? Or should I create a seperate VM to test it ?

jmleroux commented 7 years ago

I didn't try to install it only in dev, but if you register it here, it will be active only in dev mode.

navyon commented 7 years ago

@jmleroux Oke I am a step further, I have managed to install the connector without errors on a second vm, I dont see the import option in the UI, or in the list of import jobs.

jmleroux commented 7 years ago

@navyon ,

firstly, could you explain why you need this module? It seems you already have a working Akeneo and this extension is only for initialization.

navyon commented 7 years ago

@jmleroux Yes I do, have a working Akeneo, however the products are not loaded as yet, I am still at the stage where we are cleaning and preparing the data. I wanted to see if this was a solution to import everything. But I think I may have to stick to the CSV import.