Questions tagged [mbstring]

MultiByte String in PHP

Related topics:

195 questions
0
votes
1 answer

Laravel 5 webapp not working becasuse of mbstring

I migrated a Laravel 5 webapp from one server to new server. This webapp is working with nginx and php-fpm. I installed php by downloading php tar file and compiling. When I do curl http://127.0.0.1:80 I have the following error: Fatal error: …
user3637971
  • 313
  • 5
  • 21
0
votes
1 answer

is errno STRUNCATE specific to windowsOS looking for its equivalent in linux/mac. using it in implementation of mbstowcs_s()

Is errno STRUNCATE specific to windows OS? looking for its equivalent in mac/linux. implementing mbstowcs_s() for mac/linux, following…
Nivedita
  • 23
  • 4
0
votes
1 answer

php-mbstring won't install on CentOS 7 and PHP 7.1.21

Need to get php-mbstring installed on a CentOS 7 server running PHP 7.1.21. I have spent hours trying every possible solution I could find. Looks like there is a conflict when trying to install with the remi repo. No matter what I try, the best…
Ralph Haynes
  • 83
  • 10
0
votes
1 answer

Enabling mbstring extension in PHP: undefined symbol: compiler_globals in Unknown on line 0

I have PHP 7.1.9 (compiled from source) and mbstring: php7.1-mbstring is already the newest version (7.1.17-0ubuntu0.17.10.1). I have added extension_dir and extension=mbstring.so in php.ini. I get message Warning: PHP Startup: Unable to load…
Martin
  • 13
  • 5
0
votes
0 answers

PHP mb_substr() call to undefined function

I have hosted my zend apigility code in aws server, And i have getting mb_substr() function undefined error when basic password authentication. i have using php 7.0.30 and ubuntu 16.4. And error details are below [Wed Aug 29 13:42:43 2018] PHP Fatal…
R.G.Krish
  • 487
  • 5
  • 22
0
votes
0 answers

Installed PHP mbstring but not recognized

I'm on Centos 7 running PHP 5.4. My webserver is Nginx. The error log in my nginx says: 2018/08/30 04:07:18 [error] 12342#0: *403 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught exception 'Exception' with message 'Stripe needs the…
User
  • 23,729
  • 38
  • 124
  • 207
0
votes
0 answers

Required FILEINFO PHP Extension, JSON PHP Extension, PDO PHP Extension, MBSTRING PHP Extension

I installed a PHP Script on my domain, after testing it, I think the next one is better then this script. so that instead of uninstall method, i select the script folders from my root/home directory and deleted them. By mistake, I also delete some…
0
votes
1 answer

Settings of php.ini seem to be overwritten using xampp

I want to load some extensions, but my changes in the php.ini file do not have any effect. I have xampp installed on Windows and set extension_dir in php.ini to "C:\xampp\php\ext", which is where xampp installed my extensions. But when I call…
Michael
  • 1
  • 2
0
votes
1 answer

Error : The mbstring extension is missing from

Whenever I try to enter my phpMyAdmin, it gives me this error: The mbstring extension is missing. Please check your PHP configuration. I have already searched the solution and add extension=php_mbstring.dll in my php.ini file. But still doesn't fix…
raff
  • 423
  • 4
  • 13
  • 28
0
votes
0 answers

php7.1-mbstring won't be loaded even though it's installed

For some reason, I can install pretty much any PHP extension, except for mbstring. I have installed php7.1.14 via sudo apt-get install php7.1 and then installed all my required extensions with sudo apt-get install php7.1-mysql php7.1-json... etc. I…
Roemer
  • 1,336
  • 1
  • 15
  • 39
0
votes
1 answer

Fedora phpMyAdmin error: The mbstring extension is missing

The mbstring extension is missing. Please check your PHP configuration I have installed LAMP on Fedora following this tutorial with some change, The installation finished with no problem. But when I tried to access http://localhost/phpmyadmin, this…
ggsuha
  • 155
  • 1
  • 20
0
votes
1 answer

Install mbstring on Fedora 26

I have Downgraded php7.1 to php5.6. and I need to install mbstring. I tried with below command. Its not wkirking. dnf install php56-php-mbstring Error was: Error: Unable to find a match
Arafath
  • 1,090
  • 3
  • 14
  • 28
0
votes
1 answer

How to install mbstring on CentOS after upgrade to PHP 7

First, PHP version: PHP 7.0.18 & distro: CentOS Linux release 7.3.1611 (Core) I am a sudo user. I am setting up a Themosis Wordpress install, and I have all of the apache config stuff working great. Themosis uses Composer to manage dependencies.…
intrepid_em
  • 518
  • 8
  • 28
0
votes
0 answers

How to disable Multibyte function overloading in PHP for string functions

I got a problem when call the PHPExcel library AutoLoader.php file. I try to upload the Excel file, then after clicking on the upload button, it saves data into the database. I get an error, as shown in the photo after uploading the file. How can I…
Siamon
  • 83
  • 1
  • 13
0
votes
1 answer

The mbstring extension is missing

I'm new to linux. Installed apache2, mysql-server, php 7.0 and phpmyadmin on my Linux Mint 18.1. Installation went fine, but localhost/phpmyadmin gives error (see title). Tried: uncommenting "extension_dir" in php.ini uncommenting mbstring.dll…
serdav74
  • 76
  • 2
  • 7