You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Warning: Undefined variable $ID in C:\inetpub\dokuwiki\lib\plugins\ckgedit\admin.php on line 58
PHP Warning: Undefined property: admin_plugin_ckgedit::$output in C:\inetpub\dokuwiki\lib\plugins\ckgedit\admin.php on line 79
PHP Warning: Undefined property: admin_plugin_ckgedit::$output in C:\inetpub\dokuwiki\lib\plugins\ckgedit\admin.php on line 86
Server OS: Windows Server 2019
DokuWiki: 2023-04-04a "Jack Jackrum
CKGEdit: 2023-07-27
PHP Version:
7.4 loads just fine.
8.0 and 8.2 return the warnings above without any further elements loading.
PHP Warning: Undefined variable $ID in C:\inetpub\dokuwiki\lib\plugins\ckgedit\admin.php on line 58
PHP Warning: Undefined property: admin_plugin_ckgedit::$output in C:\inetpub\dokuwiki\lib\plugins\ckgedit\admin.php on line 79
PHP Warning: Undefined property: admin_plugin_ckgedit::$output in C:\inetpub\dokuwiki\lib\plugins\ckgedit\admin.php on line 86
Server OS: Windows Server 2019
DokuWiki: 2023-04-04a "Jack Jackrum
CKGEdit: 2023-07-27
PHP Version:
This is a fresh install of Windows Server. I used https://github.com/mlocati/powershell-phpmanager to install php and added them to IIS using FastCGI module mappings.
php.ini file (all php versions have the same file (except the extension_dir variable is changed)
date.timezone=America/Chicago
default_charset=UTF-8
extension_dir=c:\php\php74\ext
extension=openssl
extension=bz2
extension=mbstring
extension=gd2
extension=intl
extension=pdo_sqlite
output_buffering = Off
short_open_tag = Off
output_handler =
zlib.output_compression = Off
implicit_flush = Off
allow_call_time_pass_reference = Off
max_execution_time = 30
max_input_time = 60
max_input_vars = 10000
memory_limit = 128M
error_reporting = E_ALL & ~E_NOTICE
display_errors = Off
display_startup_errors = Off
log_errors = On
variables_order = "EGPCS"
register_argc_argv = Off
file_uploads = On
upload_max_filesize = 128MB
session.use_cookies = 1
The text was updated successfully, but these errors were encountered: