Hey guys, ive fummbled around for the past couple of hours trying to get the "Writable Session Save Path" working. after reading other stuff from the forum i figured it out and was able to fix it... but now i am stuck with another road block...
ok, preface, im trying to install SugarSuite-4.5.0c on Fedora Core 3 with Apache 2.0.53, SQL 4.1.21 and PHP 4.3.11.
PHP Version OK (ver 4.3.11 )
MySQL Database OK
MB Strings Module Not found: SugarCRM will not be able to process multi-byte characters. This will impact receiving emails in character sets other than UTF-8.
Yea, dun dun dun!! so i went searching for answers in the forum, but alas, no luck.
I edited the php.ini file and uncommented the mbstring module...
After a couple of tries, i concluded that my mbstring must be broken, but putty proves otherwise as it seems that my mbstring works fine because my yum yum gave me this...PHP Code:; MB String Module, implemented for sugarcrm
; Allows for me to process multi-byte characters,
; thus will make characters other than UTF-8 Readable.
[mbstring]
; language for internal character representation.
mbstring.language = English
; internal/script encoding.
; Some encoding cannot work as internal encoding.
; (e.g. SJIS, BIG5, ISO-2022-*)
mbstring.internal_encoding = UTF-8
; http input encoding.
mbstring.http_input = auto
; http output encoding. mb_output_handler must be
; registered as output buffer to function
mbstring.http_output = pass
; enable automatic encoding translation accoding to
; mbstring.internal_encoding setting. Input chars are
; converted to internal encoding by setting this to On.
; Note: Do _not_ use automatic encoding translation for
; portable libs/applications.
mbstring.encoding_translation = On
; automatic encoding detection order.
; auto means
mbstring.detect_order = auto
; substitute_character used when character cannot be converted
; one from another
mbstring.substitute_character = none
; overload(replace) single byte functions by mbstring functions.
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
; etc. Possible values are 0,1,2,4 or combination of them.
; For example, 7 for overload everything.
; 0: No overload
; 1: Overload mail() function
; 2: Overload str*() functions
; 4: Overload ereg*() functions
mbstring.func_overload = 0
and just to make sure, i also ran the short script to see my php settings which can be viewed here...PHP Code:[root@air030 ~]# yum info php-mbstring
Setting up Repos
legacy-updates 100% |=========================| 951 B 00:00
psa-7.5 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
updates-released 100% |=========================| 951 B 00:00
legacy-utils 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
legacy-upd: ################################################## 795/795
psa-7.5 : ################################################## 3/3
base : ################################################## 2622/2622
updates-re: ################################################## 910/910
legacy-uti: ################################################## 1/1
Available Packages
Name : php-mbstring
Arch : i386
Version: 4.3.11
Release: 2.8.4.legacy
Size : 920 k
Repo : legacy-updates
Summary: A module for PHP applications which need multi-byte string handling
Description:
The php-mbstring package contains a dynamic shared object that will add
support for multi-byte string handling to PHP.
www.illusions.com.au/php.php
I am out of ideas, as i am seriously stuck on this... i would greatly appreciate anyone whos willing to lend me a hand in getting off step 2 of the installation process! thanks in advance =D


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks