|
I think I found the problem (or at least close to it). The query on line 339 says:
$query = "SELECT groupid,cpaccess,modaccess,diskspace,uploadsize,uplimit,uploads,comments,editpho,editposts,useralbums,reqmod,canassign FROM {$Globals['pp_db_prefix']}usergroups WHERE groupid='$groupvalue' LIMIT 1";
The pp_usergroups table in my database does not contain the following fields:
diskspace,uplimit,useralbums,reqmod,canassign
|