PDA

View Full Version : including global.php = these errors on page


Tizer
21 Aug 2006, 09:45
I've got some simple code to include the backend global.php but when i load the page i created i get the following errors:

Notice: Undefined index: REQUEST_URI in D:\hosting\005\Live\forums\includes\class_core.php on line 1937

Notice: Undefined index: REQUEST_URI in D:\hosting\005\Live\forums\includes\class_core.php on line 1937

Notice: Undefined index: QUERY_STRING in D:\hosting\005\Live\forums\includes\class_core.php on line 1956

Notice: Undefined index: QUERY_STRING in D:\hosting\005\Live\forums\includes\class_core.php on line 1956

Notice: Undefined index: HTTP_REFERER in D:\hosting\005\Live\forums\includes\class_core.php on line 1594



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




^^ this is the code, its been mentioned several times on this forum and i've just adjusted paths to suit.

any idea? :\

vbulletin 3.6.0 btw

SInce posting i have found the following:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



but im still left with a

"Unable to add cookies, header already sent.
File: D:\hosting\005\Live\site\sessions.php
Line: 7"

Line 7 beginning with "<?"

Any help appreicated

:/

Ok after some browsing, found the problem.

i deleted all characters before the "<?" on line 7

this code works fine now :



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



:D

Why did i even post! :x

Maybe this will help someone else :P <3

Zachery
24 Aug 2006, 06:19
If you are going to require global.php why not take advantage of the template system?