it worked out...;-) my hosting provider 1and1 changed the php installations silently and i didnt noticed it. you were right... i had to manually enable it.
thank you guys...and have a nice day # # # # # # # # # # # # # # # # # # # # # # # # # # # ORIGINAL MESSAGE IS FOLLOWING # # # # # # # # # # # # # # # # # # # # # # # # # # MsgID: 94dedbdf148b284594c51efe01bf6e7501c2c...@hermes.iese.fhg.de From: <markus.t...@iese.fraunhofer.de> Date: Wed, 30 May 2012 10:24:47 +0200 Subject: RE: [dl-ticket-service] error problem... > Hallo, > under openSUSE I had the same error message. > You have to install the php5-mbstring package. > > Markus > > > -----Original Message----- > From: Yuri D'Elia [mailto:wav...@thregr.org] > Sent: Mittwoch, 30. Mai 2012 10:00 > To: dl-ticket-service@thregr.org > Subject: Re: [dl-ticket-service] error problem... > > On 2012-05-30 03:53, Amenem Hatankh wrote: > > in the server log this error is found > > PHP Fatal error: Call to undefined function mb_internal_encoding() > > in > > .../root/dl/include/lang.php on line 92 > > > > in the htaccesss file only this directives are declared so php5 is > > used > > for execution > > > > ######### > > #.htaccess > > AddType x-mapp-php5 .php > > AddHandler x-mapp-php5 .php > > ######### > > > > do you have ideas what to do.. > > Hi Amenem, are you sure this is only from the last update? I would > guess this is from a system update. > > The mb_internal_encoding() function in PHP is part of the "mbstring" > extension, which is usually enabled by default in most PHP > distributions, but not in the PHP source itself. > If you are compiling php yourself, you need to enable it manually at > built time: > > http://www.php.net/manual/en/mbstring.installation.php > > If this is not the case, you should tell us which OS/distribution you > are using. > >