MyBB Community Forums

Full Version: array_merge(): Argument 1 is not an array?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quite a few of my users have started to receive this error this morning and can't access the website because of it.

Quote:array_merge(): Argument 1 is not an array - line 273 - file: inc/class_sessions.php PHP 5.4.36 (linux)

[PHP] errorHandler -> error
/inc/class_sessions.php 273 array_merge
/inc/class_sessions.php 50 session->load_user
/global.php 55 session->init
/index.php 18 require_once


Can anyone point me in the right direction, as don't have a clue where to start with this one
you have to hide the warnings or downgrade php version (5.3.x)

to hide warnings:
admin panel >> configuration >> settings >> Server and Optimization Options -->
Error Type Medium --> select Errors or Hide Errors and Warnings & save settings
I have made that change, however a handful of members are still getting the "No Permission page" when they try to access the site

When I've looking at the accounts they're showing as Administrator for their displayed primary user group instead of registered members, when I change that back the error goes away Huh