I'm geting the fowling error:
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.
An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.
We apologise for any inconvenience.
I had this on another page so I set up a test pafe and this was the code:
HTML Code:
<?php
require_once('./vBExternal.php');
?>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<?php
output_News(5,4);
?>
</body>
</html>