Log in

View Full Version : Get this Error


Dingo14
06-04-2009, 07:14 AM
I get this error in postbit legacy anyone tell me what might be causing it thanks

The conditional on line 80 appears to be missing its beginning tag (<if>). This may cause unexpected behavior.


<if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" title="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if>&nbsp;</td></if>

Outbackmark
06-04-2009, 08:11 AM
<if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" title="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if>&nbsp;</td></if>
You have an extra </if> in there, remove the one I have highlighted in red.

Dingo14
06-04-2009, 09:09 AM
thanks for that it fixed the error, can't thank ya enough

Outbackmark
06-04-2009, 01:30 PM
My pleasure Dingo.