-
Hi team,
I recently went to do some general clean-up of my users, and deleted one of them along the way.
However, the user had some content in DokuWiki. Some of this content persisted after the deletion and was fine.
But, some of the content I created and had translocated in various parts of the pages in DokuWiki. E.g. I created this section, and then re-used the content of this section across other pages since the same content doesn't change and gives good context and reference for those other pages.
When I access the pages that had translocated those sections, I get the following:
The error logs say:
Jun 24 08:08:50 [Tue Jun 24 15:08:50.038073 2025] [php:warn] [pid 1920] [client 172.18.0.1:48980] PHP Warning: Undefined array key "userinfo" in /app/data/plugins/overlay/action.php on line 82 Jun 24 08:08:50 - - - [24/Jun/2025:15:08:50 +0000] "GET / HTTP/1.1" 200 4842 "-" "Mozilla (CloudronHealth)" Jun 24 08:09:00 [Tue Jun 24 15:09:00.056130 2025] [php:warn] [pid 1921] [client 172.18.0.1:43700] PHP Warning: Undefined array key "userinfo" in /app/data/plugins/overlay/action.php on line 82 Jun 24 08:09:00 - - - [24/Jun/2025:15:09:00 +0000] "GET / HTTP/1.1" 200 4842 "-" "Mozilla (CloudronHealth)" Jun 24 08:09:10 [Tue Jun 24 15:09:10.040656 2025] [php:warn] [pid 1920] [client 172.18.0.1:44088] PHP Warning: Undefined array key "userinfo" in /app/data/plugins/overlay/action.php on line 82 Jun 24 08:09:10 - - - [24/Jun/2025:15:09:10 +0000] "GET / HTTP/1.1" 200 4842 "-" "Mozilla (CloudronHealth)"
Is there any way to re-show this data? Thank you.
-
-
J james marked this topic as a regular topic
-
This needs to be reported upstream at DokuWiki => https://github.com/dokuwiki/dokuwiki/issues
Also, the error message states "More info has been written to the DokuWiki error log."
This might have more details.Maybe, as a hotfix, you can re-create that user with the same username and details so DokuWiki get a filled
userinfo
array again? -
@james Thank you, the DokuWiki error log had the errors I shared above, which is why I suspected this may have been the cause/culprit?
I used Cloudron's SSO to login, and not the local DokuWiki's users. If I were to re-create the user in Cloudron, I presume the IDs would be different so it wouldn't be the same "user" in DokuWiki?