require_once errors
Posted: Fri Jul 03, 2009 9:55 am
Having some trouble understanding this error my browser produces when I run a website locally:
Any help would be appreciated, thanks
The joomla file is in the includes directory and here is a copy of what line 26 is in the index.php:PHP Warning: require_once(includes/joomla.php) [function.require-once]: failed to open stream: No such file or directory in C:\Websites\Webpage1\public_html\lifestyle\index.php on line 26 PHP Fatal error: require_once() [function.require]: Failed opening required 'includes/joomla.php' (include_path='.;C:\php5\pear') in C:\Websites\Webpage1\public_html\lifestyle\index.php on line 26 PHP Warning: require_once(includes/joomla.php) [function.require-once]: failed to open stream: No such file or directory in C:\Websites\Webpage1\public_html\lifestyle\index.php on line 26 PHP Fatal error: require_once() [function.require]: Failed opening required 'includes/joomla.php' (include_path='.;C:\php5\pear') in C:\Websites\Webpage1\public_html\lifestyle\index.php on line 26
Code: Select all
require_once( 'includes/joomla.php' );