December 27th, 2004, 10:42 AM
|
#7 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,782
|
Okay this is your fix
Open your phpbb2.php file and find this
$md5cookpass=""; $ubbgroups = array();
change it to this
$md5cookpass=""; $ubbgroups = array(); $User = array();
|
| |