Log in

View Full Version : ChDir Error Message


SpotMe
08-16-2002, 02:38 PM
This is what I get when I run the index page of vbhome in the root html dir.


Warning: ChDir: No such file or directory (errno 2) in /home/alex/public_html/index.php on line 19

Any ideas?

Ninth Dimension
08-17-2002, 12:32 AM
are you using vBindex?
if so, try this:

just add:

chdir("/<your_forum_dir>");

above "require('./global.php');" in vbindex index.php file..

then add "/forum" on all the url's in the vbindex templates

Ninth Dimension
08-17-2002, 12:33 AM
<a href="https://vborg.vbsupport.ru/showthread.php?postid=276243#post276243" target="_blank">https://vborg.vbsupport.ru/showt...243#post276243</a>

SpotMe
08-17-2002, 05:42 PM
Well, Im running vbhome, but it still worked, thank you. However, there is a 1" space now above the index page and the error message is whats taking it up. Any ideas why that would still appear? It isnt in the templates, cause it works fine on a different server. Im thinking this is a interaction with the server?