Quote:
Originally Posted by Steve123
There is no update instuctions?
I tried to update and now im getting no output and this in error logs..
[Fri Apr 2 12:21:32 2004] [error] PHP Parse error: parse error in /path/to/forum/forumdisplay.php on line 203
[Fri Apr 2 12:22:59 2004] [error] PHP Fatal error: Call to undefined function: fetch_emailchecked() in /path/to/forum/forumdisplay.php on line 210
Which is
$emailchecked = fetch_emailchecked($threadinfo, $bbuserinfo, $newpost);
Im using vb3..
|
Add this code in forumdisplay.php:
PHP Code:
require_once('./includes/functions_newpost.php');