View Single Post
Old April 18th, 2005, 08:31 AM   #10 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
Not sure where to start since it seems you've done several things since your first post.

First thing is you can ignore the DROP warnings, since they are just telling you that it cant DROP something that isn't already there.

Quote:
$query = "SELECT cpaccess,modaccess,uploads,reviews,editpho,editposts FROM {$Globals['rp_db_prefix']}usergroups WHERE groupid=$usergroup LIMIT 1";
Appears this query is failing - can you check your RP usergroups table and see that all those fields are in that table?

Are you working form the upgrade or a new install at this point? I'm a little confused as to where you are in the process right now.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote