Displaying 20 results from an estimated 2000 matches similar to: "phpMyAdmin mbstring extension is missing"
2015 Oct 27
2
phpMyAdmin mbstring extension is missing
Eero,
It has already been installed.
Frank M. Ramaekers Jr.
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
Behalf Of Eero Volotinen
Sent: Tuesday, October 27, 2015 5:16 PM
To: CentOS mailing list
Subject: Re: [CentOS] phpMyAdmin mbstring extension is missing
You need to install correct package. Name of package might be
php-mbstring ..
2015 Oct 28
2
phpMyAdmin mbstring extension is missing
Yes, it does in /usr/lib64/php/modules/
Frank M. Ramaekers Jr.
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
Behalf Of Frank Cox
Sent: Tuesday, October 27, 2015 5:30 PM
To: centos at centos.org
Subject: Re: [CentOS] phpMyAdmin mbstring extension is missing
On Tue, 27 Oct 2015 17:23:15 -0500
Frank M. Ramaekers wrote:
> It has already
2015 Oct 27
0
phpMyAdmin mbstring extension is missing
You need to install correct package. Name of package might be php-mbstring
..
Eero
27.10.2015 11.58 ip. "Frank M. Ramaekers" <FRamaekers at ailife.com> kirjoitti:
> This is a fairly new install of CentOS7 and I'm trying to install
> phpMyAdmin (http). When I access http://server/phpMyAdmin it throws:
>
>
>
> The mbstring extension is missing. Please check
2015 Oct 28
1
phpMyAdmin mbstring extension is missing
Yeah, something changed my php.ini as follows:
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
extension_dir = "./"
; On windows:
; extension_dir = "ext"
extension_dir = "/etc/php.d"
This directory has a bunch of .ini files, so I changed it to the location of the .so files:
; Directory in which the loadable extensions
2008 Mar 03
1
phpmyadmin hang..
It seems that I can never get through a phpmyadmin session w/o it
hanging on "Waiting for http://....". The only way I have found to
correct this is to cycle Apache. I can always get past the signon
portion, but it hangs at various portions of selecting DBs or Tables.
CPU is not overly active, all httpd daemons running, no myphpadmin
remnants running. Can't find any problems in
2018 Apr 08
1
CentOS 7 + MariaDB + phpMyAdmin
I can't seem to get phpMyAdmin working. I got the ip address problem (permission) resolved, but now I'm getting a "Parallels H-Sphere" error "Error 404: File Not found". I've looked in all the logs and cannot determine what file is not found.
Frank M. Ramaekers Jr. | Systems Programmer | Information Technology | American Income Life Insurance Company |
2014 Apr 02
6
Removing a file that starts with dashes
How can I remove this file?
-rw-r--r-- 1 root root 28707 Mar 31 12:31 --backup=numbered
I've tried a few different methods, but most attempts interprets the
file name as a switch (which it doesn't understand).
TIA,
Frank M. Ramaekers Jr. | Systems Programmer | Information Technology |
American Income Life Insurance Company | 254-761-6649
2006 Apr 19
3
Apache and '(13)Permission denied: access to ...'
I'm attempting to install Hobbit and at the point of web access via
Apache.
The error_log states:
(13)Permission denied: access to /hobbit denied
I've tried a number of things and am still getting this:
1) /hobbit is located in /home/hobbit/server/www
2) Made sure all files are in the apache group
3) I've even chcon
2009 Jun 03
1
setrubleshootd dominating
Anyone have any idea as to why setroubleshootd would be dominating the
system:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2371 root 25 0 1884m 1.8g 4100 R 100.2 44.7 680:06.40
setroubleshootd
Frank M. Ramaekers Jr.
Systems Programmer MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co. Phone: (254)761-6649
1200 Wooded Acres Dr.
2006 Apr 17
1
Hobbit install requirements
I'm attempting to install Hobbit 4.2.1 on CentOS 4.3. When attempting
to "configure -server", I get:
:
:
Checking for RRDtool ...
RRDtool include- or library-files not found. These are REQUIRED for
hobbitd
RRDtool can be found at
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
If you have RRDtool installed, use the "--rrdinclude DIR" and "--rrdlib
DIR"
2007 Feb 16
3
Event scheduling
Okay, I know about 'cron' and 'at', but how do you schedule jobs
(scripts) based on events.
For instance: Run script xyz when file abcd.efg arrives via ftp?
TIA,
Frank M. Ramaekers Jr.
Systems Programmer; MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Company
Phone: (254) 761-6649 Fax: (254) 741-5777
2015 Oct 27
0
phpMyAdmin mbstring extension is missing
On 10/27/2015 2:57 PM, Frank M. Ramaekers wrote:
> /etc/php.ini has:
>
> :
>
> extension_dir = "/etc/php.d"
that seems wrong, mine has no such field. (the commented out default
value is ./ )
the extension .so files should be in /usr/lib64/php/modules
--
john r pierce, recycling bits in santa cruz
2015 Oct 27
0
phpMyAdmin mbstring extension is missing
On Tue, 27 Oct 2015 17:23:15 -0500
Frank M. Ramaekers wrote:
> It has already been installed.
Since your configuration files say that mbstring.so should exist in /etc/php.d, the first question to ask is, does it?
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2018 Jun 06
2
Definitive guide to setting up FTPIS on vsftpd
Followup:
I gave up on the Implicit and configured vsftpd for Explicit, that revealed some configuration errors (displayed on the client, Filezilla in my case). I then corrected these errors and switched back to Implicit and all is well.
Frank M. Ramaekers Jr.
-----Original Message-----
From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Kenneth Porter
Sent: Thursday, May 31, 2018
2007 Dec 17
2
configure and assembler
I'm attempting to install a product and it's failing the compiler check.
CentOS 5.1
+ echo='/bin/echo -e'
+ rm -rf configure-tmp
+ mkdir configure-tmp
+ tmp_file=configure-tmp/xxx
+ makedirs=.
+ /bin/echo -e 'Checking C++ compiler... \c'
Checking C++ compiler... + cat
+ CXX=unknown
+ for i in '"CC"' '"g++"' '"cc"'
2011 Dec 23
2
yum --import of RPMforge
Using the instructions on:
http://wiki.centos.org/AdditionalResources/Repositories/RPMForge#head-f0
c3ecee3dbb407e4eed79a56ec0ae92d1398e01
I enter the command: rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
and it comes back to the prompt, like it worked, but attempting to
confirm the download:
rpm -K rpmforge-release-0.5.2-2.el6.rf.*.rpm
results in:
error:
2015 Oct 28
0
phpMyAdmin mbstring extension is missing
On Tue, 27 Oct 2015 19:19:42 -0500
Frank M. Ramaekers wrote:
> Yes, it does in /usr/lib64/php/modules/
So what you actually meant to say is, no it doesn't exist in /etc/php.d.
/etc/php.d != /usr/lib64/php/modules.
I think you found your problem.
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2007 Sep 28
1
PHP help required
Dear all Salam!!!
i am using php+mysql for jffnms. i installed php myadmin for mysql
administration. after login to
phpmyadmin it says mbstring missing.....
i search the yum has php-mbstring.... but when i install it using yum it
says:
php 4.3.9 update
php-snmp update
My question is if install php-mbstring, will php be effected and shows
abnormal behaviour to jffnms????
Regards,
Umair Shakil
2009 Sep 29
3
Script consumes memory
I have the following script that when executed, consumes memory and
makes the system inaccessible. All process are halted.
First, I don't understand what is wrong with the script
Secondly, I'm surprised that Linux allows this to run unchecked to the
detriment of the entire system.
---- SCRIPT -----
#!/bin/sh
FTP="/usr/bin/ftp"
#
VMID="asystem.ourcompany.com"
2008 Apr 11
3
MS Exchange to CentOs (multiuser)
Is there a way to get mail from a MS Exchange server that is addressed
as user at host.domain.com rather than the user at domain.com so that users on
host.domain.com can read their mail on that host (CentOS). (I'm
assuming that Exchange needs to know about host.domain.com, somehow.)
Frank M. Ramaekers Jr.
Systems Programmer MCP, MCP+I, MCSE & RHCE
American Income Life