Error in PHP Script
/index.php
PHP Version: 5.6.40-0+deb8u1;  Zend Engine Version: 2.6.0;  Qcodo Version: 0.3.43 (Qcodo Beta 3)
Application: Apache/2.4.10 (Debian);  Server Name: transfert.ftp-autajon.com
HTTP User Agent: claudebot
Undefined index: HTTP_ACCEPT_LANGUAGE
Error Type:   E_NOTICE

Source File:   /var/www/site1/www/htdocs/include/data_classes/Langue.class.php     Line:   62

Line 57:    			self::$objActiveLang = self::LoadFromGet('L');
Line 58:    		}
Line 59:    
Line 60:    		/* On charge depuis la langue du navigateur*/
Line 61:    		if(LANG_FROM_NAVIGATOR && !self::$objActiveLang){
Line 62:    			$tab = explode(',',$_SERVER['HTTP_ACCEPT_LANGUAGE']);
Line 63:    			$tab = explode(';',$tab[0]);
Line 64:    			$tab = explode('-',$tab[0]);
Line 65:    			$codeNav = strtolower($tab[0]);
Line 66:    			self::$objActiveLang  = Langue::LoadByCode($codeNav);
Line 67:    		}

Call Stack:

#0 /var/www/site1/www/htdocs/include/data_classes/Langue.class.php(62): QcodoHandleError()
#1 /var/www/site1/www/htdocs/include/phplib/urlhandler/urlhandler.php(37): Langue::getActiveLang()
#2 /var/www/site1/www/htdocs/include/phplib/page/page.php(429): UrlHandler->canonical()
#3 /var/www/site1/www/htdocs/index.php(26): BasePage->processXajax()

Variable Dump:   Show/Hide



Error Report Generated:  Friday, March 29 2024, 4:49:37 PM
Output has already been sent to the browser at /var/www/site1/www/htdocs/include/phplib/qcubed/qcodo/_core/qcodo.inc.php:196. Please make sure the command $xajax->processRequest() is placed before this.