1
preachur
Update System White Screen....
  • 2012/12/19 3:14

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


Had to deactivate newbb latest SVN due to this error when hitting update on system:

Unknown: Assigning the return value of new by reference is deprecated in file /modules/newbb/class/permission.php line 38

2
preachur
Re: Update System White Screen....
  • 2012/12/19 3:39

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


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.

3
Mamba
Re: Update System White Screen....
  • 2012/12/19 5:26

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Which one NewBB did you use? The one in /branches from Alfred or from Irmtfan?

Both should be working just fine on PHP 5.3.18 - that's what we have here.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

4
irmtfan
Re: Update System White Screen....
  • 2012/12/19 6:34

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


which newbb version do you use?

please download the latest svn from here:
http://sourceforge.net/p/xoops/svn/10469/tree/XoopsModules/newbb/branches/

both Alfred and irmtfan branches should work fine.

5
preachur
Re: Update System White Screen....
  • 2012/12/19 14:51

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


I used the trunk version. (Showing version 4 in admin.) Will download one of those branches now and test. Thank you.

6
preachur
Re: Update System White Screen....
  • 2012/12/19 15:14

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


Thank you Mamba and irmtfan. Not only is the forum working now with 5.3.18, it LOOKS better.

P.S. - They both work fine. Running one of each on 2 sites.

7
irmtfan
Re: Update System White Screen....
  • 2012/12/22 4:53

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


you should know irmtfan version is a complete bug fix of all newbb issues accumulated thru years. eg: delete/restore and read/unread bugs.
you can find all changes in detailed changelogs and/or by searching "irmtfan"

Login

Who's Online

239 user(s) are online (136 user(s) are browsing Support Forums)


Members: 0


Guests: 239


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits