Referencing deprecated db_fetch_object() in xwebSecureOD.class.inc on Line 323. It was hard to trace this error because in file netforum.module on Line 792, PHP Error Reporting is disabled.
How did I discover the error?
I am using Netforum Authentication module (7.x-1.x-dev), and it kept giving me White Screen of Death after I tried to login. Nothing was reported in the error log, so I suspected it had something to do with netforum_xweb_request function on Line 774 in netoforum.module.
I am preparing a patch for this issue. I will post it in a few minutes.
Comments
Comment #1
zd370 commentedPatch for fix above problem.
Comment #2
james.michael-hill commentedThanks, and good catch! I've applied it and scheduled a 1.1 release which includes the patch.