
10-26-2003, 09:10 PM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by -Shocker-
I am running a vB 2.3.2 and on the member.php editing part i have both this...
Code:
eval("standardredirect(\"".gettemplate("redirect_login")."\",\"index.php?s=$session[dbsessionhash]\");");
and this...
Code:
eval("standardredirect(\"".gettemplate("redirect_login")."\",\"\$url\");");
and i didn't even edit anything. Should i just leave it or should i replace the first one with the second code, so should i have 2 of the second code, or just one of each?
So what should i do?
When i finished installing it (without changing the first member.php code), i got this error...
Warning: ChDir: No such file or directory (errno 2) in /home/impact/public_html/darkshocker/myvbindex.php on line 8
It is the path and not the full url, so i dont know whats wrong.
|
you didnt define the patch correclty. the path needs to point to your forums directory, not myvbindex.php
|