recent answers
What is: Failed opening 'includes/languages/english/' for inclusion
Have a look at http://php.net/include/
What is: Failed opening 'includes/languages/english/' for inclusion
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
How to display php page
This means your webserver (i.e. apache) is not configured to handle php files correctly.
answered by Not Registered on 26 May 2008 8:49
PHP Fatal error: Can't use method return value in write context in
Could you please post your code? I can only guess you tried something like:
$obj = new Foo();
if (1 == $obj->bar()) continue
Am I right?
$obj = new Foo();
if (1 == $obj->bar()) continue
Am I right?
- PHP 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
- session warning, Not Registered
- Undefined index: x_Picture in C:\wamp\www\arun\adcheck1.php on line 25, Not Registered
- I have write script , but i have got error, how to solve that error?, Narasimha murthy Arangi
- What does this mean, Not Registered
- www.tviexpress.com/zoo, Not Registered
- what am i doing wrong?, Not Registered
- Can you help solve unexpected $end, Not Registered
- php error 56, Not Registered
- Can you help solve unexpected $end
Can't really tell without a whole lot of code. But that usually means you're missing a close... - What is: Failed opening 'includes/languages/english/' for inclusion
Yes, please see www.deal-shoe.com - plz solve this
it means that the path that u're using is not correct check the location of the file that u want to... - syntax error close to a double quote (") - none on page
there will be a quote inside another quote. simply change the quote inside the other quote to '... - browser cannot open php files
google wamp and download it. it is a program used to host webservers but you can simply host it...





















