I admit I'm not really a webmaster and I cannot run Grav on my localhost webserver.
I followed deeply the installation instructions, but I always end up with the same error page:
'mbstring' extension is not loaded. This is required for Grav to run correctly
Briefly these are the steps I made:
- downloaded and unzipped grav-admin
- copied the grav-admin folder in
/var/www/html
All the dependencies should be installed, included the mbstring
:
i php-mbstring - MBSTRING module for PHP [default]
p php-symfony-polyfill-mbstring - Symfony polyfill for the Mbstring extension
i php7.3-mbstring - MBSTRING module for PHP
I also restarted Apache service a lot of times, but always the same error.
Grav runs with the php webserver, that is with router.php
, but I really would like to run it with Apache.
BTW: other tools within /var/www/html
are correctly handled and showed.