The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
It recognizes logged in users fine. It's when you view the page when you're not logged in. The script doesn't even get all the way through global.php before it starts spitting out information...
|
#12
|
||||
|
||||
That link you posted works fine for me. Shows the link back to the page, and "not logged in".
-- hugh |
#13
|
|||
|
|||
Quote:
This is what I get when navigating to that page while not logged in: Code:
Notice: Undefined index: HTTP_REFERER in /var/www/vhosts/myspacepros.com/httpdocs/forum/includes/class_core.php on line 1574 Unable to add cookies, header already sent. File: /var/www/vhosts/myspacepros.com/httpdocs/forum/includes/class_core.php Line: 1574 |
#14
|
||||
|
||||
That's because you have error reporting set to include notices in PHP. Which generates a 'notice' output if $_SERVER['HTTP_REFERER'] isn't set when vB tries to do this:
PHP Code:
To fix that you'll need to turn off 'notice' level reporting in php.ini: Code:
; - Show all errors except for notices and coding standards warnings ; error_reporting = E_ALL & ~E_NOTICE -- hugh |
#15
|
|||
|
|||
Thank you very much cheesegrits. I'm a little embarrassed I didn't think of that myself to be honest. Thank you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|