I just uploaded code up to a linux server. When I run the php code I get this error:
Fatal error: Failed opening required 'share/dbfunctions.php' (include_path='.:/usr/local/lib/php') in /usr/local/apache/www/some directory/somename.com/htdocs/admin/about-edit.php on line 2
The call on line 2 is:
require("share/dbfunctions.php");
line 1 is the opening tag.
This worked perfectly on my test server at home.
Any ideas on what is causing this?