Discussion:
[eGroupWare-users] Errors across egroupware
thomas
2006-03-28 13:46:12 UTC
Permalink
I have installed 1.2 C7

A few errors are occurring and any help would be greatly appreciated.

Checking the egroupware installatio: the following errors
occur:-

1.Checking php.ini: mbstring.func_overload = 7:
ini_get('mbstring.func_overload')='0'
The mbstring.func_overload = 7 is needed to fully support unicode (utf-8) or
other multibyte-charsets.

2.Warning: pear_check(PEAR.php): failed to open stream: No such file or
directory in C:\Inetpub\vhosts\seoadvisers.com\httpdocs\egroupware\setup\
check_install.php on line 205

Warning: pear_check(): Failed opening 'PEAR.php' for inclusion
(include_path='.;./includes;./pear') in
C:\Inetpub\vhosts\seoadvisers.com\httpdocs\egroupware\setup\
check_install.php on line 205

Checking PEAR is installed: False
PEAR is needed by SyncML or the iCal import+export of calendar.
PEAR::Log is needed by SyncML. You can install it by running: pear install
Log

The rest of errors are after installation.

1.Project Manager system I'm unable to add text to the OM description field.


2.Felamimail has this error

Warning: Invalid argument supplied for foreach() in
C:\Inetpub\vhosts\seoadvisers.com\httpdocs\egroupware\felami
mail\inc\class.uiwidgets.inc.php on line 118

The connection to the IMAP Server failed!!

3.calendar -

Programmer failed to pass __FILE__ and/or __LINE__ in next log message*

C:Inetpubvhostsseoadvisers.comhttpdocsegroupwarephpgwapiincc
lass.error.inc.php lime 93

Any help at all would be greatly appreciated
Pocket
2006-03-30 09:22:29 UTC
Permalink
ini_get('mbstring.func_overload')='0'
Post by thomas
The mbstring.func_overload = 7 is needed to fully support unicode (utf-8)
or other multibyte-charsets.

as it tells you, u have to change the value of mbstring.func_overload to 7
edit your php.ini to do that

pear is essential for egroupware, you shouldn t use it without pear.. so it
depends on your system how to install pear. eg Debain has a packages :
php-pear (for php>4) and php4-pear (and php4-log) for php4 Versions...
try that first maybe this is reasonable for after install errors..
cheers Pocket

egw1.2
php5.1
apache2
mysql 4.something
on Debian 3.1 |ubuntu Breezy
István Pongrácz
2006-03-30 11:29:46 UTC
Permalink
Hi,

I use utf8, but as Ralf showed me, this cause that, filescenter and
anglemail use multibyte count in strlen() function.
That means, if you want to download a file/attachement, its size will be
wrong (less than the real), because strlen() calculate multibyte
characters, not 8 bits wide characters.
Please check/confirm it, if you have experiences.

Thanks,
IStván
Post by thomas
ini_get('mbstring.func_overload')='0'
Post by thomas
The mbstring.func_overload = 7 is needed to fully support unicode (utf-8)
or other multibyte-charsets.
as it tells you, u have to change the value of mbstring.func_overload to 7
edit your php.ini to do that
pear is essential for egroupware, you shouldn t use it without pear.. so it
php-pear (for php>4) and php4-pear (and php4-log) for php4 Versions...
try that first maybe this is reasonable for after install errors..
cheers Pocket
egw1.2
php5.1
apache2
mysql 4.something
on Debian 3.1 |ubuntu Breezy
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
_______________________________________________
eGroupWare-users mailing list
https://lists.sourceforge.net/lists/listinfo/egroupware-users
Loading...