Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8 Warnings/Errors When Accessing CSS Tool #706

Open
nathanmcguire opened this issue Nov 21, 2023 · 0 comments
Open

PHP 8 Warnings/Errors When Accessing CSS Tool #706

nathanmcguire opened this issue Nov 21, 2023 · 0 comments

Comments

@nathanmcguire
Copy link

image

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant