| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Registered User
Seasoned Poster
Joined in Jul 2003
33 posts
Gave thanks: 0
Thanked 0 times
|
This calendar script is working fine for couple days, then all of sudden it's not working anymore. And the guy who made this script said, I should ask my webserver ( surpass ) to add multibyte string support to this PHP installation, because most likely I won't have permissions to compile and install programs in the server.
Here is the error PHP Code:
Anybody can help me to solve this ? |
|
|
|
|
|
#2 (permalink) | ||
|
Registered User
Fresh Surpasser
Joined in Oct 2004
28 posts
Gave thanks: 0
Thanked 0 times
|
Here's a quote of some of the things enabled, in the "php.ini".
Quote:
If we investigate further we'll see that encoding and translation for "mbstrings" is off, on my sever. And a couple other parts have no value; I don't know if they should though. Quote:
What we need from you is: 1. All other error statements, if there are more. 2. We need to know what server you're on and the settings for that sever. 3. The rest or most of your code; specifically, parts related to "bindtextdomain()". To get the server information, please use the code below. PHP Code:
myservername.surpasshosting.com Are all the lines below enabled, somewhere in the second line called "configure command". '--with-gettext' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' Find the main "gettext" section below, it'll have a bold-black type-face; check to see if it's enabled, on the listing there. Find the section for mystring, it'll be in bold type too; check to see if encoding and translation is off, like my server. Hopefully from all of that something can be done, we'll just wait and see. Last edited by cassius; November 6th, 2004 at 8:18 PM.. |
||
|
|
|