Help with Joomla

Soldato
Joined
4 Sep 2005
Posts
12,830
Location
London
Just uploading my website again, although with a different webhost. I've uploaded the mysql database too.

www.ben-avery.co.uk

Code:
Warning: require_once(/public_html/includes/version.php) [function.require-once]: failed to open stream: No such file or directory in /home/benavery/public_html/includes/joomla.php on line 71

Fatal error: require_once() [function.require]: Failed opening required '/public_html/includes/version.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/benavery/public_html/includes/joomla.php on line 71

On line 71 of joomla.php I have;

Code:
require_once( $mosConfig_absolute_path . 'includes/version.php' );

I'm just confused as to what's wrong, any ideas?

Thanks
 
Back
Top Bottom