-
Notifications
You must be signed in to change notification settings - Fork 147
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
Akeneo Ubuntu 18.04 request.CRITICAL: Uncaught PHP Exception #1621
Comments
i searched for akeneo_pim.pim_session - all solves not working from google. like this: akeneo/pim-community-dev#7196 all advices was do and nothink. chown -R www-data:www-data /var/lib/php/sessions and chmod -R 777 /var/lib/php/sessions and chown -R nobody:nogroup /var/lib/php/sessions/ not result too |
Hi @alexpebody! The documentation that you follow will not work for the last version of the PIM. Your error says that the table "akeneo_pim.pim_session" doesn't exist in your database. Hope it will help you. |
Thank you for reply, yes sure DB was added:
and file /var/www/html/akeneo/pim-community-standard/app/config/parameters.yml has:
and result bin/console | grep db:
|
The DB was "created" but not "populated". |
Ok here is, so thx for help! 8-) bin/console pim:installer:db (many errors):
Maybe need del DB and create new? I was clean my db - all tables and trying command again: bin/console pim:installer:db result: the same errors... why?
Screenshot DB - https://yadi.sk/i/nHd_MTLSa-5HnQ And i found this: https://stackoverflow.com/questions/56320875/database-error-when-installing-akeneo-pim |
/var/www/html/akeneo/pim-community-standard/app/config/parameters.yml.dist is:
|
Sad but i tried dell BD and create new and set root rights and check access and nothing! 8-( The same issues, can't crreate some tables... |
It's because you use MariaDB. We don't support it and it's normal to have this kind of issue. We only support MySQL (cf system requirements of 5.0 - https://docs.akeneo.com/latest/install_pim/manual/system_requirements/system_requirements.html) I strongly encourage you to follow our official documentation to install the PIM: https://docs.akeneo.com/latest/install_pim/manual/system_requirements/system_install_ubuntu_1804.html Best regards, |
So thx! Ive try using MySQL DB and reinstall it. Send result here, thx again! 8-) |
Could you tell me please what's mean? Don’t forget to add the web directory of your Symfony application? Where i need set and what? Thank you. |
Could you send a screenshot of your issue? Without context it's complicated. :) |
End of document https://docs.akeneo.com/latest/install_pim/manual/system_requirements/system_install_ubuntu_1804.html? But how install Akeneo? Just unpack archive? How version need take on Ubuntu 18.04? End of doc and no any about install? |
I don't see any picture on your URL. See this documentation for the Community Edition: https://docs.akeneo.com/latest/install_pim/manual/installation_ce.html |
Good day. Elodie Doodoune pelase help a little... I am thinking right? a step: After install: https://docs.akeneo.com/latest/install_pim/manual/system_requirements/system_install_ubuntu_2004.html c step: composer create-project akeneo/pim-community-standard /srv/pim "5.0.*@stable" - i need install docker? Or this install without docker? Because back step (a step) i was install all component for Akeneo right, i can't understand what must i do after a step? exactly? thank you! |
About trying install with Docker (command run as root why perm denied?):
|
I had tried install this way, how solved this issue? I can't install Akeneo! Got error:
|
|
but still on web access is: HTTP ERROR 500
But all DB was created and populated well, and yarn run webpack is ok. look below:
|
Hello, I don't have any error in NO_DOCKER command but still can't access the PIM. What should be the document root? |
Hello for all.
Could anybody help please? Installed Akeneo by this listing: https://websiteforstudents.com/install-akeneo-pim-on-ubuntu-16-04-17-10-18-04-with-apache2-mariadb-and-php-7-1-support/
Was not worked DB connection, i solved it, need correct config in: /var/www/html/akeneo/pim-community-standard/app/config/parameters.yml
I installed elasticsearch and set for localhost and port 9200
But i still get this critical error, i can't found any solution in google all advices not working. Need help please?
All right is 755 and chown www-data, mysql DB working, elasticsearch too.
The text was updated successfully, but these errors were encountered: