Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » getsupportedlanguages (startup with ver 1.34)
Re: getsupportedlanguages [message #1291 is a reply to message #1290] Sat, 15 March 2008 06:00 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2350
Registered: April 2006
Location: Surrey, UK
Senior Member
The function getSupportedLanguages() is defined in file 'include.session.inc' which is referenced from 'include.general.inc' with the following code at line 3363:
if (isset($_SERVER['SERVER_PROTOCOL'])) {
    $protocol = 'HTTP://';
    require_once 'include.jump.inc';
    require_once 'include.session.inc';
} else {
    // this is being run in batch/cli mode, not from a web server
    $protocol = '';
} // if

As you can see the only way for this file not to be included is if $_SERVER['SERVER_PROTOCOL'] is not being set by your web server. Can you check this out by running phpinfo(), or by stepping through with your debugger?


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: need some help here
Next Topic: Logon - Security Violation
Goto Forum:
  


Current Time: Sun May 12 10:01:43 EDT 2024

Total time taken to generate the page: 0.06372 seconds