Undefined index: language in 
asked by Not Registered on 6 October 2008 17:18
The website has Flash navigation, and html below in Iframes two language, English and Arabic. It seems when the website is idle for a bit that this error appears and the site needs to be reloaded Notice: Undefined index: language in /data/17/1/1/107/1653270/user/1782754/htdocs/Pages/faq.php on line 106 Notice: Undefined index: language in /data/17/1/1/107/1653270/user/1782754/htdocs/Pages/faq.php on line 116
Answers
It is a notice and not an error.
For me it looks like you have an array and try to access a key, which does not exist (yet)
Here is an example:
<?php
$try = array();
echo $try["no_key_here"];
?>
So, your key "language" is not set/has no data.
For me it looks like you have an array and try to access a key, which does not exist (yet)
Here is an example:
<?php
$try = array();
echo $try["no_key_here"];
?>
So, your key "language" is not set/has no data.
answered by Not Registered on 20 October 2008 15:01
- What is: Failed opening 'includes/languages/english/' for inclusion , Not Registered
- PHP Fatal erro, Not Registered
- what does phpBB : CRITICAL ERROR MEAN, Not Registered
- what does following message mean: Fatal error: Call to undefined function validip () in, Not Registered
- what does this error mean, Not Registered
- just error..help me pls, Not Registered
- i have the following error plz tell me the solution, Not Registered
- PHP Error message.what does it mean?, Not Registered
- what does unexpected $end mean?, Not Registered
- can anyone correct the error in this code for me please, Not Registered
- No permission to access /php/php-cgi.exe, Not Registered
- What does this php message mean, Not Registered
- What does this php message mean, Not Registered
- is a php error a hosting issue?, Not Registered
- How to redirect to custom error page if any php script error, Not Registered
- syntax error close to a double quote (") - none on page, Not Registered
- What does this error message mean?, Not Registered
- plz solve this , Sajid Ali
- Why is this happening?, Not Registered
- PHP Download error, Not Registered


















