3
Do you have your Debug on?
I've got following problem there:
Quote:
Call to a member function getVar() on a non-object in /modules/newbb/admin/index.php on line 173
Which was caused by the lines calling to $pollLink which was not there because XoopsPoll was not installed.
For next release we'll need to change it there to check first if the XoopsPoll is installed.
For the time being just comments out those lines with "$pollLink", or install XoopsPoll module.