chinhuat Posted January 24, 2003 Share Posted January 24, 2003 I had the following problems while viewing the php pages, hope someone can help: When open the index.php (or rather any php pages), this message appears: Notice: Undefined index: language in C:FoxServwwwteptep-docsdocumentationincludesglobal.php on line 15 Here's line 15 of the global.php code: if ($HTTP_GET_VARS['language']) { While attempting to click on those hyperlinks, the following messages appear: Notice: Undefined index: language in C:FoxServwwwteptep-docsdocumentationincludesglobal.php on line 15 Notice: Undefined variable: language in C:FoxServwwwteptep-docsdocumentationincludesglobal.php on line 23 Fatal error: Failed opening required 'languages/.php' (include_path='.;c:php4pear') in C:FoxServwwwteptep-docsdocumentationincludesglobal.php on line 23 the same php file(linked) can be seen if i open up a new browser. that's when i attempt to open the catalog/default.php or admin/default.php: FATAL ERROR: register_globals is disabled in php.ini, please enable it! Link to comment Share on other sites More sharing options...
rseigel Posted January 24, 2003 Share Posted January 24, 2003 Well, do what it says. Enable register_globals in php.ini (which is actually a requirement at the moment to run OSC). :wink: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.