Hi Mike a,
Thank you for the reply. I do have Pear completely installed so that’s handled, still having problems with the SMTP error. It took screen shots of my set up so I hope this helps and I pasted my check installation results below too.
Checking the eGroupWare Installation
Passed Checking required PHP version 5.1+ (recommended 5.2+): 5.2.14 ==> True
Passed Checking php.ini: safe_mode = Off: ini_get(‘safe_mode’)=‘0’ = Off
Passed Checking php.ini: magic_quotes_runtime = Off: ini_get(‘magic_quotes_runtime’)=‘0’ = Off
Passed Checking php.ini: register_globals = Off: ini_get(‘register_globals’)=‘0’ = Off
Warning Checking php.ini: display_errors = Off: ini_get(‘display_errors’)=‘1’ = On
display_errors is set to 1. This is NOT recommeded for a production system, as displayed error messages can contain passwords or other sensitive information!
Passed Checking php.ini: memory_limit >= 24M: ini_get(‘memory_limit’)='40M’
Passed Checking php.ini: max_execution_time >= 30: ini_get(‘max_execution_time’)='50000’
Passed Checking php.ini: file_uploads = On: ini_get(‘file_uploads’)=‘1’ = On
Passed Checking php.ini: upload_max_filesize >= 8M: ini_get(‘upload_max_filesize’)=‘20M’
Passed Checking php.ini: post_max_size >= 8M: ini_get(‘post_max_size’)=‘8M’
Passed Checking php.ini: include_path contain .: ini_get(‘include_path’)=’.:/usr/lib/php5’
Warning 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 (/usr/lib/php5): mbstring.func_overload = 7
*** AND reload your webserver, so the above changes take effect !!!
Warning Checking php.ini: magic_quotes_gpc = Off: ini_get(‘magic_quotes_gpc’)=‘1’ = On
magic_quotes_gpc is needed by: felamimail.
Passed Checking extension session is loaded or loadable: True
Passed Checking extension pdo is loaded or loadable: True
Passed Checking extension mysql is loaded or loadable: True
Passed Checking extension pdo_mysql is loaded or loadable: True
Warning Checking extension pgsql is loaded or loadable: False
The pgsql extension is needed, if you plan to use a pgSQL database.
Warning Checking extension pdo_pgsql is loaded or loadable: False
The pdo_pgsql extension is needed, if you plan to use a pgSQL database.
Warning Checking extension odbc is loaded or loadable: False
The odbc extension is needed, if you plan to use a MaxDB, MsSQL or Oracle database.
Warning Checking extension pdo_odbc is loaded or loadable: False
The pdo_odbc extension is needed, if you plan to use a MaxDB, MsSQL or Oracle database.
Warning Checking extension oci8 is loaded or loadable: False
The oci extension is needed, if you plan to use a Oracle database.
Warning Checking extension pdo_oci is loaded or loadable: False
The pdo_oci extension is needed, if you plan to use a Oracle database.
Passed Checking extension mbstring is loaded or loadable: True
Warning Checking extension ldap is loaded or loadable: False
The ldap extension is needed, if you use ldap as account or contact storage, authenticate against ldap or active directory. It’s not needed for a standard SQL installation.
Passed Checking extension ctype is loaded or loadable: True
Passed Checking extension imap is loaded or loadable: True
Passed Checking extension dom is loaded or loadable: True
Passed Checking PEAR is installed: 1.9.1
Passed Checking PEAR::HTTP_WebDAV_Server is installed: 999.egw-pear
Passed Checking PEAR::Net_Socket is installed: 999.egw-pear
Passed Checking PEAR::Auth_SASL is installed: 999.egw-pear
Passed Checking PEAR::Net_IMAP is installed: 999.egw-pear
Passed Checking PEAR::Net_Sieve is installed: 999.egw-pear
Passed Checking PEAR::XML_Feed_Parser is installed: 999.egw-pear
Passed Checking PEAR::Log is installed: 999.egw-pear
Passed Checking for GD support…: True
Passed Checking file-permissions of /homepages/08736733/htdocs/egroupware for not world writable: 86703/ftpusers drwxr-xr-x
This might take a while, please wait …
Passed Checking file-permissions of /homepages/08736733/htdocs/egroupware/header.inc.php for not world readable: u40686703/ftpusers -rw-rw----
Passed Checking if php.ini setting session.save_path=’/tmp’ is writable by the webserver: root/root drwxrwxrwt
Please fix the above errors (Error) and warnings(Warning).