mbstring extension not installed. Warning! Dolphin cannot work without mbstring extension. THATS THE ERROR I GET , I UPLOADED ALL THE FILES, I HAVE SHELL AND ROOT FOR THE VPS, ANYONE HELP ME? WILLING TO PAY SOMETHING TO GET THIS FIXED
mbstring dll file needs to be installed and or activated in the php.ini file by your hosting provider. Its not something you can do yourself on shared hosting
Is this a windows vpn or a linux vpn. Also what control panel are you using. PHP has been compiled but without the MB string extension as the error message suggests. To double check this you could simply upload a PHP file that has the following content:- <?PHP phpinfo(); ?> If the extension is installed you should see a section specifically for it. If you are using cpanel you can use easyapache to install the mbstring extension.