-
Notifications
You must be signed in to change notification settings - Fork 212
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
Installer doesn't accept database configuration #368
Comments
After changes of this file it is required to clear the application cache (by running |
Having same issue. Any solutions? |
Having same issue. |
@dwangove the error you have is related to a different issue - oroinc/platform#1081 |
Changing to 2.2.12 did remove the error in composer install, but not the database connection error in php oro:install |
Try this '3306' in port instead of plain 3306 |
I was able to fix this error, instead of 3306, just leave env(ORO_DB_PORT): null, |
you should re-install orocrm. make sure, all config. has been done before php8.1 bin/console oro:install --env=prod --timeout=2000 command. i had same issue yesterday. |
Summary
I've tried manually configuring the platform and installing via composer. I also tried utilizing the vagrant setup file. The Vagrant file had incompatible versions of php and node but even after fixing those issues I encountered the same problem as doing the manual setup. Regardless of the setting in the parameters.yml file the installer reports that the Database if not configured and refuses to go further.
Steps to reproduce
Install the ORO-CRM community Edition
Actual Result
Will not install
Expected Result
Should install
Details about your environment
Additional information
paramters.yml
The text was updated successfully, but these errors were encountered: