Hi All,
I am completely new to Moodle. I have just installed Moodle 1.9.3 (Build 20081015) in 32-bit Windows 7 and WAMP server: PHP 5.3.8 MySQL 5.5.16. The installation was smooth except when checking for extensions the installer indicated in yellow that the modules: php_curl, php_openssl and php_xmlrpc needed to be installed and working. I uncommented their references in the php.ini file.
However after successful install, I noticed the following errors on the Login page:
ON THE LOGIN PAGE
Notice: Undefined property: stdClass::$parent in C:\wamp\www\moodle\lib\weblib.php on line 2453
Warning: include(C:\wamp\www\moodle/theme/standardwhite/header.html) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\moodle\lib\weblib.php on line 2630
Warning: include() [function.include]: Failed opening 'C:\wamp\www\moodle/theme/standardwhite/header.html' for inclusion (include_path='C:\wamp\www\moodle/lib/pear;.;C:\php5\pear') in C:\wamp\www\moodle\lib\weblib.php on line 2630
Warning: include(C:\wamp\www\moodle/theme/standardwhite/footer.html) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\moodle\lib\weblib.php on line 2974
Warning: include() [function.include]: Failed opening 'C:\wamp\www\moodle/theme/standardwhite/footer.html' for inclusion (include_path='C:\wamp\www\moodle/lib/pear;.;C:\php5\pear') in C:\wamp\www\moodle\lib\weblib.php on line 2974
I ignored then and logged in with admin admin credentials. Moodle crashed and displayed the index.php page with the following errors:
Warning: include_once(C:\wamp\www\moodle/user/profile/lib.php) [function.include-once]: failed to open stream: No such file or directory in C:\wamp\www\moodle\lib\moodlelib.php on line 3369
Warning: include_once() [function.include]: Failed opening 'C:\wamp\www\moodle/user/profile/lib.php' for inclusion (include_path='C:\wamp\www\moodle/lib/pear;.;C:\php5\pear') in C:\wamp\www\moodle\lib\moodlelib.php on line 3369
Fatal error: Call to undefined function profile_user_record() in C:\wamp\www\moodle\lib\moodlelib.php on line 3370
Someone out there please help me. Thank you.