What is: Failed opening 'includes/languages/english/' for inclusion 
asked by Not Registered on 23 May 2008 16:16
Warning: include() [function.include]: Failed opening 'includes/languages/english/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a9394051/public_html/admin/includes/application_top.php on line 126
Answers
You are trying to include a directory. This can not work. Look in line 126 of your file /home/a9394051/public_html/admin/includes/application_top.php.
Their must be something like:
include('includes/languages/english/');
Change it to:
include('includes/languages/english/file.example');
Include function must point to an file/url, not a directory!
Their must be something like:
include('includes/languages/english/');
Change it to:
include('includes/languages/english/file.example');
Include function must point to an file/url, not a directory!
answered by Not Registered on 26 May 2008 8:51
Have a look at http://php.net/include/
Yes, please see www.deal-shoe.com
- PHP Fatal erro, Not Registered
- what does phpBB : CRITICAL ERROR MEAN, Not Registered
- Undefined index: language in, 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


















