saving . . . saved Front page settings don't appear (blank page) has been deleted. Front page settings don't appear (blank page) has been hidden .
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 20-05-20, 9:07 a.m. vivek1481

Answers:

check the memory limit  in php.ini

memory_limit = 40M
20-05-20, 3:05 p.m. NirmalaVenkat
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

Login to add comment


Please restart the XAMPP services and try one more time.
20-05-20, 5:24 p.m. NirmalaVenkat
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.)
20-05-20, 5:47 p.m. vivek1481

Login to add comment


No one faced this issue so far. Sorry, I couldn't help you.

What is your moodle version?
20-05-20, 5:49 p.m. NirmalaVenkat
moodle-latest-38 and xampp-windows-x64-7.4.5-0-VC15
20-05-20, 5:54 p.m. vivek1481

Login to add comment


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


20-05-20, 6:12 p.m. NirmalaVenkat


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)
20-05-20, 11:12 p.m. vivek1481


Log-in to answer to this question.