- Code: Select all
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/cladmin/public_html/onlinecommunity/admin/admin_forumauth.php on line 195
Or this one:
- Code: Select all
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/cladmin/public_html/onlinecommunity/admin/admin_forumauth.php on line 195
Everything is also set to ALL!!
This is the line of code the error refers to:
- Code: Select all
$forum_rows = array_merge($forum_rows,$db->sql_fetchrowset($result));
Also, my changes are now not saved. So if I change it to MOD instead of ALL, when I go back it still says ALL.
Please help me. Please.

