Quote:
Originally posted by Mystislav
Ok, here is the message
Fatal error: Call to undefined function: unindexpost() in /home/sjmadho/public_html/board/newreply.php on line 288
and the exact newreply is in the attactments .. thanks alot.
|
I am getting this exact error problem, and i looked in my functions.php file but where am i looking for an error? I had to change this line
$noshutdownfunc = 0; // #CHANGE ME IF YOU CAN'T USE register_shutdown_function
to this:
$noshutdownfunc = 1; // #CHANGE ME IF YOU CAN'T USE register_shutdown_function
because my thread views stopped working. Got any ideas where my functions.php file is messed up? Otherwise i dont know how to fix it... any assistance would be very helpful.