turnermm / ckgedit

CKEditor integrated into Dokuwiki
https://www.dokuwiki.org/plugin:ckgedit
GNU General Public License v2.0
59 stars 50 forks source link

Correct small Bugs with php 8.030 for not generate erros log #708

Open Neruvous opened 8 months ago

Neruvous commented 8 months ago

I just apply small corrections on 4 files: admin.php save.php meta.php css6.php

The current version works without problens however her generate error logs for some variables on php 8.0.30 and wiki Release 2023-04-04a "Jack Jackrum"

Erros: E_WARNING: Undefined variable $data /var/www/html/wikipossetup/lib/plugins/ckgedit/scripts/css6.php(469)

Undefined array key "TopLevel" /var/www/html/wikipossetup/lib/plugins/ckgedit/action/meta.php(829)

E_WARNING: Undefined array key "fck_preview_mode" /var/www/html/wikipossetup/lib/plugins/ckgedit/action/meta.php(397 or 390)

...

The only next plugin i have was instaled. Clipboard Utils Plugin