Jump to content

Include, Error Message


valgris

Recommended Posts

Hello.

I am having some trouble with an include line.

At the very top of my .php page I have the following

 

<?php include ('/IUS/Login/form_process.php'); ?>

 

When I open the page using - localhost/IUS the rest of the page seems to load fine but at the very top I have this error message

 

Warning: include(/IUS/Login/form_process.php) [function.include]: failed to open stream: No such file or directory in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\IUS\Index.php on line 1

 

Warning: include() [function.include]: Failed opening '/IUS/Login/form_process.php' for inclusion (include_path='.;C:\php5\pear') in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\IUS\Index.php on line 1

 

My file structure is as follows

 

Inside my apache2.2 there is the htdocs folder inside that there is a folder called IUS

 

IUS has the index.php file in it as well as a css style sheet and two folders.

1. folder called  'images' 

2.folder called Login

Login has the file 'form_process.php'

so the structure looks something like this -

 

Apache2.2

htfocs

IUS - Index.php, style.css Images - BackgroundRep.png etc...  Login - form_process.php, Config.php

 

(red = folder)

 

Where am I going wrong?

 

I can tell that its unable to find the form_process.php file in the path that I am specifying but I am unsure why?

 

Thank you in advance for any help.

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.