Serve move (again) - error received

4 posts by 2 authors in: Forums > CMS Builder
Last Post: March 15, 2016   (RSS)

By northernpenguin - March 15, 2016

Dave:  What OS is your VM?  I use Ubuntu 14 and had the same issue.  After installing Lamp server I had to update PHP5 by adding php5-mbstring.  It may also be that Apache2 requires mbstring.

For Ubuntu 14

sudo apt-get update
sudo apt-get install lamp-server^ phpmyadmin
sudo apt-get install php5-mbstring
sudo service apache2 restart

If you are using a Windoze server, I suggest you install WAMP.

Good luck!

--
northernpenguin
Northern Penguin Technologies

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke

By lanesboroweb - March 15, 2016

Server is running Linux.

By northernpenguin - March 15, 2016

Ok then, depending on your Linux distribution, you need to update php5-mbstring.  If you provide me the distribution & version, I can send you the command line actions required.

--
northernpenguin
Northern Penguin Technologies

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke