Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Problem in including php files


Message #1 by "arun" <arun@l...> on Tue, 2 Apr 2002 12:11:53 -0800
Look at the include address on line 12. Is it still accurate? Be sure - don't take it for granted.
If it is still true, is the file "default.php" included in some other file? Nested includes have
never worked for me, the address always needs to be from the final page that everything is included
on. Lastly, make sure you have read rights.



----- Original Message -----
From: <Empier4552@a...>
To: "professional php" <pro_php@p...>
Sent: Tuesday, April 02, 2002 8:58 AM
Subject: [pro_php] Re: Problem in including php files


In a message dated 4/2/2002 1:37:18 AM Eastern Standard Time,
arun@l... writes:


>
> I am getting the following error message:
>
> Warning: Failed opening 'validations.php' for inclusion
> (include_path='ŠT') in
> /usr/local/apache/htdocs/php-pg-library/default.php on line 12
>
> It was working previously but suddenly it is giving the above warning
> message.

Look back at the changes you may have done to either page before this
happened, try to backtrack and figure out where it went wrong there if you
have an pervious file backups tryloading those up to (Back up your current
files to though.)






  Return to Index