akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
952 stars 514 forks source link

Unable to install Akeneo CE #20358

Closed deep-ranosys closed 9 months ago

deep-ranosys commented 10 months ago

While I am trying to install Akeneo following the steps here : https://docs.akeneo.com/latest/install_pim/manual/installation_ce.html

I am getting an error. Please find the attached screenshot fr the error details. Screenshot from 2023-12-06 12-52-40 Screenshot from 2023-12-06 12-50-44

rbouma commented 10 months ago

@deep-ranosys It seems you've encountered a similar issue, likely due to the use of MariaDB. While upgrading a client's system from Akeneo 5.0 to 7.0, several complications arose in conjunction with MariaDB. After resolving one issue, another would emerge, leading to the decision to halt the upgrade process to consult with the client. A potential solution being considered is to utilize Docker for running the system on MySQL 8, as it might offer better compatibility and fewer issues.

There is still issue open for MariaDB > https://github.com/akeneo/pim-community-dev/issues/17711 and https://github.com/akeneo/pim-community-dev/issues/14583

deep-ranosys commented 9 months ago

@rbouma Thank you. After changing version to 8.0.30 it worked. However, while access PIM on localhost when I am hitting http://localhost/ it is giving me 403 error. I have placed my code in root of nginx Does it have something to do with Akeneo config? http://localhost/ is the URL I have mentioned in AKENEO_PIM_URL

Getting below error in Nginx error log: 2023/12/07 11:09:56 [error] 107051#107051: *1 directory index of "/var/www/html/pim/" is forbidden, client: ::1, server: _, request: "GET /pim/ HTTP/1.1", host: "localhost"

deep-ranosys commented 9 months ago

I have created new ticket for another issue. Closing this one. https://github.com/akeneo/pim-community-dev/issues/20359