2018-11-02, 05:09 PM
return_bytes() function is defined in 'inc/functions_post.php'.
If you have the include line in line number 25 of newthread.php:
Try re-uploading both the files ("inc/functions_post.php" and "newthread.php") from the latest package and see if the problem remains ...
If you have the include line in line number 25 of newthread.php:
require_once MYBB_ROOT."inc/functions_post.php";
you should not get this error.Try re-uploading both the files ("inc/functions_post.php" and "newthread.php") from the latest package and see if the problem remains ...