Log in

View Full Version : Path problems?


amykhar
08-19-2005, 12:00 PM
This is in regards to this: https://vborg.vbsupport.ru/showpost.php?p=759344&postcount=328

The includes are formatted like this:

require_once('./global.php');
require_once(DIR . '/includes/functions_editor.php');
require_once(DIR . '/includes/functions_bigthree.php');
require_once(DIR . '/includes/functions.php');
require_once(DIR . '/includes/functions_wysiwyg.php');
require_once(DIR . '/includes/functions_newpost.php');
require_once(DIR . '/includes/class_bbcode.php');


His forums are in his root directory. Can anybody see any reason the require_once for functions_editor.php is failing?

Amy

Andreas
08-19-2005, 12:05 PM
Constant DIR isn't defined, but why ... don't konw.

vBintense
08-19-2005, 12:05 PM
Wrong permissions for it maybe?

amykhar
08-19-2005, 12:07 PM
But wouldn't other parts of his site fail?

vBintense
08-19-2005, 12:09 PM
Hmm true... odd. Unless they edited the file userpage.

amykhar
08-19-2005, 12:13 PM
DOH. I just found the answer. He's trying to install on a 3.0.8 board.

vBintense
08-19-2005, 12:15 PM
That could not possibly be the trouble lmao.......

/me laughs ok I just had to.

amykhar
08-19-2005, 12:16 PM
I'm glad he had his forum link in his profile. I might have spent hours trying to figure out his problem.