|
|
|
Setup Main Menu
|
Setup
Checking the eGroupWare Installation Checking required PHP version 5.2+ (recommended 5.3+): 5.2.17 ==> True Checking php.ini: safe_mode = Off: ini_get('safe_mode')='0' = Off Checking php.ini: magic_quotes_runtime = Off: ini_get('magic_quotes_runtime')='0' = Off Checking php.ini: register_globals = Off: ini_get('register_globals')='0' = Off Checking php.ini: display_errors = Off: ini_get('display_errors')='0' = Off Checking php.ini: memory_limit >= 24M: ini_get('memory_limit')='256M' Checking php.ini: max_execution_time >= 30: ini_get('max_execution_time')='90' Checking php.ini: file_uploads = On: ini_get('file_uploads')='1' = On Checking php.ini: upload_max_filesize >= 8M: ini_get('upload_max_filesize')='64M' Checking php.ini: post_max_size >= 8M: ini_get('post_max_size')='65M' Checking php.ini: include_path contain .: ini_get('include_path')='.:/jet/var/pear/php:${prefix}/share/php' Checking php.ini: date.timezone set and not "System/Localtime": ini_get('date.timezone')='UTC' 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.
*** Please make the following change in your php.ini (/jet/etc/php): mbstring.func_overload = 7
*** AND reload your webserver, so the above changes take effect !!! Checking php.ini: magic_quotes_gpc = Off: ini_get('magic_quotes_gpc')='0' = Off Checking extension session is loaded or loadable: True Checking extension pdo is loaded or loadable: True Checking extension mysql is loaded or loadable: True Checking extension pdo_mysql is loaded or loadable: True Checking extension pgsql is loaded or loadable: True Checking extension pdo_pgsql is loaded or loadable: True Checking extension odbc is loaded or loadable: True Checking extension pdo_odbc is loaded or loadable: True Checking extension oci8 is loaded or loadable: FalseThe oci extension is needed, if you plan to use a Oracle database.
Checking extension pdo_oci is loaded or loadable: FalseThe pdo_oci extension is needed, if you plan to use a Oracle database.
Checking extension mbstring is loaded or loadable: True Checking extension ldap is loaded or loadable: True Checking extension ctype is loaded or loadable: True Checking extension mcrypt is loaded or loadable: True Checking extension xmlreader is loaded or loadable: True Checking extension gd is loaded or loadable: True Checking extension zip is loaded or loadable: True Checking extension pdo_sqlite is loaded or loadable: FalseThe pdo_sqlite extension is needed from: Calendar.
Checking extension imap is loaded or loadable: True Checking extension dom is loaded or loadable: True Checking PEAR is installed: 1.9.5 Checking PEAR::HTTP_WebDAV_Server is installed: 999.egw-pear Checking PEAR::Net_Socket is installed: 999.egw-pear Checking PEAR::Auth_SASL is installed: FalsePEAR::Auth_SASL is needed by: EMailAdmin, felamimail. You can install it by running: pear install Auth_SASL
Checking PEAR::Net_IMAP is installed: 999.egw-pear Checking PEAR::Net_Sieve is installed: 999.egw-pear Checking PEAR::XML_Feed_Parser is installed: FalsePEAR::XML_Feed_Parser is needed by: NewsAdmin. You can install it by running: pear install XML_Feed_Parser
Checking PEAR::Log is installed: 999.egw-pear Checking for GD support...: True Checking file-permissions of /jet/app/www/default/egw for not world writable: jet/jet drwxr-xr-xThis might take a while, please wait ...
Checking if php.ini setting session.save_path='/jet/tmp/php/sessions' is writable by the webserver: jet/jet drwxr-xr-x Checking function imagecreatefromjpeg exists: True Checking for tnef application: FalseYou dont have tnef or ytnef installed! It is needed to decode winmail.dat attachments in felamimail. Checking for JPGraph in /jet/app/www/default/jpgraph: FalseYou dont have JPGraph version 1.13 or higher installed! It is needed from ProjectManager for Ganttcharts. Please download a recent version from jpgraph.net/download/ and install it as /jet/app/www/default/jpgraph. Please fix the above errors (
|