|
|
Joined: Jun 2002
Posts: 160
Member
|
Member
Joined: Jun 2002
Posts: 160 |
I was checking out some of the admin options to see if the "Mass Group Change" will do something I'm anticipating having to do soon. I clicked the Mass Group Change link, then selected the group from the drop-down menu. When I hit Submit, I receive the following error message:
Warning: Bad arguments to implode() in /home/kerrigan/honorableplayers-www/forums/admin/selectusers.php on line 39 This is in version 6.01 of UBB.Threads. Can anyone shed some light on this for me? Is this something that is fixed in 6.02?
|
|
|
|
Joined: May 1999
Posts: 3,039
Guru
|
Guru
Joined: May 1999
Posts: 3,039 |
This is a general warning as I need to check to make sure that variable is set before trying to call implode() on it. It doesn't actually cause any problems though. You can get rid of the error by editing selectusers.php. Line 39 looks like this:
$choice = implode(",", $HTTP_POST_VARS['assignmod']);
Change that, to this:
$choice = @implode(",", $HTTP_POST_VARS['assignmod']);
UBB.threads Developer
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 254
Joined: January 2000
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|