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

"Warning: Undefined array key "REMOTE_USER" in [...]/lib/plugins/loadskin/action.php on line 130" when not logged in #41

Open
sychron opened this issue Sep 24, 2024 · 1 comment

Comments

@sychron
Copy link

sychron commented Sep 24, 2024

environment:

  • server runs php 8.3
  • Fresh dokuwiki install, Release 2024-02-06b "Kaos"
  • Settings: Everyone may read, only logged in users may modify
  • Dokuwiki default template aktive
  • authplain as auth method
  • templates installed, but not active: Bootstrap3, Read The Dokus, WikiPraktik
  • base plugins installed and active: ACL Manager, Plain Auth, Configuration Manager, Extension Manager, Info, logviewer, Revert
    Manager, safenrecode, styling, User Manager
  • additional plugins installed and active: comment, folded, include, Pagelist, sorttablejs, Tag, Wrap

steps to reproduce:

  • loadskin installed via extension manager

expected:

  • wiki works as usual
  • loadskin can be configured in admin panel

actual:

  • error message shown on top of every page when not logged in:
    "Warning: Undefined array key "REMOTE_USER" in [...]/lib/plugins/loadskin/action.php on line 130"
    (shortened to not reveal server internals)

  • error message in admin panel when logged in as admin:
    "Warning: Undefined variable $ID in [...]/lib/plugins/loadskin/admin.php on line 74"
    (shortened to not reveal server internals)

@sychron
Copy link
Author

sychron commented Sep 24, 2024

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