I'm not sure whether this is related to this hack or not. Im running 1.1.3 beta 3 with the latest version of the PM hack installed. I have just added this poll hack and had followed the step by step instructions precisely to the stage where i had successfully posted a test poll, which worked perfectly. I could view the test poll and vote on it without a problem
at this point i decided to switch my VB back on. However, after submitting the options I ended up getting a parse error:
Quote:
Parse error: parse error, expecting `STRING' or `'{'' or `'$'' in global.php on line 57
|
which corresponds to
Code:
// ###################### Start dovars #######################
If I try to visit the forum I receive a slightly different parse error:
Quote:
Parse error: parse error, expecting `STRING' or `'{'' or `'$'' in global.php on line 52
|
corresponding to:
Code:
eval($optionstemp[template]);
I've got no idea why this has suddenly happened, especially as global.php isnt altered by the poll?
Does anyone know what I could do to fix this problem?
TIA
[Edited by Morgo on 07-20-2000 at 10:39 AM]