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 make install fails, Not Registered
- PHP Fatal erro, Not Registered
- Warning: Missing Argument and other stuff, 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
- PHP Error message.what does it mean?, Not Registered
- browser cannot open php files, Not Registered
- ailed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\sample4mail\forgot.php on line 28. what does this mean?, 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
- failed to open stream: Device busy , Not Registered
- How to redirect to custom error page if any php script error, Not Registered
- plz solve this , Sajid Ali
- Fatal error: Call to undefined function:, Not Registered
- PHP Download error, Not Registered
- What shall i do i got this message when submitting my registration form to a website.Im just an ordinary computer user, Not Registered
- PHP error, Not Registered


















