Quote:
Originally Posted by Hippy
Same apache error
this has become a problem since I believe 4.0.8
I have no idea what changed but
thanks for keeping up with this issue
|
Remembering the php college course I did a few years back now, where they set us very similar "problems" to this to solve at home, I am convinced we still have an issue with the ' marks everywhere, and which should be escaped and which not.
I *think* we have the echo line correct now but there is probably still an issue with this:
PHP Code:
$session['sessionurl_q'] = '?' . $vbulletin->session->vars['sessionurl_q'];