Administration pages appearing as blank

Administration pages appearing as blank

by Robert Newton -
Number of replies: 2

Hi,

I have run the Softaculous apps installer to install Moodle Version 2.6 Release Date : 18-11-2013  

I believe my web hosting software is Apache

Most of Moodle is working great but when I select certain menu options such as "Site Administration - Advanced Features" or "Site Administration - Notifications" or any options under "Site Administration - Security"

A blank page is returned.

Is this this a permissions issue or have I missed something on install?

Thanks

Average of ratings: -
In reply to Robert Newton

Re: Administration pages appearing as blank

by Robert Newton -

Solved my own problem smile

Turned on error reporting using this webpage http://www.inmotionhosting.com/support/edu/moodle/303-enabling-error-reporting-in-moodle 

Error reported was that Moodle was exceeding maximum memory allocation. - "Fatal error: Allowed memory size of 67108864 bytes exhausted Moodle"

Edited php.ini to increase memory limit to 128M e.g. php_value memory_limit 128M

Working great now!

Average of ratings: Useful (1)
In reply to Robert Newton

Re: Administration pages appearing as blank [Solved]

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Good to hear that you managed to solve the problem Robert, and thanks for posting your solution for others to benefit from. smile