forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: pheiress on July 22, 2007, 06:57:35 pm

Title: Stream/Directory Error - Help!
Post by: pheiress on July 22, 2007, 06:57:35 pm
I'm very new to all of this so please forgive me if this is easy to fix and I just don't realize it... But can anyone help me with this error that pops up when I try to access the gallery to a site I co-manage?  Thank you very much in advance for any advice.


Warning: require(include/init.inc.php) [function.require]: failed to open stream: No such file or directory in /home/leofan/public_html/gallery/index.php on line 69

Fatal error: require() [function.require]: Failed opening required 'include/init.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/leofan/public_html/gallery/index.php on line 69
Title: Re: Stream/Directory Error - Help!
Post by: Nibbler on July 22, 2007, 08:56:01 pm
The message is telling you that the file 'include/init.inc.php' is missing, so you should upload it.
Title: Re: Stream/Directory Error - Help!
Post by: pheiress on July 22, 2007, 09:05:20 pm
Thank you!