Moodle Installation

Moodle Installation

von Pablo Juanes -
Anzahl Antworten: 5

Good evening,

I am trying to install Moodle 3.7.1. but I cannot because it always appears the same Check that doesn't allow the installation of the moodle server:

php_extensionintl

Following the instructions in other forums, I have:

  1. Analyzed for virus, no virus.
  2. Updated php.ini:
    extension=php_intl.dll
    [intl]
    intl.default_locale = en_utf8
    intl.error_level = E_WARNING
  3. Updated msvcp140.dll for 64bits
  4. Installed once more vc_redist.x64.exe
  5. Installed dotnetfx.exe
  6. Updated opcache.enable, but this message continues to appear:
  7. php_settingopcache.enable

    PHP opcode caching improves performance and lowers memory requirements, OPcache extension is recommended and fully supported.


  8. Error b2e.exe stopped working also appears but the server initiates.

  9. It has been reinstalled at least two times.

Any help will be most appreciated,




Als Antwort auf Pablo Juanes

Re: Moodle Installation

von Howard Miller -
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Particularly helpful Moodlers Nutzerbild von Peer reviewers Nutzerbild von Plugin developers
I assume your operating system is Windows before we go any further?

If so, have you installed the Visual C++ Redistributable? See.... https://windows.php.net/
Als Antwort auf Howard Miller

Re: Moodle Installation

von Pablo Juanes -
First of all, thanks for your help.
I tried to install it again and nothing happened.
I was so desperate that I tried another thing. My laptop is x64 so I was installing the x64 version. I also tried to execute phpinfo.php but it didn't work.
So I tried to install vc_redist.x86.exe and it worked!
Why does this happen?
Als Antwort auf Pablo Juanes

Re: Moodle Installation

von Pablo Juanes -
Another problem. Now
VCRUNTIME140.dll crashes
I installed moodle again but the same error.

Nombre del evento de problema: APPCRASH
Nombre de la aplicación: httpd.exe
Versión de la aplicación: 2.4.28.0
Marca de tiempo de la aplicación: 59d4a9ab
Nombre del módulo con errores: VCRUNTIME140.dll
Versión del módulo con errores: 14.0.23026.0
Marca de tiempo del módulo con errores: 558ce3d9
Als Antwort auf Pablo Juanes

Re: Moodle Installation

von Manoj More -
I was trying to Install Moodle in my windows system but getting “B2e.exe has stopped working” error, which is blocking my installation.

I have tried three versions – 3.4 ,3.5, 3.8 for all getting same error.

Need help
Als Antwort auf Manoj More

Re: Moodle Installation

von Florian Grimps -
I have a similar behavior using the 3.8.5+ dev installer for Windows. In my case, a vendor specific anti-ransomware (HP Secure Sense) software blocks the b2e.exe process. I think it would be best if this (XAMPP?) component could be removed or replaced since it is causing too much trouble.