I have this site that I've been trying to move from one server to another. The site was built in Joomla and the database is on a Windows Server using MySQL. I have managed to transfer the database over to the new server and I have done the edits to the config file for the joomla part. This should mean that the site is up but when I type in the URL I am getting this error message:
Fatal error: main(): Failed opening required '/.../includes/compat.php50x.php'
in '/.../includes/joomla.php on line 60
So I know very little about PHP but I went to the includes/joomla.php file and went to line 60 and this is the code that is there:
if (version_compare( phpversion(), '5.0' ) < 0) {
require_once( dirname( __FILE__ ) . '/compat.php50x.php' );
}
Well, that is the code that is one lines 59 and 60 in the joomla.php file.
I haven't got a clue what this all means but I'm expected to get the site up and running if possible.
Any help would be appreciated.
Thanks,
Maig.
Fatal error: main(): Failed opening required '/.../includes/compat.php50x.php'
in '/.../includes/joomla.php on line 60
So I know very little about PHP but I went to the includes/joomla.php file and went to line 60 and this is the code that is there:
if (version_compare( phpversion(), '5.0' ) < 0) {
require_once( dirname( __FILE__ ) . '/compat.php50x.php' );
}
Well, that is the code that is one lines 59 and 60 in the joomla.php file.
I haven't got a clue what this all means but I'm expected to get the site up and running if possible.
Any help would be appreciated.
Thanks,
Maig.