|
I will do a STOCK install and test it out although everyone looks fine in the import usergroup settings. It simple looks at the threads groups table and imports a line for each one.
Now what is interesting is your line 370 error and 285 as well are both listing of the usergroups table example below
while ( list($groupid, $groupname, $cpaccess, $uploads, $comments, $diskspace, $uploadsize, $editpho, $editposts, $modaccess, $useralbums, $reqmod, $canassign) = mysql_fetch_row( $resultcur ) ) {
These are the normal listings of the usergroups setting. So in essense your usergroups table is not getting imported or created at all.
By the way JC your commenting in a classifieds thread about photopost
Last edited by Chuck S; July 4th, 2004 at 02:03 AM.
|