my17560 / dokuwiki-template-readthedokus

"Read the Docs" flavored DokuWiki template
MIT License
14 stars 11 forks source link

Warning: Undefined array key "user" #26

Closed eduardomozart closed 1 year ago

eduardomozart commented 1 year ago

The following error is being thrown after enabling the plug-in with PHP 8.1:

Warning: Undefined array key "user" in /home/robertinho/public_html/wiki/inc/auth.php on line 253

Warning: Cannot modify header information - headers already sent by (output started at /home/robertinho/public_html/wiki/inc/auth.php:253) in /home/robertinho/public_html/wiki/inc/auth.php on line 1264

Warning: Cannot modify header information - headers already sent by (output started at /home/robertinho/public_html/wiki/inc/auth.php:253) in /home/robertinho/public_html/wiki/inc/actions.php on line 38
eduardomozart commented 1 year ago

Not sure what happened (maybe because I disabled the IndexMenu plugin and changed the auth plug-in to "authplain" instead of "authimap", but I'm not sure), the error seems to be gone.