turnermm / ckgedit

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

PHP8.1 errors when opening ckgedit #683

Closed tqre-mc closed 1 year ago

tqre-mc commented 1 year ago

Ubuntu 22.04 LTS with PHP8.1, latest dokuwiki release.

Updated plugin to 2022-09-27 version via dokuwiki plugin manager.

I get the following errors when opening ckgedit:

Warning: Undefined array key "styling" in /dokuwiki/lib/plugins/ckgedit/action/edit.php on line 1060

Warning: Undefined variable $draft_started in /dokuwiki/lib/plugins/ckgedit/action/edit.php on line 516

Warning: Undefined variable $contents_css in /dokuwiki/lib/plugins/ckgedit/action/edit.php on line 647

Warning: Undefined variable $contents_css in /dokuwiki/lib/plugins/ckgedit/action/edit.php on line 648
turnermm commented 1 year ago

These have been fixed.