The Installation procedure stopped at /moodle/admin/config.php without error information with a blank screen. No way to continue.
After analysing config.php I found a line that caused the problem.
while(@ob_end_clean()); // ob_end_flush prevents sending of headersAfter commenting out that line, it continues. php seems to be unable to parse the config.php.My question: Do I have to expect other problems during normal use?
Details :
Thank youMichel