pim-community-dev icon indicating copy to clipboard operation
pim-community-dev copied to clipboard

Installation Problem Centos 7 / PHP 8.0

Open ButcherFromHell opened this issue 2 years ago • 8 comments

I am trying to install Akaneo v 6.0 on Centos 7

And have some problems to meet requirements, (https://docs.akeneo.com/6.0/install_pim/manual/system_requirements/system_requirements.html) specially those with PHP 8.0 and php8.0-apcu extension as of PHP 8.0.0, apcu-bc is no longer supported (https://www.php.net/manual/en/apcu.installation.php) and Akaneo needs PHP 8.0

How to get it work ?

ButcherFromHell avatar Feb 07 '23 10:02 ButcherFromHell

Any help ?

ButcherFromHell avatar Mar 22 '23 13:03 ButcherFromHell

Hello,

We are not officially supporting Centos with Akeneo but I think you should find the help you need in the Akeneo PIM User group here: https://akeneopim-ug.slack.com/

Regards, JM

jmleroux avatar Apr 06 '23 06:04 jmleroux

Hi - thank you.

So if not Centos what would be better? It doesn't have to be Centos for me.

ButcherFromHell avatar Apr 06 '23 10:04 ButcherFromHell

What is official support for Akaneo then ?

ButcherFromHell avatar May 25 '23 23:05 ButcherFromHell

What is official support for Akaneo then ?

Debian or Ubuntu (Debian based)

https://docs.akeneo.com/latest/install_pim/manual/index.html

jmleroux avatar May 30 '23 08:05 jmleroux

Hi @jmleroux ,

Installation without Docker on akeneo/pim-community-standard doesn't work on Ubuntu. When you change mysql settings in your env file, NO_DOCKER=true make will first replace the env file with default settings and then break because of wrong mysql credentials (akeneo_pim). What can we do to install without docker? Same issue with installation instructions without docker here: https://docs.akeneo.com/master/install_pim/manual/installation_ce.html

Also: https://akeneopim-ug.slack.com/ is not free to join, I think only by invitation maybe?

bforbird avatar May 30 '23 14:05 bforbird

So if I remove the cp .env file from "vendor/akeneo/pim-community-dev/std-build/install-required-files.sh" which was added to the Makefile 4 months ago, it will run the build. But afterwards, there is no pim_session table and/or other migrations are missing.

bforbird avatar May 30 '23 14:05 bforbird

I have the same problem with akeneo 7.0. After

NO_DOCKER=true make

there is no pim_session table and this error appear browser

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'akeneo.pim_session' doesn't exist

Samuel88 avatar Dec 13 '23 08:12 Samuel88