PDA


View Full Version : Running RC2-Getting error message line 22


southernlady
08-09-2005, 07:10 PM
I'm running RC2 on my forums and wanted to check this on my test forum before I tried it on my live one since I keep having issues with my headers and other things.

Anyway, I uploaded it and I'm getting this error on my test server:
Warning: chdir(): No such file or directory (errno 2) in /index.php on line 22
I deleted most of the path since it is TEST server and not a live one.

Instead of chdir('./forum');

I used chdir('./XXXXXX'); the x's represent the name of my test forum.

I've deleted it and uploaded it again. I don't know what I could be doing wrong since I have followed the steps to the letter. It is showing as a portal, I am just getting this error message. Liz

ConqSoft
08-09-2005, 07:18 PM
http://www.vbadvanced.com/forum/showthread.php?t=1343

southernlady
08-09-2005, 08:00 PM
I know it was suppose to fix it but it didn't. I think it's because I'm running on my test server and not my live one. I'm not using the forum command and it's screwing everything up. Liz

ConqSoft
08-09-2005, 08:02 PM
It doesn't matter if it's on your test forum... It still needs to point to the full patht to the location where your test forum is located If it says invalid directory, then the path you have in there is incorrect.