Front page settings don't appear (blank page)
Title
Question
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
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.)
Login to add comment
No one faced this issue so far. Sorry, I couldn't help you.
What is your moodle version?
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)
Login to add comment