Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Import existing user


peterverkooijen
Participant

@peterverkooijen

Trying to use Manoj Kumar’s Buddypress Users Import plugin. I get this error:

Fatal error: Maximum execution time of 30 seconds exceeded in /serverpath/wp-includes/class-phpass.php on line 60

I don’t recognize anything in that line:

function get_random_bytes($count)
{
$output = '';
if (($fh = @fopen('/dev/urandom', 'rb'))) {
$output = fread($fh, $count);
fclose($fh);
}

Can I just temporarily delete it? Would that solve the problem? Other solutions?

I’m trying to import 600+ members, so I’m not surprised it times out.

EDIT: 490 members were actually imported quite nicely! :-)

EDIT2: Not as nicely as I first thought… Username and full name didn’t make it over, only email addresses. Should I have added labels to the top line?

EDIT3: There is no fast way to delete 490 users…?

EDIT4: Does this plugin also update firstname + username in wp_usermeta. If not, I have to add it.

Skip to toolbar