Code
- Profile-View.php ➔ fetch_alerts()
- Profile-View.php ➔ showAlerts()
- Profile-View.php ➔ showPosts()
- Profile-View.php ➔ showAttachments()
- Profile-View.php ➔ list_getAttachments()
- Profile-View.php ➔ list_getNumAttachments()
- Profile-View.php ➔ showUnwatched()
- Profile-View.php ➔ list_getUnwatched()
- Profile-View.php ➔ list_getNumUnwatched()
- Profile-View.php ➔ statPanel()
- Profile-View.php ➔ tracking()
- Profile-View.php ➔ trackActivity()
- Profile-View.php ➔ list_getUserErrorCount()
- Profile-View.php ➔ list_getUserErrors()
- Profile-View.php ➔ list_getIPMessageCount()
- Profile-View.php ➔ list_getIPMessages()
- Profile-View.php ➔ TrackIP()
- Profile-View.php ➔ TrackLogins()
- Profile-View.php ➔ list_getLoginCount()
- Profile-View.php ➔ list_getLogins()
- Profile-View.php ➔ trackEdits()
- Profile-View.php ➔ list_getProfileEditCount()
- Profile-View.php ➔ list_getProfileEdits()
- Profile-View.php ➔ trackGroupReq()
- Profile-View.php ➔ list_getGroupRequestsCount()
- Profile-View.php ➔ showPermissions()
- Profile-View.php ➔ viewWarning()
- Profile-View.php ➔ summary()

Loading history...
It seems like the type of the argument is not accepted by the function/method which you are calling.
In some cases, in particular if PHP’s automatic type-juggling kicks in this might be fine. In other cases, however this might be a bug.
We suggest to add an explicit type cast like in the following example: