require_once leads to error
-
Hey!
Today I encountered a wired error on one of my clients servers.
[error] 354868#354868: *210418 FastCGI sent in stderr: "PHP message: PHP Warning: require_once(/wp-content/plugins/limit-login-attempts-reloaded//lib/CidrCheck.php): Fa> Stack trace: 0 /wp-settings.php(398): include_once() 1 /wp-config.php(152): require_once('…') 2 /wp-load.php(50): require_once('…') 3 /wp-admin/admin.php(34): require_once('…') 4 /wp-admin/network/admin.php(13): require_once('…') 5 /wp-admin/network/settings.php(11): require_once('…') 6 {main} thrown in /wp-content/plugins/limit-login-attempts-reloaded/limit-login-" while reading response header from upstream, client: 10.77.77.254, server: example.com, request: "GET /wp-admi>
thrown in /wp-content/plugins/limit-login-attempts-reloaded/limit-login-” while reading response header from upstream, client: 10.77.77.254, server: example.com, request: “GET /wp-admi>
Looking into it I could fix it by editing the limit-login-attempts-reloaded.php line 37 to 41. Removing the
/
on the beginning of the strings likelib/CidrCheck.php
.I run the plugin on many sites. Even sites on the same server. Never had that problem before.
Greetings
derRALF
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘require_once leads to error’ is closed to new replies.