Sorry, I didn't see the question until just now. Unfortunately, I don't remember the answers in detail. Here's my best recreation:
The redirect error went away after downgrading to 2.0.5. I'll try a more recent version at some point and report back. I think it was similar to this issue, where I was getting login errors in app/log like this:
2025-07-14 13:51:19 - INFO --> [LOGIN] Successful login for 'scampbell'; IP=10.36.248.92; user agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0 (Auth)
2025-07-14 13:51:19 - INFO --> [LOGF] Failed login with redirect for user id '' (/providence/index.php/Dashboard/Index); IP=10.36.248.92; user agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64
; rv:140.0) Gecko/20100101 Firefox/140.0' (AUTH)
(Now that I think of it, this happened again after I ran composer update, so I downgraded the vendor folder to the one distributed in the Providence zip file. See: https://support.collectiveaccess.org/d/302134-trouble-logging-in-after-upgrade-to-providence-209/3 So perhaps related to the problems with 2.0.6?)
I know some of the PHP errors were related to some older stuff in the app.conf file that needed to be brought up to date. SqlSearch definitely caused some of the problems unless I changed it to SqlSearch2. I found the error in my notes:
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/html/providence/app/lib/Plugins/SearchEngine/SqlSearch.php on line 1110
The solution was go back a few steps. I think that also meant start over with a CA 1.7 database schema.
I have another note that upgrade-from-1-7 would sometimes have trouble completing the indexing from the command line. I did it probably five or six times in the course of testing and redoing things. But once logged into the website, I could redo the indexing and it would finish.
So, in the end everything was fixable, but not smooth as hoped. Still great software though, and much appreciated. We have a decade-old system with over 5000 items catalogued, and would recommend it to any small museum!