You need to install the mb_string extension for php
Assuming linux
sudo apt install php7.2-mbstring
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am getting this error message:
Call to undefined function Illuminate\Support\mb_strimwidth()
on my online shop. I thought it first it must be the php version. Already change it to php version 7.2 which is the same like my offline version. But the error still remains.
ref: https://codersatellite.com/question-with-identifier-39825131
Any idea why?
Please or to participate in this conversation.