When I try to access SVNManager via a webbrowser and I get nothing and I've looked in my log files and I get this
"call to undefined function mb_internal_encoding () in
/var/www/html/svnmanager/svnmanager/MainModule/DataModule.php on line 19"
message in my /var/log/httpd/error_log
What's wrong?
Any help is appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please enable support for multibyte strings in you php setup. Configure
with --enable-mbstring flag if you're installing from source or install a package, for Ubuntu that would be php5-mbstring.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Many thanks of your support, I've installed the php-mbstring and did not working. I had look into the log files and there were no error messages.
I was thinking, what I've forgot to install. Because, my previous system was working correct, but after a crash, I have a new system. But I had a backup of my data of course.
I was looking with yum info, what I was forgotten and saw that php-mysql was not installed.
After installing php-mysql and the svnmanager 1.06 is working again on CentOS 5.3.
Thanks and greets,
Dick Brandon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Guys,
When I try to access SVNManager via a webbrowser and I get nothing and I've looked in my log files and I get this
"call to undefined function mb_internal_encoding () in
/var/www/html/svnmanager/svnmanager/MainModule/DataModule.php on line 19"
message in my /var/log/httpd/error_log
What's wrong?
Any help is appreciated.
Please enable support for multibyte strings in you php setup. Configure
with --enable-mbstring flag if you're installing from source or install a package, for Ubuntu that would be php5-mbstring.
Hello Marijn,
Many thanks of your support, I've installed the php-mbstring and did not working. I had look into the log files and there were no error messages.
I was thinking, what I've forgot to install. Because, my previous system was working correct, but after a crash, I have a new system. But I had a backup of my data of course.
I was looking with yum info, what I was forgotten and saw that php-mysql was not installed.
After installing php-mysql and the svnmanager 1.06 is working again on CentOS 5.3.
Thanks and greets,
Dick Brandon
Great!
Best wishes,
Marijn