Quote:
Originally Posted by asj
Warning: chdir(): No such file or directory (errno 2) in c:\appserv\www\forum\index3.php on line 18
the problem of code :line 18
|
What do you have filled in for $forumpath? See below or above for instructions.
Quote:
$forumpath = '/var/www/vhosts/yourdomain.com/httpdocs/forum'; //no trailing slashes!
$cachepath = '/var/www/vhosts/yourdomain.com/cache/';//trailing slashes!
These are the paths on your server NOT the web addresses. Please note the second path has a trailing slash. I've included a file path.php that you can upload then open in your browser if you are unsure of your document paths.
Next edit:
$wwwavatarpath = '/forum/customavatars'; //no trailing slashes
$wwwforumpath = '/forum'; //no trailing slashes
|