I picked up a site from another designer and it's all php, which I only know a tiny bit of from working with wordpress.
Here's my issue, I click on a link that is suppose to open up a page of photos on the site, but instead of getting the page: www.willowbeach.com/our-cottages-photos.php
I get this:
Warning: require(/home/willowbe/public_html/db/db_class.inc.php): failed to open stream: No such file or directory in /hermes/bosnaweb19a/b512/nf.burlingtonchocolatet/public_html/willowbeach/db/application_top.php on line 14 Fatal error: require(): Failed opening required '/home/willowbe/public_html/db/db_class.inc.php' (include_path='.:/usr/local/lib/php-5.5.22-amd64/lib/php') in /hermes/bosnaweb19a/b512/nf.burlingtonchocolatet/public_html/willowbeach/db/application_top.php on line 14
I know it has to do with the fact that the path is a local system one and not the web directory path. But I have no clue where to go to fix this. Any help would be much appreciated.