2
Yes, in order to get newbb working again I had to downgrade php back to 5.2.17 due to this error.
Caused by: this line
$this->_handler[$name] =& new $className($this->db);
I am going to replace it with this line:
$this->_handler[$name] = new $className($this->db);
newbb/class/permission.php
.... Got rid of the debug error but still have a white screen. Sticking with php 5.2.17 I guess. I need newbb.