Skip to content
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

installation wizard input names are a little messed up #12

Open
safarovitch opened this issue Jun 22, 2021 · 0 comments
Open

installation wizard input names are a little messed up #12

safarovitch opened this issue Jun 22, 2021 · 0 comments

Comments

@safarovitch
Copy link

ISSUE
Up on installation:
validation errors does not appear on UI so I dumped data and discovered that

  • Input names on install/database page are irrelevant to what validation rules ar expecting; i.e input name is db_name while validation rule is excpecting db_database and hence neither error is shown on UI nor the installation procceeds.

RESOLUTION
Just find installation controller and view files under vendor/fusioncms/ and change input names accordingly.

ISSUE
When on local, most of the times the database does not have password a.k.a the password is blank. Since the fusioncms has set a default password for database as 'secret' when no password is provided the connection is not possible and you can see the output only in log files not on UI.

RESOLUTION
Delete 'secret' database password from fusioncms database installer controller.
And you also need to remove 'required' validation for databse password on both install/databse view file and install/confirm view file if you want to connect with blank password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant