Ok here is the latest breakthrough having to just guess at things and try things pieced from other posts.
The ONLY way I could get the text to stop appearing at the top of the front page of my site was to finally add all of the code for the index.php file to the END of the file and not the top. That made the text go away at the top of the page, but the security token error returned.
I then went to the lines just above where I added all the code and changed the CMS default script form content.php to forum.php. Now this is still unacceptable because I want the content.php to be the default and not the forums.php. But the system now works with no errors. It saves my games and no text at the front page or score submit page. So does that mean the problem is in one of the content.php files? Or in the index.php code and how it interacts with the content.php?
I have tried many different changes with no luck. I have tried putting the code in the context.php file in both the root and the vb folders. I have tried to comment out certain lines of code with no luck.
So for now if I want this to work with no errors I have to leave the default page to be the forums front page. I'd rather not. So it will stay broken for now.
|