Closed FrankWarius closed 5 months ago
To create the repro I used the popup dialogue when assigning a repro to a source, the repro view is not called and therefore the error cannot occur at creation.
1) Are you able to repeat this? I tried to reproduce it on my local machine without success.
Is there only one repository on your site with this issue - or are there others?
2) On your site, I see a "webserver" 404 page. I would expect a "webtrees" 404 page, with the message "This repository does not exist or you do not have permission to view it."
If I visit https://wbt.warius.info/tree/Warius/repository/X3080, I am redirected to https://wbt.warius.info/tree/Warius/repository/X3080/Evangelische-Kirche-der-Pfalz-Protestantische-Landeskirche
So, webtrees must be able to find the record. But the redirected page gives a "webserver 404".
But if I visit a non-existing repository, such as https://wbt.warius.info/tree/Warius/repository/fisharebest, I see the expected "webtrees 404".
I will start further tests (with XDEBUG in Prod)
it must be due to the closing bracket.
Still works for me with the )
.
Can I ask you to temporarily disable pretty URLs in data/config.ini.php
. Does this make a difference?
it seems to be an IIS rewrite problem. the link https://wbt.warius.info/tree/Warius/repository/X3082/123456789A123456789B123456789C123456789D123456789E12345678-Protestantische-Landeskirche leads directly to the webserver error. XDdebug is not involved. I will analyse the IIS trace.
Extended Error Report
it was an erroneously activated test rule in IIS URL Rewirte that checked for ".test." and thus reacted to Pro<test>antische Landeskirche. The Module urlrewrite.php was delete long time ago Sorry for the inconvenience
I recently created a new "empty" repository and successfully linked it to 2 sources. This was done without any problems.
0 [@X3041@] (https://wbt.warius.info/tree/Warius/repository/X3041/Evangelische-Kirche-der-Pfalz-Protestantische-Landeskirche) REPO 1 NAME Evangelische Kirche der Pfalz (Protestantische Landeskirche) 1 CHAN 2 DATE 09 JUN 2024 3 TIME 08:19:37 2 _WT_USER xxx
If it is called e.g. from a source or from the repro list there is an untraped 404 browser error
Server Error: 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
https://wbt.warius.info/tree/Warius/source/X1629/Bad-Bergzabern-BA-Bergzabern-evangelische-Kirche-Evangelische-Kirche-der-Pfalz-Primarquelle
The change log of the tree only shows the creation of the report, no further changes. PHPError.log contains no entries.
The following changes were made to the environment between creating and calling the repro
MariaDB: 11.3 > 11.5.1 PHP: possibly 8.3.7 > 8.3.8