vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Global error on install (https://vborg.vbsupport.ru/showthread.php?t=312545)

kh99 06-29-2014 10:03 PM

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');
and above it, insert this line:
Code:

die("getcwd='$getcwd', including '" . CWD . "/includes/init.php'");
Then any page should just display the one line telling you what $getcwd is and what file it's trying to include. I'm not sure how much that will help, but if you try this let us know what it says.

Padyn 06-29-2014 10:10 PM

I gave that a whirl and this is the output on the page.

Quote:

getcwd='', including 'CWD/includes/init.php'

kh99 06-29-2014 10:18 PM

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 : '.'));

Padyn 06-29-2014 10:25 PM

Yes there is. So I put what you asked in the wrong spot. I put it above

Code:

define('CWD', (($getcwd = getcwd()) ? $getcwd : '.'));
instead of above
Code:

require_once(CWD . '/includes/init.php');
So I just went back and edited it to put it above the right line and I get this output. I believe your question is still the same in either case. Here's the global file line

Code:

chdir('./../');
define('CWD', (($getcwd = getcwd()) ? $getcwd : '.'));

die("getcwd='$getcwd', including '" . CWD . "/includes/init.php'");
require_once(CWD . '/includes/init.php');

When put where you suggested I get the following on the page

Quote:

getcwd='/home/thedotcl/public_html', including '/home/thedotcl/public_html/includes/init.php'

kh99 06-29-2014 10:26 PM

OK, where did this line come from:
Code:

chdir('./../');
because I think that's your problem.

Padyn 06-29-2014 10:30 PM

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('./');
And tried
Code:

chdir('./forums/');
but neither seemed to work. I was able to get to admincp but when I'd log in, it just kept me in a loop.

The below is/was the default value originally.
Code:

chdir('./../');

kh99 06-29-2014 10:36 PM

I see that in admincp/global.php, but not in the global.php that is supposed to be in the forum directory.

Padyn 06-29-2014 10:39 PM

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!

kh99 06-29-2014 10:43 PM

No problem - I guess ForceHSS's idea in post #2 would have worked.

ForceHSS 06-30-2014 05:22 PM

Quote:

Originally Posted by kh99 (Post 2504539)
No problem - I guess ForceHSS's idea in post #2 would have worked.

:D:D:D


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
  • Page Generation 0.01178 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (10)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete