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(); |