I’ve searched everywhere and every keyword I can think of, but I cannot find an answer to my current problem. If anyone can give me some direction, I would be grateful.
I’m trying to set up a new eGroupWare server (already set two up without any difficulties) and I cannot seem to get past the Set-up page.
When I do a Installation test I get this:
Checking required PHP version 4.3+ (recommended 5.0): 5.1.6 ==> True
Passed Checking php.ini: safe_mode = Off: ini_get(‘safe_mode’)=’’ = Off
Passed Checking php.ini: magic_quotes_runtime = Off: ini_get(‘magic_quotes_runtime’)=’’ = Off
Passed Checking php.ini: register_globals = Off: ini_get(‘register_globals’)=’’ = Off
Passed Checking php.ini: memory_limit >= 16M: ini_get(‘memory_limit’)=‘32M’
Passed Checking php.ini: max_execution_time >= 30: ini_get(‘max_execution_time’)=‘30’
Passed Checking php.ini: file_uploads = On: ini_get(‘file_uploads’)=‘1’ = On
Passed Checking php.ini: include_path contain .: ini_get(‘include_path’)=’.:/usr/lib/php/:/usr/share/pear/‘
Passed Checking extension 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.
Passed Checking extension odbc is loaded or loadable: True
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 mbstring is loaded or loadable: False
The mbstring extension is needed to fully support unicode (utf-8) or other multibyte-charsets.
Warning Checking php.ini: mbstring.func_overload = 7: ini_get(‘mbstring.func_overload’)=’‘
The mbstring.func_overload = 7 is needed to fully support unicode (utf-8) or other multibyte-charsets.
Warning Checking extension imap is loaded or loadable: False
The imap extension is needed by the two email apps (even if you use email with pop3 as protocoll).
Passed Checking extension session is loaded or loadable: True
Warning 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
Passed Checking for GD support…: True
Passed Checking file-permissions of . for not world writable: david/root dr-xr-xr-x
This might take a while, please wait …
Passed Checking file-permissions of header.inc.php for not world readable: david/root ----------
Passed Checking if php.ini setting session.save_path=’/var/lib/php’ is writable by the webserver: apache/apache drwx-wx-wt
Now, when I go on to configure my header.inc.php, I get this:
You appear to have MySQL support.
You appear to have MySQLi (php5) support.
No PostgreSQL support found. Disabling
No MS SQL Server support found. Disabling
You appear to have ODBC support.
No Oracle support found. Disabling
You appear to have PHP session support. Enabling PHP sessions.
Sample configuration not found. using built in defaults
Now guessing better values for defaults…
I believe I have everything that I need to get a basic eGroupWare system running (I don’t need POP e-mail support at this time) but when I click the Continue button (after saving the header.ini.php output) I just get brought back to the Set-up page. I cannot proceed any further.
I tried de-activiating my server’s firewall, just to see if that was preventing any set-up of MySQL from happening, but that didn’t make any change.
I’m pretty sure that my admin passwords match (in regards to MySQL), so I’m kind of stumped at this time.
Any help or link to some helpful document(s) would be appreciated.