Thread: upgrade issues
View Single Post
Old September 5th, 2005, 10:35 AM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
$query = "SELECT groupid,cpaccess,modaccess,uploads,reviews,editpho,editposts,reqmod,uplimit FROM {$Globals['rp_db_prefix']}usergroups WHERE groupid='$groupvalue' LIMIT 1";
$result = ppmysql_query($query,$link);
list( $usergroup,$cpaccess_a,$modaccess_a,$uploads_a,$reviews_a,$ueditpho_a,$ueditposts_a,$reqmod_a,$uplimit_a ) = mysql_fetch_row($result);


Check your reviewpost usergroup table this is where your failing

The upgrade adds the new new fields you need so you need to run that query and find out what is the issue.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote