roblin
(Csab7837)
1
Hy !
I have problems with the web installer at the very first beginning. It says after the first "Next" Button the following:
Fatal error: Call to undefined function: file_get_contents() in /var/www/web0/html/matrix_installer/templates/licence.tpl on line 5
Can anyone help me with this problem??
Thx in advance
Rob
What version of PHP are you running, and do you have SafeMode On?
gsherwood
(Greg Sherwood)
3
The file_get_contents() function came in for PHP 4.3.0. If your running a lower version, you'll need to upgrade to get Matrix installed and working.
I am having a similar problem.
I get this error message when I try to run installer_dir/index.php:
Fatal error: Call to undefined function: is_a() in /home/papalozarou/public_html/installer/template.inc on line 72
gsherwood
(Greg Sherwood)
5
Again, this is probably a PHP version problem. Make sure the version of PHP you are using meets the Matrix requirement (4.3.0)
In general, if you cant load the installer, you're not going to be able to run MySource Matrix.
[quote]Again, this is probably a PHP version problem. Make sure the version of PHP you are using meets the Matrix requirement (4.3.0)
In general, if you cant load the installer, you're not going to be able to run MySource Matrix.[/quote]
thats what I thought. thanks for the reply.