![]() |
Problem with installation 1.8.8 RC1
Hey all,
i have a little problem with the installation of phpdig 1.8.8 RC1. When I use this Script: http://mydomain/phpdir/admin/install.php it says this: Fatal error: Call to undefined function mb_eregi() in ...\phpdir\includes\config.php on line 103 i have php v.5 and i think this version not support this function or something. What it could be? sry for my poor english |
i habe fixed it.
the module mbstring must be loaded. :) |
hi have the same problem.
how can i repair that? |
no answer?
|
to my knowledge, you must configure php with mbstring. Since I run a server with WHM and CPanel, I don't know the command line to do this, but I'm sure charter could point you in the right direction.
JMitchell |
I am also having this problem. Does anyone have an answer?
|
same trouble :(
|
which version of php have you?
you must go to your php.ini apache/bin/php.ini <- there is my and here you must go to the ;Windows Extensions section: here you find ;extension=php_mbstring.dll, delete the semicolon thing to activate it. now restart apache and mbstring will be activate puhhh english is bad :) hope it will help you |
so, this extension needed only for japanese language support?
|
http://php3.de/manual/de/function.mb-eregi.php
mb_eregi() executes the regular expression match with multibyte support, and returns 1 if matches are found. This function ignore case. If the optional third parameter was specified, the function returns the byte length of matched part, and the array regs will contain the substring of matched string. The functions returns 1 if it matches with the empty string. If no matches found or error happend, FALSE will be returned. |
|
Is there any way around this mb_eregi/mbstring problem? I contacted my host and they said that mb_eregi is disabled. If I want to use it I would have to install my own separate php for my account. I'd rather not do this if at all possible. I noticed that this whole thing is for multibyte support. Everything on the site is English and always will be so I don't even need multibyte support. Can phpdig be changed to not need this mbstring functionality?
|
If you don't want/need multibyte support, use PhpDig v.1.8.7.
|
What about going forward with new releases though? If I have to run 1.8.7 to keep from getting the errors how could I update to a newer version that has new features, etc.?
|
All times are GMT -8. The time now is 06:57 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.