I wanted to create a fresh Gutsy server to run Moodle (after I FOOLISHLY destroyed the previous install), but after I installed Moodle and went into X to do the front-end install, all I got were blank pages. I could view the whole directory tree, but I got absolutely 0 code! This drove me absolutely CRAZY. The problem is with the /etc/php5/apache2/php.ini file, but right now I’m not sure WHERE. I did find an easy solution though, I copied the recommended php.ini file from the docs. Try this:
sudo cp /usr/share/doc/php5-common/examples/php.ini-recommended /etc/php5/apache2/php.ini
I also noticed that php5-mysql was not installed by default when I ran “sudo apt-get install moodle” on a new Gutsy server install. I’m not sure if that’s correct, or if I was just confused.
Incoming search terms:
- moodle blank page
- moodle blank page after install
- moodle install blank page
- moodle blank page during install
- moodle displays a blank page
- while installing moodle it shows empty page
Was getting the same problem as well. Thanks for the fix!