Blank Page index.php Immediately after Login

Blank Page index.php Immediately after Login

by Geoffrey Wekesa -
Number of replies: 3

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.

 

Average of ratings: -
In reply to Geoffrey Wekesa

Re: Blank Page index.php Immediately after Login

by Mauno Korpelainen -

The warnings could be caused by some wrong character (unclosed quote, slash/backslash etc) in php.ini or config.php - see for example http://moodle.org/mod/forum/discuss.php?d=41111

But you are also trying to install a version of moodle that was build 2 years ago and it may have troubles with your current version of php and mysql.

Download a fresh version 1.9.14+ from http://download.moodle.org/ or from GIT / CVS and try again...

In reply to Mauno Korpelainen

Re: Blank Page index.php Immediately after Login

by Geoffrey Wekesa -

thanx let me try your suggestions, will get back to you soon

In reply to Geoffrey Wekesa

Re: Blank Page index.php Immediately after Login

by Geoffrey Wekesa -

Hi thank you so much. I downloaded and installed Moodle 1.9.14+ and it worked perfectly. However the errors: php_curl, php_openssl and php_xmlrpc were displayed during the installation process though I ignored them. I hope I will not have problems in future.

Thank again.