Jump to content

Warning: [function.include] :/


xyn

Recommended Posts

Hii,
I have just got the below error, I ahve never come accross thiss before
I used this the other day but now it doesn't seem to work :/

error:
Warning: include(register.php?terms=accept&register=true) [function.include]: failed to open stream: No such file or directory in /home/eumod/public_html/en/index.php on line 105

Warning: include() [function.include]: Failed opening 'register.php?terms=accept&register=true' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in public_html/en/index.php on line 105
Link to comment
Share on other sites

it means exactly what it says...

When you use include, it opens the file and reads the contents...the php intrepreter reads them just the same as if you had typed them in the including script...as opposed to the file functions which allow you to manipulate the data retrieved.

What the error is saying is that php can not open the file...which isn't a file at all in your usage...it's a url.  So, if that url doesn't exist, then it can't open it.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.