Front page settings don't appear (blank page)
I have installed XAMPP+Moodle as described in the tutorial. After
providing necessary inputs on the page "administrator configuration"
(min. 11-12) followed by updating the profile resulted in "Blank Page".
I have given sufficient time for "Front page settings" page to come-up,
but it is still a black page. What remedy do you suggest?
Moodle-Learning-Management-System Installing-Moodle-on-Local-Server 12-13 min 10-20 sec
Answers:
check the memory limit in php.ini
Thanks. But, of no use. I have changed memory limit to 40M (earlier it was 512M). However, the blank page appears and "Front page setting" page does not loaded.
20-05-20, 5:14 p.m.
vivek1481
Please restart the XAMPP services and try one more time.
I have done this numerous times with no visible error. (except LTI 1.3 requires valid "openssl.cnf" to be configured and available to your web browser. For this, the semicolon before ";extension=openssl" is removed.)
No one faced this issue so far. Sorry, I couldn't help you.
What is your moodle version?
moodle-latest-38 and xampp-windows-x64-7.4.5-0-VC15
Please follow the instructions in the below link and install moodle 3.3 depending on your OS(Linux or windows)
https://spoken-tutorial.org/media/videos/97/Moodle-Learning-Management-System-Installation-Sheet-English.pdf
The problem is solved by setting maximum execution time in phpmyadmin.
C:\xampp\phpMyadmin\libraries\config.default.php
Look for $cfg['ExecTimeLimit']=0;
(0 for no limit)