Title: Missing Argument 6 in php error logs
Last modified: January 9, 2019

---

# Missing Argument 6 in php error logs

 *  Resolved [timwoolfson](https://wordpress.org/support/users/timwoolfson/)
 * (@timwoolfson)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/missing-argument-6-in-php-error-logs/)
 * Hi,
 * We are seeing this error from time to time in our php error logs for a production
   site.
    Does anyone else see it?
 * Missing argument 6 for Faulh_User_Tracker::set_logged_in_cookie() in /home/useraccount/
   public_html/wp-content/plugins/user-login-history/includes/class-faulh-user-tracker.
   php on line 287
 * We are running plugin version 1.7.0
    WP core version 4.7.12 Avada theme PHP 5.6
 * Thanks for any guidance…
 * Tim.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Faiyaz Alam](https://wordpress.org/support/users/faiyazalam/)
 * (@faiyazalam)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/missing-argument-6-in-php-error-logs/#post-11071567)
 * The plugin is compatible with WP version 4.9 and higher.
    You should upgrade 
   your WP.
 * The plugin uses an action hook “set_logged_in_cookie” in which $token parameter
   is added in WP 4.9.0. The plugin uses that parameter. Since you are using WP 
   4.7.12, there is no $token parameter and hence it is giving error.
 * See detail of the hook [here](https://developer.wordpress.org/reference/hooks/set_logged_in_cookie/)

Viewing 1 replies (of 1 total)

The topic ‘Missing Argument 6 in php error logs’ is closed to new replies.

 * ![](https://ps.w.org/user-login-history/assets/icon-128x128.jpg?rev=1886722)
 * [User Login History](https://wordpress.org/plugins/user-login-history/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-login-history/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-login-history/)
 * [Active Topics](https://wordpress.org/support/plugin/user-login-history/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-login-history/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-login-history/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Faiyaz Alam](https://wordpress.org/support/users/faiyazalam/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/missing-argument-6-in-php-error-logs/#post-11071567)
 * Status: resolved