I am getting a error message when I go to the Guestbook page. The message is as follows:
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/multilingual/homesubwrapper.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 217 of the output.Line #212: <input type="hidden" name="usernoteon" value="1" /> Line #213: <input type="submit" value="Submit" class="button" /> Line #214: </form> Line #215: <?php } else { ?> Line #216: <?php echo str_replace('{PLACEHOLDER}', 'to post', 'Sorry, you don't have permission {PLACEHOLDER}. <?php if (0) { ?><a href="http://www.mysite.com/links/index.php?action=userlogin">Log in</a>, or <a href="http://www. mysite.com/links/register.php">register</a> if you haven't yet.<?php } ?>'); ?> Line #217: <?php } ?>
In addition two buttons display the following:{LANG_TITLE_MYTHREADS} {LANG_TITLE_WATCHLIST}
I am not spotting the lines in either the "Member Home Subwrapper" or "Guestbook" templates.
Comments on Parse error in template
Beginner
Usergroup: Customer
Joined: Oct 10, 2005
Location: Moncton, New Brunswick, Canada
Total Topics: 5
Total Comments: 6
I am getting a error message when I go to the Guestbook page. The message is as follows:
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/multilingual/homesubwrapper.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 217 of the output.Line #212: <input type="hidden" name="usernoteon" value="1" />
Line #213: <input type="submit" value="Submit" class="button" />
Line #214: </form>
Line #215: <?php } else { ?>
Line #216: <?php echo str_replace('{PLACEHOLDER}', 'to post', 'Sorry, you don't have permission {PLACEHOLDER}. <?php if (0) { ?><a href="http://www.mysite.com/links/index.php?action=userlogin">Log in</a>, or <a href="http://www. mysite.com/links/register.php">register</a> if you haven't yet.<?php } ?>'); ?>
Line #217: <?php } ?>
In addition two buttons display the following:{LANG_TITLE_MYTHREADS} {LANG_TITLE_WATCHLIST}
I am not spotting the lines in either the "Member Home Subwrapper" or "Guestbook" templates.
Any idea where else I should look?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Fixed for next release.