When a user logs in via vBulletin, they see nothing but a blank screen.
Additionally, the following error is displayed in the variables tab in the DrupalVB module,
warning: Parameter 1 to theme_drupalvb_settings_variables() expected to be a reference, value given in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\includes\theme.inc on line 656.
PHP 5.3.2
MySQL 5.1.46
Drupal 6.16
vBulletin 3.8.5
Apache 2.2.15
Comments
Comment #1
Ryan S commentedWell, I fixed the error on the variables tab by removing the ampersand from this line of code in drupalvb.admin-pages.inc
function theme_drupalvb_settings_variables(&$form). I realize this nixes support for PHP4, but it's a temporary solution (or permanent) for those having the same issue. Still having issues with the blank screen.EDIT: found out the issue with the shared login is a cookie issue with firefox on my remote testing machine. Go figure. The blank login happens in both places, however.
Comment #2
Ryan S commentedI probably should have labeled this one as a bug report. Could this issue have something to do with the version of PHP I'm using? Or is it vBulletin version 3.8.5?
Comment #3
rsuplido commentedYes, it's about PHP 5.3. Actually, if you use a vB version below 3.8.5, you'll have the same problem as detailed here:
http://www.vbulletin.com/forum/project.php?issueid=37570
Comment #4
Ryan S commentedSo reverting to PHP 5.2 would fix the issue?
Comment #5
sunThe good news is that we can do #1 without any problem. Committed that fix.