I'm getting the same error:
PHP Code:
Warning: main(./includes/db_mysql.php): failed to open stream: No such file or directory in /home/******/public_html/mdbwforums/vBExternal.php on line 67
Fatal error: main(): Failed opening required './includes/db_mysql.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/******/public_html/mdbwforums/vBExternal.php on line 67
This is the code of my file:
PHP Code:
<?php
chdir('./mdbwforums');
require_once('./vBExternal.php');
?>
<?php
output_NewestReplies(30);
?>
So what's wrong?