Log in

View Full Version : what does this mean?


KeneticKangaroo
02-03-2003, 02:38 AM
Warning: ChDir: Not a directory (errno 20) in /usr/local/psa/home/vhosts/airwavescomms.co.uk/httpdocs/forums/myvbindex.php on line 13

I edited the bit it wanted and ive tried all conbinatons.


this is the file setion i needed u edit

<?php
error_reporting(7);

// -------------------------
// mYvBindex v3.1 release by PlurPlanet (Brian Gunter)
// -------------------------

$loadmaxusers=1;
$loadbirthdays=1;

// Enter The Full Path To Your Forums Here
chdir('/forums');
// No Further Editing Necessary


require('./forums/global.php');

$templatesused = etc.... has been removed due to the length

Its the chdir bit

Logik
02-03-2003, 02:40 AM
Make sure the path is right..

Dean C
02-03-2003, 02:23 PM
Yes it's saying that the forums directory does not exist

- miSt