PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Script Installation (http://www.phpdig.net/forum/forumdisplay.php?f=37)
-   -   Problem with installation 1.8.8 RC1 (http://www.phpdig.net/forum/showthread.php?t=1803)

syrix 02-02-2005 09:54 PM

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

syrix 02-03-2005 01:43 AM

i habe fixed it.
the module mbstring must be loaded. :)

sktest 02-10-2005 03:18 AM

hi have the same problem.
how can i repair that?

sktest 02-15-2005 02:39 AM

no answer?

jmitchell 02-15-2005 05:34 AM

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

cefiro 02-16-2005 10:26 AM

I am also having this problem. Does anyone have an answer?

zaartix 02-16-2005 09:10 PM

same trouble :(

syrix 02-16-2005 11:48 PM

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

zaartix 02-17-2005 01:44 AM

so, this extension needed only for japanese language support?

syrix 02-17-2005 02:09 AM

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.

Charter 02-17-2005 05:04 AM

mbstring (pages may not be fully translated) Brazilian Portuguese Chinese (Simplified) Chinese (Hong Kong Cantonese) Chinese (Traditional) Czech Danish Dutch English Finnish French German Greek Hebrew Hungarian Italian Japanese Korean Polish Romanian Russian Slovak Spanish Swedish

cefiro 02-18-2005 11:22 AM

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?

Charter 02-18-2005 11:25 AM

If you don't want/need multibyte support, use PhpDig v.1.8.7.

cefiro 02-18-2005 12:18 PM

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.