MyBB Community Forums

Full Version: Got an error message!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I was in the middle of designing a theme for my forum and I randomly get this message:
Parse error: syntax error, unexpected '<', expecting '}' in /home/nerdman/public_html/Forums/global.php(559) : eval()'d code on line 4

(my user for hosting is "Nerdman" and I changed the upload folder's name to forums..). so I was wondering what went wrong?

Also, here is the link to my forum is you wish to see it.
http://toontownresistance.x10.mx/Forums/index.php
There's an error in the HTML in the footer template, if you've been editing that, you've gone wrong somewhere.
This is the html code... can you tell me what went wrong?
<br /><align="left"><table><tr><td class="c">This Forum</td></tr>
											<tr><td class="tt">
Information on {$mybb->settings['homename']<br>and available languages.
					<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a><br><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a><br><a href="#top">{$lang->bottomlinks_returntop}</a><br><a href="#content">{$lang->bottomlinks_returncontent}</a><br><a href="<archive_url>">{$lang->bottomlinks_litemode}</a><br><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span><br>{$lang_select}</td></tr><tr><td class="cfoot"><font size="0px">.</font></td></tr>
				</table></align>
		<align="right"><table class="br" align="right"><div id="copyright">
				
				<!-- MyBB is free software developed and maintained by a volunteer community. 
					 It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact, 
					 to show your support for MyBB.  If you choose to remove or modify the copyright below, 
					 you may be refused support on the MyBB Community Forums.
					 
					 This is free software, support us and we'll support you. --><tr class="br"><td class="c">Copyrights</td></tr><tbody background="images/coffee/copyback.png"><tr class="br"><td class=t><br><br>
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br><br></td></tr>
<tr class="br"><td class="tt"><br><br>Coffee House Theme designed by Wes the Bes<br><br></td></tr></tbody><tr><td class=cfoot>© 2011</td></tr></div>
				<!-- End powered by -->
				<br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
		</div>
		</div></taBLE><br><br><br><br><br><br><br><br><br><br><br><br><br><div id="debug"><debugstuff></div></align>

I found the problem and it was fixed please archive, thank you!
Yeah the problem was {$mybb->settings['homename'] had no } at the end Smile