docker-partkeepr icon indicating copy to clipboard operation
docker-partkeepr copied to clipboard

Fresh install-Configuration parse error

Open Jonas-Meyer97 opened this issue 5 years ago • 1 comments

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?

Jonas-Meyer97 avatar Apr 26 '20 16:04 Jonas-Meyer97

@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

PepekT avatar Sep 02 '20 13:09 PepekT