I have to use the whole path otherwise it don't work.
No bbcode parses and logins don't work.
Quote:
Originally Posted by Lynne
These lines are incorrect. You've already chdir, so don't put the whole path in there:
PHP Code:
require_once('/path/to/dir/forums/global.php'); require_once('/path/to/dir/forums/includes/class_bbcode.php');
I'm not sure if that has anything to do with the problem though.
|
I posted the correct paths I took out an extra forum dir when editing the real path.