Your host has a higher version of php than is supported by vb3.8.4 (Sorry, I don't know the highest supported version offhand). The best thing to do would be to try to find a way to use a version of php that is supported by your version of vb. But if you can't, you can try editing the global.php file and inserting this near the top (probably just under the <?php):
Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192);