![]() |
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...
|
That link you posted works fine for me. Shows the link back to the page, and "not logged in".
-- hugh |
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 |
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 -- hugh |
Thank you very much cheesegrits. I'm a little embarrassed I didn't think of that myself to be honest. Thank you.
|
All times are GMT. The time now is 12:50 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:
|