impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 179 forks source link

installation problem #853

Open bobblkabb opened 7 years ago

bobblkabb commented 7 years ago

Followed this guide: https://www.virtual-server.org/blog/how-to-install-impresspages-4-on-an-ubuntu-14-04-vps/ but getting this output when I call the site (locally hosted; should become our new intranet): Fatal error: Uncaught Error: Call to undefined function Ip\mb_internal_encoding() in /var/www/html/ImpressPages/Ip/Application.php:82 Stack trace: #0 /var/www/html/ImpressPages/Ip/Application.php(402): Ip\Application->prepareEnvironment(Array) #1 /var/www/html/ImpressPages/Ip/script/run.php(6): Ip\Application->run() #2 /var/www/html/ImpressPages/index.php(11): require_once('/var/www/html/I...') #3 {main} thrown in /var/www/html/ImpressPages/Ip/Application.php on line 82

Running Ubuntu 16.04.2 with php7 and apache What's going wrong?

maskas commented 7 years ago

You need php "mbstring" mobule.

bobblkabb commented 7 years ago

That's it, thank you!