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: …
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…
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…
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…
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…
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…
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…
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…
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…
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…
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
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.…
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…
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…