recent answers
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 Download error, Not Registered
- while calling a php script from another, Not Registered
- Why is this happening?, Not Registered
- what does this mean, Not Registered
- Fatal error: Cannot redeclare is_rtl() , Not Registered
- Fatal error: Call to undefined function:, Not Registered
- plz solve this , Sajid Ali
- What does this error message mean?, Not Registered
- Sending mail error, Not Registered
- syntax error close to a double quote (") - none on page, Not Registered
- 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... - browser cannot open php files
why doesn't anybody answers seem to answer this in any foum?





















