I have a website that is still running under Kirby 3.9.3: Today I made a first attempt to update it to Kirby 5. I have no problems in the frontend, but there is a major problem in the panel:
The panel search no longer finds accounts - under Kirby 3.9.3 this works without any problems. I have also installed Kirby 4.8.0 as a test. The panel search does not find any accounts there either.
I have searched the forum and Discord, but have not found a thread about this problem. Does anyone have any idea what the problem could be?
TIA
Thomas
To illustrate the problem:
Panel, Kirby v. 3.9.3
Same website, Panel, v.4.8.0, v. 5.0.0
Any errors in the browser console or PHP error log?
Hi Nico,
thanks for your reply. Please find attached a screenshot from the browser console. Any advice, where I can look into the PHP error log. I´m running the local dev site on Herd, free version.
I hope I have looked in the right place:
~/Library/Application Support/Herd/Log
The php-fm logs are empty. In the nginx-log some errors, which are not caused by the panel, but by the Whoops debugger, when I tested a new template two days ago.
I really don’t know what I can do anymore:
- I have activated the logging for the PHP version 8.3 used according to the Herd documentation
- I have removed all plugins
- I have removed all page models
The search in the panel still does not find any users, no PHP errors are logged, only the error 500 is displayed in the browser console.
Since the website has about 350 users, I urgently need the search.
Does anyone else have an idea what could be causing this problem?
Do you have the same problem if you use a fresh starterkit?
Thanks, Nico. Looks good so far, but I quite don´t understand it.
- Installed a fresh starterkit
- Copied all 352 accounts to it
- Search for accounts works
I will now – step by step – copy all content, templates etc. to the new site and test after every step.
Do you have any explanation?
Thanks again
Thomas
No not at all, would have thought a plugin or config. Or maybe user methods or something. But you wrote you removed all from your initial project. So it’s difficult to know what this is.