I know that there are lot of topics like this but those solutions doesn't work for me.
I'm installing Phabricator on Oracle Linux. Everything works fine but when I try to open phabricator in browser (http://ip adress ) I receive a message:
Missing…
I have this error message in my logs and I don't see how to solve it
PHP Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding()
Let me give you a bit of context:
I am running an nginx server with PHP7 FPM.
I did an apt-get…
I have some string, for example:
cats, e.g. Barsik, are funny. And it is true. So,
And I want to get as result:
cats, e.g. Barsik, are funny.
My try:
mb_ereg_search_init($text, '((?!e\.g\.).)*\.[^\.]');
$match = mb_ereg_search_pos();
But it gets…
I've been running a Drupal 7 site on Centos 6.7 and php 5.3, and have finally gotten around to updating php to 5.6.20. The update went well; the only problem I'm hitting is that I'm getting log messages about mbstring.http_input (and…
I'm building a web app in zend framework that needs UTF8 support for all languages.
This seems to work fine except for functions like stripslashes and such.
On this URL, they talk about using MBSTRING…
I have to get PHP 5.4 (32 bit, TS) with mbstring running with Apache 2.4 (32 bit) on Windows. In my httpd.conf I set this:
PHPIniDir "c:/php54"
LoadModule php5_module "c:/php54/php5apache2_4.dll"
AddHandler application/x-httpd-php .php
And in my…
I am running on Windows 7 64 bit with:
Apache 2.2
PHP 5.2.8
MySQL 5.1 (essentials)
installed and configured manually. As you all know, for this since MySQL essentials has no GUI for interaction the best suit is PhpMyAdmin. I am trying to get…
When I installed mbstring in Centos, I got the following error message.
# yum install php-mbstring
Loaded plugins: downloadonly, fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
*…
Trying to install a local server for testing on a WINDOWS SEVEN PRO (Windows 7 pro). This is not the first time I installed local servers, but I never worked with phpMyAdmin so that aspect is new for me.
Installed Apache 2.4.10 64 bit and and PHP…
I have my Facebook app running without any problem in my localhost. But when I hosted it in Heroku, I got these problems.
The problem is when the user gets redirected from Facebook after login and permissions it shows blank page, and in Heroku logs…
Im running my server on Red Hat Enterprise Linux with Weblogic server, I have PHP5.3 installed on this, recently for one of my project I had to use MBSTRING extension, Ive noticed that was not installed before and I did it.
But still the PHP is…
I'm happy to use all the multibyte string functions in my app, but when using external libraries it would a pain to find and replace them all.
Given I can control external input so that only UTF-8 data will be present, issues that arise from…
I download a Joomla quick starter package and when installed it..
I found this error...anyone can help please?
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to
allocate 323588 bytes) in \libraries\phputf8\mbstring\core.php…