Linux Fedora Core installation

Linux Fedora Core installation

by Ismo Laitila -
Number of replies: 3
Hi there!

Running: Fedora Core 2

I have a serious problem when I'm installing Moodle. When I try to access install.php I get a page full of errors. The first line says:
"lang = (!empty($_post['language']))..."

I believe the problem is that PHP is not working properly. Apache is running ok (test page works). When I give command: "rpm -qa|grep php" I get the following list:

php-odbc-4.3.4-11
php-4.3.4-11
php-mysql-4.3.4-11
php-pear-4.3.4-11
php-ldap-4.3.4-11
php-pqsql-4.3.4-11

Anything missing? Or is the problem elsewhere?

Thank you for help!
Average of ratings: -
In reply to Ismo Laitila

Re: Linux Fedora Core installation

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Can you do a phpinfo and send us, or link us to the results? To do this, create a file (called test.php or similar) with just one line in it:

<?php phpinfo(); ?>

place it somewhere in your web accessible files area

And then open the page in your browser. This will tell us lots about your intall. Could you also attach some of the actual errors you get (the first few should do).
In reply to Howard Miller

Re: Linux Fedora Core installation

by Ismo Laitila -
Hi Howard!

I accidently solved the problem when restarted my system. I've done this more that 20 times before but it had no efect until now. Now everything is fine and I'm happy!

Thank you anyway!