Quote:
Originally Posted by Billspaintball
Note for people having problems with Paths.
Put the following code on a page all by its self.
Name the page something like findpath.php and place in your forums root directory.
browse to the page and it will display the exact path to your forums root.
PHP Code:
<?php
echo getcwd();
?>
|
If I do the above, I get the following: /home/racett56/public_html/forums
I think I'm having
path problems. Can you post up a little tutorial on directorys and the chdir command?
I can get the page to load without any errors but it never shows me as "logged in". It always presents the login prompts as if I'm not logged in. If I use the prompts to login, the vB welcome screen briefly displays then shows the login prompts again.