-Shocker-
10-26-2003, 08:21 PM
I am running a vB 2.3.2 and on the member.php editing part i have both this...
eval("standardredirect(\"".gettemplate("redirect_login")."\",\"index.php?s=$session[dbsessionhash]\");");
and this...
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.
eval("standardredirect(\"".gettemplate("redirect_login")."\",\"index.php?s=$session[dbsessionhash]\");");
and this...
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.