Open Miro-Collas opened 1 year ago
Chiming in here (projects sysadmin)
Despite dokuwiki saying we had the most current version of this plugin, it seems that helper.php in our case did not have this fix applied to it:
https://github.com/zteeed/dokuwiki-discord-notifier/commit/d01536c9ae7661e1fff2168dc51984fdff844cf4
I have manually applied this change however it does not resolve the problem, the error remains exactly the same.
This has since happened on a few other pages (we have a many page updates ongoing)
OK, very simple repro: create a new page, type "test" into the contents, save, and you get the error reported above. If you hit Back on your web browser, you can save. However, the page has actually been created, as you can see if you instead just load visit the page.
See https://prnt.sc/0dV0wG5s4fHC
I get this on a single page of our wiki (which is quite large) so that suggests something on the page is causing the problem. However, a search turned up this: https://laracasts.com/discuss/channels/general-discussion/error-after-update-php-73-to-81-cannot-access-offset-of-type-string-on-string
We do in fact use PHP8. So possibly something on the specific page is triggering the behavior described above.