![]() |
Well, if you're desperate you could try this test: edit forums/global.php and find this line (near the top):
Code:
require_once(CWD . '/includes/init.php'); Code:
die("getcwd='$getcwd', including '" . CWD . "/includes/init.php'"); |
I gave that a whirl and this is the output on the page.
Quote:
|
Hmm...well, I still don't understand what's happening. It looks like maybe getcwd() isn't working, but then CWD should be defined as '.' and instead it looks like it isn't defined at all. Is there a line near the beginning of global.php that looks like this:
Code:
define('CWD', (($getcwd = getcwd()) ? $getcwd : '.')); |
Yes there is. So I put what you asked in the wrong spot. I put it above
Code:
define('CWD', (($getcwd = getcwd()) ? $getcwd : '.')); Code:
require_once(CWD . '/includes/init.php'); Code:
chdir('./../'); Quote:
|
OK, where did this line come from:
Code:
chdir('./../'); |
It's in the original download file for the 3.8.4 Patch 2 and also 3.8.3 version of the global.php file. I didn't look if it was in older versions or not.
I did toy around with that earlier today and made it Code:
chdir('./'); Code:
chdir('./forums/'); The below is/was the default value originally. Code:
chdir('./../'); |
I see that in admincp/global.php, but not in the global.php that is supposed to be in the forum directory.
|
bingo! Not sure how that got installed there but I went and pulled the files again and I must have somehow gotten the global file from the wrong place. I double checked my unzip of the package and uploaded only that file and it's working.
Thank you for hanging in there with me! |
No problem - I guess ForceHSS's idea in post #2 would have worked.
|
Quote:
|
All times are GMT. The time now is 05:51 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|