Hello Edward,

Wednesday, February 25, 2004, 1:47:28 PM, you wrote:

EP> Hello, I have a friend who has moved his website to a new host and I am
EP> helping him clean up some of the code.  In one of his pages, he gets this
EP> error.  He of course, doesn't have the gallery/init.php file in his
EP> directory and it is not on the server.  Does anyone recognize this as a pear
EP> file that I can simply download?

EP> Fatal error: Failed opening required '../gallery/init.php'
EP> (include_path='.:/usr/share/pear') in
EP> /home/buildingbymatt/public_html/clients/security.php on line 4

It may not be a Pear file. The reason pear is appearing with the Fatal
Error is that it's one of the recognised include paths (along with .
which means current directory).

Of course, it might be a Pear file too :) but just so you don't waste
all your time looking there I would check to see if you don't have it
in a site back-up or something.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to