Quote:
Originally posted by DarkDraco07
PHP Code:
Parse error: parse error, expecting `']'' in /home/darkneme/public_html/forums/index.php(435) : eval()'d code on line 4
what does this mean?????
|
Parse errors mean that
your code is just plain wrong and cannot/will not run.
To fix the error you need to look at what is wrong with line(s) mentioned, which in these cases are lines 435 and 4?
The PHP interpreter is trying to help you fix this by telling you what it expected to find ( '] ).
The problem and the solution is unique to your index.php, I would assume due to mispasting from the readme.
If you don't know what you did wrong or can't find the problem then you need to revert index.php (just index.php not the db) to the backup version you should have taken before attempting to make the modifications required by this hack. Then re-add the changes this hack requires.
When the readme is followed to the letter this hack will and does work "out of the box" so to speak.