causefx
causefx
search for mbstring.dll and fileinfo.dll remove the ';' in front of those lines.
it would be in your php folder. file should be something like php.ini or a variation of that name with .ini
for linux try installing via package manager. `apt-get install php8.2-mbstring`
you can check via cli if the module is installed. `php -m`
so your cli version and web version aren't the same. check your webserver and see what version it is. `php -v` will show the version that cli is too.
glad you got it sorted! :)
after the holiday i will add this, promise.
i'd welcome it.
fixed in dev