Moodle shows code instead of Homepage

Moodle shows code instead of Homepage

Oz Creations -
回帖数:3

Tenho dificuldade em atribuir a versão correta do php no moodle,

Então decidi limpar todas as versões e instalar a v8.0

Mas agora, quando eu bloqueio, vejo apenas a fonte do código e nem minha página inicial.

Captura%20de%20ecr%C3%A3%202024-06-23%20055439.png

回复Oz Creations

Re: Moodle shows code instead of Homepage

Visvanath Ratnaweera -
Particularly helpful Moodlers的头像 Translators的头像
If you like to go step-by-step:
- Put a test.html file next to the index.php shown to you. Then visit yoursite/test.html. The HTML content of that file should be rendered and displayed.

- Put a single liner
<?php phpinfo(); ?>
in a file named phpinfo.php in the same place and visit yoursite/phpinfo.php. It should display a very long page!

@Documenters: Maybe something at the beginning of Installing Moodle?