|
|
|
|
Joined: Jun 2002
Posts: 7
Lurker
|
|
Lurker
Joined: Jun 2002
Posts: 7 |
I used the import script from my UBBclassic 6.x to our new UBBT site. We had about 1600 users. However, we CAN NOT find the users! When we do a search, we get this error:
Warning: Bad arguments to implode() in /usr/www/users/svj/ubbthreads/admin/selectusers.php on line 39 Welcome to the new home of the largest adventist internet forum.
The part "Welcome to" is in our 'Edit Header-Insert' section, not sure why that is coming up.
Any ideas why we can't see any user after the import? Our forums and messages imported okay.
It seems everything is a mess now.
Thank you!
Mark
|
|
|
|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
|
That 70's Guy
Joined: Jun 2001
Posts: 3,273 |
I haven't used any import scripts myself. Anyone else get this error after importing?
|
|
|
|
|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
This "bad arguments to implode" error was a bug in 6.0.1. Something to do with a check to bypass this if a moderator isn't being assigned. Scream posted a fix here. This error is harmless. Try the above fix... or ignore it and try searching for users...make sure they really aren't there. Are there users if you view your user list form the menu bar?
|
|
|
|
|
Joined: Jun 2002
Posts: 7
Lurker
|
|
Lurker
Joined: Jun 2002
Posts: 7 |
I discovered the answer from someone who just emailed me.
"You can get rid of the warning by making the following change in admin/selectusers.php:
Line 39 currenty looks like this: $choice = implode(",", $HTTP_POST_VARS['assignmod']);
Change that, to this: $choice = @implode(",", $HTTP_POST_VARS['assignmod']);
Re-upload."
It works!
|
|
|
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: 808
Joined: July 2001
|
|
|
Forums63
Topics37,583
Posts293,955
Members13,825
| |
Most Online151,614 Nov 14th, 2025
|
|
Currently Online 1383
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 13
|
|
|
|
|
|