First of all, thanks for a great extension. I have installed this on 2 forums.
On one of the forums it works great, the other, when I browse to the survey.php file instead of the actual page I get a bunch of text
"input->clean_array_gpc('r', array( 'do' => TYPE_STR, 'sid' => TYPE_INT, 'aid' => TYPE_INT)); if (empty($vbulletin->GPC['do'])) $vbulletin->GPC['do'] = 'main'; $sid = intval($vbulletin->GPC['sid']); $navbits = array("survey.php?$session[sessionurl]" => 'Survey'); $vbulletin->userinfo['can_admin_surveys'] = in_array($bbuserinfo['usergroupid'], explode(',', $vbulletin->options['vb_survey..."
Does anyone know why this is happening? The other PHP pages for the site work fine, just survey.php seems to be having the problem.
I have copied a fresh survey.php to no avail.
Thanks,
|