View Single Post
Old December 27th, 2004, 10:15 AM   #8 (permalink)
vwsport.com
Junior Member
Verified Customer
 
Join Date: Sep 2003
Posts: 14
okay an update, before I try this fix I loaded the newest ZEND optimizer, and after that everything worked. I have not done the fix you just posted. I saw the zend site showed the older ver to not be compatable with php4.3.10 just a heads up.

Dan

Quote:
Originally Posted by omegatron
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();
vwsport.com is offline   Reply With Quote