Moodle 1.7 Installation Errors

Moodle 1.7 Installation Errors

by Thomas Kho -
Number of replies: 1

Hi Everyone,

After I run install.php on address bar (http://www.stem-elearning.com/moodle/install.php), and I found several errors message:

Warning: main(/backup/lib.php): failed to open stream: No such file or directory in /nfs/cust/1/14/40/704411/web/moodle/lib/adminlib.php on line 708

Warning: main(): Failed opening '/backup/lib.php' for inclusion (include_path='.:/usr/local/php/include') in /nfs/cust/1/14/40/704411/web/moodle/lib/adminlib.php on line 708

Warning: main(/lib/filterlib.php): failed to open stream: No such file or directory in /nfs/cust/1/14/40/704411/web/moodle/lib/weblib.php on line 42

Fatal error: main(): Failed opening required '/lib/filterlib.php' (include_path='.:/usr/local/php/include') in /nfs/cust/1/14/40/704411/web/moodle/lib/weblib.php on line 42

Warning: Unknown(): open(/tmp/php-ses/sess_bb616217b876486986658e1a6b6680e5, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp/php-ses) in Unknown on line 0

Any guidelines for solve errors above, appreciated for help.

Kho

Average of ratings: -
In reply to Thomas Kho

Re: Moodle 1.7 Installation Errors

by Ken Wilson -

Hi Thomas

It looks like the permissions on your session save path /tmp/php-ses are wrong. Can you try first setting them as follows chmod -R 777 /tmp/php-ses. If this does not work, try working through this in the Installation FAQ.

Ken