-
July 16th, 2017, 09:48
#1
پیغام خطای mbstring PHP extension not found error در phpMyadmin
اگر در زمان باز کردن phpMyadmin پیغام خطای زیر را مشاهده میکنید :
The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
1
2
|
The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension
phpMyAdmin is unable to split strings correctly and it may result in unexpected results. |
را حل برای رفع این مشکل نصب پکیج mbstring است که میتوانید ان را از طریق yum یا apt-get که البته بستگی به نوع سیستم شما دارد نصب کنید.
phpMyadmin یک نرم افزار تحت وب است که میتوان از طریق وب پایگاه داده را مدیریت نمود.توضیحات بیشتر در مورد این ابزار در اموزش های بعدی قرار خواهد گرفت.
برای نصب در ابتدا چک کنید که ایا این برنامه در برای نصب وجود دارد یا خیر :
[root@server ~]# yum list | grep mbstring php-mbstring.i686 5.3.3-23.el6_4 updates [root@server ~]#
1
2
3
|
[root@server ~]# yum list | grep mbstring
php-mbstring.i686 5.3.3-23.el6_4 updates
[root@server ~]# |
برای نصب دستور زیر را وارد میکنیم :
[root@server ~]# yum install php-mbstring Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.net.cen.ct.gov * extras: mirror.lug.udel.edu * rpmforge: mirror.lug.udel.edu * updates: mirrors.gigenet.com Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package php-mbstring.i686 0:5.3.3-23.el6_4 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================== ============================== Package Arch Version Repository Size ================================================== ============================== Installing: php-mbstring i686 5.3.3-23.el6_4 updates 454 k Transaction Summary ================================================== ============================== Install 1 Package(s) Total size: 454 k Installed size: 1.9 M Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : php-mbstring-5.3.3-23.el6_4.i686 1/1 Verifying : php-mbstring-5.3.3-23.el6_4.i686 1/1 Installed: php-mbstring.i686 0:5.3.3-23.el6_4 Complete! [root@server ~]#
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
[root@server ~]# yum install php-mbstring
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.net.cen.ct.gov
* extras: mirror.lug.udel.edu
* rpmforge: mirror.lug.udel.edu
* updates: mirrors.gigenet.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-mbstring.i686 0:5.3.3-23.el6_4 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================== ==============================
Package Arch Version Repository Size
================================================== ==============================
Installing:
php-mbstring i686 5.3.3-23.el6_4 updates 454 k
Transaction Summary
================================================== ==============================
Install 1 Package(s)
Total size: 454 k
Installed size: 1.9 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : php-mbstring-5.3.3-23.el6_4.i686 1/1
Verifying : php-mbstring-5.3.3-23.el6_4.i686 1/1
Installed:
php-mbstring.i686 0:5.3.3-23.el6_4
Complete!
[root@server ~]# |
خب mbstring نصب شد. موفق باشید.
-
تعداد تشکر ها از sibait به دلیل پست مفید
-
July 16th, 2017 09:48
# ADS