Open pkiraly opened 1 year ago
The second one is already fixed some days ago by eb4077d316e7fc794a753681dcd6a844f4d414cd. Do you still have the issue? If yes: what is the URL that triggers it?
It's triggered via https://github.com/pkiraly/qa-catalogue-web/blob/develop/classes/Data.php#L448-L450 by an additional /
between endpoint and core. In general file_get_contents
should not be called with an URL expect for inside class Solr.
Left to do:
searchFacets
inclasses/Collocations.php
getRecordIdByErrorId
inclasses/Data.php
I stumbled upon these because the query silently resulted in 404 but no error was thrown, so it resulted in a timeout instead.