|
Found the solution in another thread... Please update the *.zip download file from the members area... Will help others with same issue...
Thanks -
InterFX
In forums/reviewpost.php find this at line 120
$query = "SELECT username,homepage,posts,joindate,location FROM {$Globals['dprefix']}users WHERE userid=$cuserid LIMIT 1";
change to
$query = "SELECT username,homepage,posts,joindate,location FROM {$Globals['rp_db_prefix']}users WHERE userid=$cuserid LIMIT 1";
|