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

Fresh install-Configuration parse error #30

Open
Jonas-Meyer97 opened this issue Apr 26, 2020 · 1 comment
Open

Fresh install-Configuration parse error #30

Jonas-Meyer97 opened this issue Apr 26, 2020 · 1 comment

Comments

@Jonas-Meyer97
Copy link

Jonas-Meyer97 commented Apr 26, 2020

Hi,
I did a fresh install including deleting/prune the old volumes and now I get a "Configuration parse error" in "Retrieving existing configuration" after entering the authkey. The error message is: "Syntax error, unexpected ')' on line 9"
I removed the crontab container from the compose file because it was not working on my synology diskstation. Besides that I didn't change anything else.

Any idea what might cause this problem?

@PepekT
Copy link

PepekT commented Sep 2, 2020

@Craftplorer I had same issue. I inspected file which caused problem (parameters.php - inside the container).
There was problem on line 9 where database port is set.
There was no value passed into setParameter method.

This is from template file:
image

File inside container:
$container->setParameter('database_port', );

I fixed this by adding enviroment variable value into docker-compose.yml
image

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

2 participants