Posted in linux
116
5:25 am, April 8, 2020
 

how to fix - Fatal error: Uncaught Error: Call to undefined function mbconvertencoding()

<p>I use the php readability library in some of my code, and found on a new server that it was throwing the error.</p>
<pre><code>Fatal error: Uncaught Error: Call to undefined function mbconvertencoding()</code></pre>
<p>For me this was caused on Debian from php missing the extention:</p>
<pre><code>php-mbstring php7.0-mbstring</code></pre>
<p>which can be installed in debian by using the following command:</p>
<pre><code>sudo apt-get install php-mbstring</code></pre>
<p><img src="https://i.imgur.com/1QzTxPy.png" /></p>

View Statistics
This Week
85
This Month
312
This Year
202

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
A person who never made a mistake never tried anything new.
Albert Einstein
Latest News
## 🚀 AI Giants Hit Bullseye: Anthropic & OpenAI Achieve Product-Market Fit Anthropic and OpenAI have reached a significant milestone, finding product-market fit with their AI technologies, which means their products effectively meet the needs of their customers, driving growth and adoption. This achievement showcases the practical value of their innovations, enabling businesses and individuals to leverage AI for enhanced productivity and efficiency. With this alignment of product and market needs, these companies are poised to transform industries and shape the future of technology.