Closed Gunnar-GO closed 4 years ago
In the file /data/config.ini.php
, what do you have for base_url
?
interesting, theres no base_url defined, only the database information are stored.
i will add this and check
there are some if parallel new changes will be open. errors like
`syntax error, unexpected '}', expecting end of file …/vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php:374
`
but if directly used it works actually
Add a line to config.ini.php:
base_url="http://XXXXXXX.de/webtrees"
syntax error, unexpected '}', expecting end of file …/vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php:374
Perhaps this file is corrupt?
Copy the files from webtrees-2.x.x.zip to your server again?
The original issue (redirects) is fixed.
If you still have the second problem, please open a separate issue for it.
If you follow the link after all open changes are permitted (in german the button is named "weiter") the side will break with
ERR_TOO_MANY_REDIRECTS
the generated weblink is: http://XXXXXXX.de/webtrees/?route=%2Fwebtrees%2Ftree%2Fstammbaum%2Fmy-page/index.php?route=%2Fwebtrees%2F%2F
Since route is doubled, i assume that is the faulty behavior?
There was also another links with this behavior, sadly i didn't wrote down, if i find some i will add this here.