Page 1 of 1

php_value mbstring.language neutra ?

Posted: Thu Sep 11, 2008 4:27 pm
by jamiguel77
where put this line?

php_value mbstring.language neutra


in wich file wich location?


thanks

Re: php_value mbstring.language neutra ?

Posted: Fri Sep 12, 2008 11:40 am
by humvee
Please explain what it is you are trying to achieve.

Re: php_value mbstring.language neutra ?

Posted: Mon Sep 15, 2008 2:44 pm
by jamiguel77
PHP Version >= 4.3.10 Yes
- Zlib Compression Support Yes
- XML Support Yes
- MySQL Support Yes
MB Language is Default No PHP mbstring language is not set to neutral. This can be
set locally by entering php_value mbstring.language neutral in your .htaccess file.

MB String Overload Off Yes
configuration.php Writable No You can still continue the installation as the
configuration settings will be displayed at the end. You will have to manually
upload the code.

Click in the text area to highlight all of the code and then paste
into a new text file. Name this file 'configuration.php' and upload it to your site
root folder.

how solve the first problem? the second i can solve, but the first? thanks

Re: php_value mbstring.language neutra ?

Posted: Mon Sep 15, 2008 2:55 pm
by humvee
Please run the phpinfo() script from your web_root/ directory

Add the following code to a new file and save as info.php (name is unimportant call it what-you-like)

Code: Select all

<?php
phpinfo();
?>
Upload this file to your web_root/ directory and then call it from your Web browser as http://yourdomain.com/info.php.

Save the HTML output and zip it up and add that file to your forum post using the upload attachment function to the bottom left of the Post Editor screen.

Andy

Re: php_value mbstring.language neutra ?

Posted: Tue Sep 16, 2008 11:27 am
by melcon
Hi Andy,

I too am having this same problem. I am attaching the info.php results in zip format.

Re: php_value mbstring.language neutra ?

Posted: Wed Sep 17, 2008 5:24 pm
by jamiguel77
here my phpinfo


thanks

Re: php_value mbstring.language neutra ?

Posted: Thu Sep 25, 2008 12:27 pm
by cpajoe2001
I'm having the same issue can anyone help me on this?

Re: php_value mbstring.language neutra ?

Posted: Fri Oct 17, 2008 9:42 am
by jamesosullivan1
I to have this exact problem and also

Register Globals is set to On when Joomla recommends it should be OFF!

Any help would be much appreciated.

Thanks

Re: php_value mbstring.language neutra ?

Posted: Mon Nov 10, 2008 10:07 pm
by waynmac
Installation problemwith MB Language is Default No

have tried changing :
.htaccess
php.ini

PHP Version >= 4.3.10 Yes
- Zlib Compression Support Yes
- XML Support Yes
- MySQL Support Yes
MB Language is Default No PHP mbstring language is not set to neutral. This can be set locally by entering php_value mbstring.language neutral in your .htaccess file.
MB String Overload Off Yes
configuration.php Writable Yes

Re: php_value mbstring.language neutra ?

Posted: Thu Dec 25, 2008 9:17 am
by sitedev
I met same problem. Attached file is info.php as requested.

Thanks for kindly help.

Re: php_value mbstring.language neutra ?

Posted: Wed Dec 31, 2008 6:38 pm
by dyx
I got the same problem, and I've tried adding the string to htaccess but my website keeps giving me an error 500. Does this means that my webhost is restricting me?

php info attached...

Re: php_value mbstring.language neutra ?

Posted: Fri Jan 16, 2009 9:07 am
by sfpkent
Hi,

I have the same problem too. Attached with the zip file. How to solve it?

Thanks!

Re: php_value mbstring.language neutra ?

Posted: Sat Feb 21, 2009 8:00 pm
by ck2069
Anyone have found a solution on this yet? i really need to have this solved!!!!!!!!!!!!!!!!!

Re: php_value mbstring.language neutra ?

Posted: Sun Feb 22, 2009 1:45 am
by sfpkent
Hi,

You can contact your hosting provider and ask them to solve for you. I did that.

Re: php_value mbstring.language neutra ?

Posted: Sun Mar 01, 2009 4:21 pm
by ck2069
sfpkent wrote:Hi,

You can contact your hosting provider and ask them to solve for you. I did that.
I tried that and got an reply that just stated the same as the joomla install, i had to put some code into a .access file and it should be corrected, but it didn't. I sent a new service ticket to my provider, but have not heard anything from them in 4-5 days now... are ther eany way i can fix this other than with the .htaccess file? or what will happen if i go forward with the install without fixing this? (added phpinfo file in the post)

Re: php_value mbstring.language neutra ?

Posted: Fri Aug 06, 2010 7:44 am
by callaghan001
Hi guys,

To solve this without contacting your service provider is actually quite simple.

If it does not already exist create a file in the root of your website (Where your index.php file is) called ".htaccess" (without the quotes). Then simply place the following line in the file:

php_value mbstring.language neutral

Save and close and that error should disappear.

For the other error. Go to the root of your webserver again and make a copy of configuration.php-dist and call it configuration.php. Now after you have done that you need to temporarily change the permissions on that file so that the webserver can write your configuration to it.

If you are using ssh to connect to your webserver simply use the chmod command:
chmod 777 configuration.php

Otherwise if you are using a graphical program, ensure that you change its file permissions to read write and execute for all users.

Warning: After you have installed Joomla remember to switch back the file permissions, otherwise it is a security hole.

Hope that solves both the problems,

Callaghan001.

Re: php_value mbstring.language neutra ?

Posted: Wed Sep 01, 2010 6:26 pm
by sjorkode
I´m having the same problem, not solving either of them!!!

The php_value mbstring.language neutra is givin´me the 500 internal error and the global config is not changin

@callaghan001

What can I do?
Please Help, my Hosting Administrator can´t do it!

Re: php_value mbstring.language neutra ?

Posted: Sat May 14, 2011 11:14 am
by jonski13
Hello guys, appreciate this is an old post but I'm having exactly the same problem as sjorkode - I add the .htaccess file and get a 500 internal error. Did anyone manage to sort this?

Cheers

John

Re: php_value mbstring.language neutra ?

Posted: Fri Jun 17, 2011 10:03 am
by jonski13
OK, found a couple of solutions to this depending on what you're doing:

For basic install issues add the following to your php.ini file (located in your root folder - or make a new one):

mbstring.language = Neutral

That should override the server settings and reset the site to neutral.

If you're running an Akeeba back up and have the same problem (the issue I was experiencing) then follow this thread and edit the installation/includes/logic/index.php as described: https://www.akeebabackup.com/support/fo ... lt-no.html

Worked a treat for me.

Cheers

John

Re: php_value mbstring.language neutra ?

Posted: Sun Mar 18, 2012 5:34 pm
by wirshilas
Hi to everyone,
I have common installation problems with:

MB Language is Default No;
Register Globals: On

I have tried changing
.htaccess
php.ini
by adding these commands in one of them and both of them.
register_globals = 0
php_value mbstring.language neutral

That didn’t help. Is there another solution? Is MB Language is Default important? Could somebody help me in this situation please? I also attached my info.php file.