Closed christophbach closed 2 years ago
did you copy the bundle configuration from the README to your config.yml
? This error happens if the host is null, but the default value is an empty string. https://github.com/terminal42/contao-shortlink/blob/main/src/DependencyInjection/Configuration.php#L25
I used your config template
terminal42_shortlink:
host: ~
salt: terminal42_shortlink
log_ip: false
I just changed the salt. So ~ isn't a placeholder for "localhost" or something and I just should have used my domain?
Do not set host
and log_ip
then, and it will fall back to the default 😊
Hi,
everytime I'm updating Contao the composer install process results in an error and afterwards the website is killed into a critical 500. A prior dry run was fine without problems. The Contao installation bundle was the only thing, I wanted to update.
This time I tried updating from Contao 4.9.20 to .21. Had this problem the prior versions, too.
prod log:
Are these lines of any help? Do you need the composer task logs?
config.yml was configured correctly. Had to remove the settings in order to get the uninstall process completed.