Problem...

We know you have an opinion on how things should be run around here. These are suggestions for the forums, and the website.This forum is not a place to ask for suggestions to your own coding (or otherwise) problems.

Moderator: General Moderators

Post Reply
TwinkiE_HunteR-G
Forum Newbie
Posts: 14
Joined: Tue Sep 17, 2002 8:44 am

Problem...

Post by TwinkiE_HunteR-G »

Ok, on the bottom of every page in this forum I see this error:

Parse error: parse error in /home/devnetwo/public_html/forums/includes/template.php(127) : eval()'d code on line 79
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post by mydimension »

i can confirm this. here is a bit more detail:
this is the tailing ened of the html document for the front (index.php) page:

Code: Select all

<table cellspacing="3" border="0" align="center" cellpadding="0">
  <tr>

	<td width="20" align="center"><img src="templates/subSilver/images/folder_new.gif" alt="New posts"/></td>
	<td><span class="gensmall">New posts</span></td>
	<td>&nbsp;&nbsp;</td>
	<td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="No new posts" /></td>
	<td><span class="gensmall">No new posts</span></td>
	<td>&nbsp;&nbsp;</td>
	<td width="20" align="center"><img src="templates/subSilver/images/folder_lock.gif" alt="Forum is locked" /></td>
	<td><span class="gensmall">Forum is locked</span></td>

  </tr>
</table>

<br />
<b>Parse error</b>:  parse error in <b>/home/devnetwo/public_html/forums/includes/template.php(127) : eval()'d code</b> on line <b>79</b><br />
my guess is that the problem lies in the area that generates the copyright notice.
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

My Bad!

My Fault!

You guys should know that by now. :oops:

I was just adding something...
Post Reply