Open Bumblebee38 opened 5 months ago
workaround is to wrap variables in isset function.
e.g:
\lib\plugins\ckgedit\action\save.php on line 224
this:
if($link[1]) {
to this:
if(isset($link[1])) {
I edited it in a few places (save.php, admin.php, meta.php, mediamanager.php) and ckgedit works fine.
PHP: 8.2.8 DokuWiki: 2023-04-04a "Jack Jackrum"
After installing the newest version of the ckgedit plugin, I encounter the error messages
after every save that involves a change of the page. If I edit and save a page without changing its content, no error occurs. These messages appear in a new blank screen. These errors also get shown if I want to change to the "DW Edit" mode. Although these error messages appear, after a refresh or by going back a page it does what I want. But it does not seem to be right that it shows me these messages. And it only shows me these after the installation of this plugin. Before the installation, I was able to edit pages without problems. I get the errors with and without saving with a summary as I thought that this might be a cause.
Also, after getting in the "DW Edit" mode it shows me the errors
immediately as shown here:
Changing from "DW Edit" to "CKG Edit" works without showing an error.
Adding
?do=check
on the page that I am testing on results in this output: