Code
- SSI.php ➔ ssi_shutdown()
- SSI.php ➔ ssi_welcome()
- SSI.php ➔ ssi_menubar()
- SSI.php ➔ ssi_logout()
- SSI.php ➔ ssi_recentPosts()
- SSI.php ➔ ssi_fetchPosts()
- SSI.php ➔ ssi_queryPosts()
- SSI.php ➔ ssi_recentTopics()
- SSI.php ➔ ssi_topPoster()
- SSI.php ➔ ssi_topBoards()
- SSI.php ➔ ssi_topTopics()
- SSI.php ➔ ssi_topTopicsReplies()
- SSI.php ➔ ssi_topTopicsViews()
- SSI.php ➔ ssi_latestMember()
- SSI.php ➔ ssi_randomMember()
- SSI.php ➔ ssi_fetchMember()
- SSI.php ➔ ssi_fetchGroupMembers()
- SSI.php ➔ ssi_queryMembers()
- SSI.php ➔ ssi_boardStats()
- SSI.php ➔ ssi_whosOnline()
- SSI.php ➔ ssi_logOnline()
- SSI.php ➔ ssi_login()
- SSI.php ➔ ssi_topPoll()
- SSI.php ➔ ssi_recentPoll()
- SSI.php ➔ ssi_showPoll()
- SSI.php ➔ ssi_pollVote()
- SSI.php ➔ ssi_quickSearch()
- SSI.php ➔ ssi_news()
- SSI.php ➔ ssi_todaysBirthdays()
- SSI.php ➔ ssi_todaysHolidays()
- SSI.php ➔ ssi_todaysEvents()
- SSI.php ➔ ssi_todaysCalendar()
- SSI.php ➔ ssi_boardNews()
- SSI.php ➔ ssi_recentEvents()
- SSI.php ➔ ssi_checkPassword()
- SSI.php ➔ ssi_recentAttachments()

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: