Dynadot

Why do I get this Warning? "Failed to open stream"

Spaceship Spaceship
Watch
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Do you even have this file that it's trying to include? /server/header.php If you're sure you have that file header.php located in the directory /server/, then you should change the include to use the full path such as:

PHP:
include ('/home2/allwhat/public_html/celia/fondos/server/header.php');

Them errors usually have something to do with you trying to access files that are outside of your home directory.
 
Last edited:
0
•••
Okay I don't got that file... so were should it be place or what should there be in there???
 
0
•••
You will have to find that out from the place you got the script.

If you look here http://bobwhoops.ath.cx/images/ko/index.phps

You'll notice the script is including that file:
include('/server/header.php');

You could always try removing that line in the script, but it could require that file in order to run properly.
 
0
•••
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back