|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#46
|
|||
|
|||
|
mb string fix on remote host - request for options
IF I am on a remote host, with no access to the PHP file directory, what then, are my options as you mention below.
I need to resolve this issue on a remote host. All solutions here so far have described the fix very well, including yours. However, no one has addressed the remote host that owns the PHP dir and to which we have no access. Thanks, bill Quote:
|
|
#47
|
|||
|
|||
|
Quote:
Hello Bill, I don't know what to tell you, as with the situation you are in, you are really at the whims of your hosting service. The only other option you have is if they allow per directory php.ini access for their hosters. If not, then the only other options you really have, to my knowledge, is to either ask them to enable mbstring for you, or find another host that includes the mbstring module. I am unaware of any other solutions for changing the configuration of PHP on a hosting server any other way. I can tell you that I host with godaddy, and I have seen what seems to be an allowance of per directory php.ini when hosting with them. Sorry I couldn't be of more help. |
|
#48
|
|||
|
|||
|
Thanks so much!!
trogar1971,
Thanks very much for your very quick reply! It was also very helpful. I suspected that might have to be the path. I will forward the solution to them and request their assistance. Godaddy be their name. Any experience with them? I have been working with the PHP-Nuke platform for about 3 years now, and am still learning so much. This is my first request for help, and even before your reply I thought the replies and posts were good and thoughtful. Definitely a great forum, from which I hope to learn much. Thanks for your help. Bill F. |
|
#49
|
|||
|
|||
|
Any known workarounds for 'mbstring' issue?
trogar1971,
do you know of any workarounds for the 'mbstring' issue? what host would you recommend that might allow access to the php.ini dir/file? Thanks, Bill Quote:
|
|
#50
|
|||
|
|||
|
PHP Info results for Godaddy
Quote:
I can tell you that Godaddy DOES, on my hosting plan, have mbstring module loaded on startup. I just verified this as fact with a phpinfo check on the root of my hosting area, and mbstring is there. The proof, as copied and pasted from the results page: mbstring Multibyte Support enabled Multibyte string engine libmbfl Multibyte (japanese) regex support enabled Multibyte regex (oniguruma) version 3.7.1 Hope this helps. I have the mid hosting package, btw, the Deluxe plan. |
|
#51
|
|||
|
|||
|
GREAT. what tool can I use to do the php info check? would that be 'analyze.php'?
Quote:
|
|
#52
|
|||
|
|||
|
Quote:
Create a blank file, insert the following code: Code:
<?php phpinfo( ); ?> Call it whatever you want with the .php file extension. Upload it to your server root area, then call it through your browser window, ie http://www.mysite.com/whatever.php After you are done, DELETE it. Leaving it on the server can be a security issue. |
|
#53
|
|||
|
|||
|
Thanks! am building file now.
I will let you know how it goes. Quote:
|
|
#54
|
|||
|
|||
|
I have been confused with this problem for a long time too.
Eventually i solved this problem by getting php_mbstring.dll of corresponding version. I've got PHP 5.2 and as long as i tried php_mbstring.dll(4.0) or eveb php_mbstring.dll(5.1) it didn't work out. So be attentive and get correct file. try this: kromann.info/index.php |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > mbstring configuration |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|