Viewing 2 replies - 1 through 2 (of 2 total)
  • HI that Warning is due to openlog() being disabled.

    This is probably something done by your host and you probably are on shared hosting.

    options
    ————–
    1. You can turn warnings off in php (google turn off warnings in php)
    2. Remove the openlog string from the disable_functions at php.ini* file
    3. Ask your hosting provider to remove the string above if you don’t have an access to the php.ini* file
    4. Change hosting provider which allows the running of the openlog function.

    stop user enumeration writes to syslog so Fail2Ban can work. If you are not using fail2ban this is not message is not important

    Of course the code could be modified to not log to syslog.

    Plugin Author fullworks

    (@fullworks)

    As I haven’t heard back I assume you have sorted this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error in php’ is closed to new replies.