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
The message is telling you that the file 'include/init.inc.php' is missing, so you should upload it.
Thank you!