Quote:
Originally Posted by Terminal-Access
Hey guys, Loving the plugin, however iv recently begun noticing the following errors appearing in my log.
Code:
PHP Fatal Error Unsupported operand types in /application-forms.php on line 556
Line 556: $message .= "{$question['text']}: {$choices[($vbulletin->GPC[$answer]-1)]}
Iv no idea whats going on here, any one able to offer an any insight
|
I'm not near my programming computer. I'll check into this on Monday.
In the meantime, you could check the questions for all of your applications. Make sure they are ordered 1,2,3,4,5, etc. NOT 1,2,3,5,6, etc. You can't skip a number in the question order.