Message Text |
Just done a fresh install and had the following error:
If you are not the administrator of this site, please report this page to the administrator. If you are the administrator, please pay careful attention: You have a parse error in your template templates/default/admin/setup3.tpl (or perhaps in your header or footer) which you need to repair before this page can be displayed correctly. The error is picked up on by php at line 23 of the output.You appear to have a different number of opening <IF> conditionals than you do closing </IF> tags! (3 opening tags, 1 closing.) This is almost certainly the cause of your parse error. You must close every conditional you open.
Now outputing the page without any conditional or php sections evaluated:
Checking the template, sure enough the closing IF statements are missing.
|