Quote:
Originally Posted by Baja
Entertain, I figured out what's causing the blank white page -> Digital Point Sphinx Search v1.2. 2 (Note: v1.2. 1 works fine).
When the DP Sphinx v1.2.2 plugin is enabled, iTrader generates the following error when someone submits a feedback:
Here is a list of changes in DP Sphinx v1.2.2:
P.S. Not sure if it's related, but here's an old bug report mentioning the "Class 'vB' not found" error:
https://www.vbulletin.com/forum/proj...?issueid=32002
|
Please try to open itrader_feedback.php and change the following line:
Code:
$vbphrase['itrader_pm_message_x'] = construct_phrase($vbphrase['itrader_pm_message'], $itrader['phrase_rating'], $vbulletin->userinfo['username'], $vbulletin->options['bburl'], $userinfo['userid']);
into
Code:
$vbphrase['itrader_pm_message_x'] = construct_phrase($vbphrase['itrader_pm_message'], $itrader['phrase_rating'], $vbulletin->userinfo['username'], $this->registry->options['bburl'], $userinfo['userid']);
Fix is integrated in my current developement build.