1
I have copied and pasted every thing.. SO hopefully you PHP Fans can help me with them..
Error while posting..
ERROR Reads
undefined variable: on_date in file modules/newbb/post.php line 132
LINE 132 reads :
Quote:
$on_date .= _MD_ON." ".formatTimestamp(time());
ERROR Reads
undefined variable index nosmiley in file modules/newbb/post.php line 174
LINE 174 reads Quote:
$forumpost->setNosmiley($HTTP_POST_VARS['nosmiley']);
ERROR Reads
undefined index icon in file modules/newbb/post.php line 175
LINE 175 reads
Quote:
$forumpost->setIcon($HTTP_POST_VARS['icon']);
undefined index attachsig in file modules/newbb/post.php line 176
LINE Reads
Quote:
$forumpost->setAttachsig($HTTP_POST_VARS['attachsig']);