vbexternal problems:
hi! i've installed this mod but it don't work well.. this is my problem:
after i've followed the instrution file (the install.txt and usage.txt) appear:
Quote:
Warning: chdir(): No such file or directory (errno 2) in /home/mhd-01/www.nomesito.com/htdocs/sito/test.php on line 2
Warning: main(./vBExternal.php): failed to open stream: No such file or directory in /home/mhd-01/www.nomesito.com/htdocs/sito/test.php on line 3
Fatal error: main(): Failed opening required './vBExternal.php' (include_path='./:/usr/local/web/php/lib/pear') in /home/mhd-01/www.nomesito.com/htdocs/sito/test.php on line 3
|
i've upped in my space all files, changed the php code ./formus with ./vb and after i put this code in the really top of my indexpage.
after that i've used once of the code present in the file usage.txt:
(# Displaying Top Posters )
Codice PHP:
<?php
output_TopPosters(5);
?>
but it dont work....
after i try to connect to the page vBExternal.php:
http://www.nomesito.com/vb/vBExternal.php
and appear this:
Quote:
Warning: main(./includes/db_mysql.php): failed to open stream: No such file or directory in /home/mhd-01/www.nomesito.com/htdocs/vb/vBExternal.php on line 67
Fatal error: main(): Failed opening required './includes/db_mysql.php' (include_path='./:/usr/local/web/php/lib/pear') in /home/mhd-01/www.nomesito.com/htdocs/vb/vBExternal.php on line 67
|
and this is the screen of the files structure on my space:
root:

./vb:
the file VBexternal.php is on the bottom of the page.
.vb/VBexternal:
someone can help me?