Koozali.org: home of the SME Server

Egroupware fails to install

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Egroupware fails to install
« on: September 08, 2014, 08:36:26 PM »
I have been attempting to install egroupware on sme8 from the contrib located at http://wiki.contribs.org/Egroupware

The yum install complains...

  Installing     : eGroupware                                                                                                                                     28/29
chcon: couldn't compute security context from unlabeled
setsebool:  SELinux is disabled.
/usr/bin/php -d memory_limit=256M /usr/share/egroupware/setup/setup-cli.php --setup-cmd-database sub_command=create_db 'domain=default' 'db_type=mysqli' 'db_host=localhost' 'db_port=3306' 'db_name=egroupware' 'db_user=egroupware' 'db_pass=?|f0d#oZggLF2teF' 'db_root=root' 'db_root_pw=' 'db_grant_host=localhost'
Can not connect to mysqli database mysql on host localhost:3306 using user root! (ADOdb::Connect(localhost:3306, root, $Password, mysql) failed.:
Access denied for user 'root'@'localhost' (using password: NO))

Installation failed --> exiting!

EGroupware install log saved to /root/eGroupware-install.log
Updating eGroupware... Please wait!
Backing up MySQL database...
Error in PREIN scriptlet in rpm package smeserver-egroupware-1.8.005-5.el5.sme.noarch
error: %pre(smeserver-egroupware-1.8.005-5.el5.sme.noarch) scriptlet failed, exit status 1
error:   install: %pre scriptlet failed (2), skipping smeserver-egroupware-1.8.005-5.el5.sme
Migrating existing database hosts

The install log from /root ...
Mon Sep  8 13:23:24 CDT 2014
/usr/bin/php -d memory_limit=256M /usr/share/egroupware/setup/setup-cli.php --setup-cmd-database sub_command=create_db 'domain=default' 'db_type=mysqli' 'db_host=localhost' 'db_port=3306' 'db_name=egroupware' 'db_user=egroupware' 'db_pass=?|f0d#oZggLF2teF' 'db_root=root' 'db_root_pw=' 'db_grant_host=localhost'
Can not connect to mysqli database mysql on host localhost:3306 using user root! (ADOdb::Connect(localhost:3306, root, $Password, mysql) failed.:
Access denied for user 'root'@'localhost' (using password: NO))

Installation failed --> exiting!

What can I do to install this?

Thanks

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #1 on: September 08, 2014, 08:46:49 PM »
I found this...
Followed the instructions to the letter, worked perfectly on my test bench machine, went belly up on my production one!
Did a total un-install as instructed on the Contribs page.
Re installed again and noticed this :-


> /usr/bin/php -d memory_limit=256M /usr/share/egroupware/setup/setup-cli.php --setup-cmd-database sub_command=create_db 'domain=default' 'db_type=mysqli' 'db_host=localhost' 'db_port=3306' 'db_name=egroupware' 'db_user=egroupware' 'db_pass=l%mw5]0sq!WC&GcQ' 'db_root=root' 'db_root_pw=' 'db_grant_host=localhost'
> Can not connect to mysqli database mysql on host localhost:3306 using user root! (ADOdb::Connect(localhost:3306, root, $Password, mysql) failed.:
> Access denied for user 'root'@'localhost' (using password: NO))
>
> Installation failed --> exiting!

Now I am out of my depth, any suggestions?

CANCEL that. I should really learn to google contribs more often, found the solution elsewhere on the site.

mysqladmin -u root create egroupware
mysql -e " grant all privileges on egroupware.* to 'egroupware'@'localhost' "
mysql -u root -e " SET PASSWORD FOR egroupware@localhost = PASSWORD( 'ATTENTION_put_here_password_for_egroupware_mysql_user' ) "
mysqladmin flush-privileges

Paul.

How do I find the random password generated while running the installer?

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #2 on: September 08, 2014, 09:29:50 PM »
I suppose in the DB

config show egroupware

are you interested to test smeserver-egroupware-epl-14.1, I'm currently working on it, testing only at the minute and just for SME9
« Last Edit: September 08, 2014, 09:43:32 PM by stephdl »
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #3 on: September 08, 2014, 10:16:41 PM »
I don't think that your post found on internet is relevant. Indeed at the end of the egroupware installation, it is 'normal' that we have a fail in the DB creation, mainly because it is the job of smeserver-egroupware, But your problem comes of this package

please give me the return of these commands

Code: [Select]
ll /opt
cat /etc/group|grep apache
cat /etc/group-|grep apache
groups apache
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #4 on: September 08, 2014, 10:33:50 PM »
The results...

ll /opt
Code: [Select]
total 20
drwxr-xr-x  6 root  root  4096 Aug 23  2013 egroupware
drwxr-xr-x  2 root  root  4096 Sep  8 12:33 eGW_RPM_BACKUP
drwxr-xr-x 11 www   www   4096 Sep  4  2013 fax
drwxrwxr-x 13   504   504 4096 Jun  5  2010 Funambol
drwxr-xr-x  3 admin admin 4096 Sep 21  2013 openoffice
cat /etc/group|grep apache
Code: [Select]
apache:x:102:cat /etc/group-|grep apache
Code: [Select]
apache:x:102:groups apache
Code: [Select]
apache : www
And yes I would be interested in 14.1, looks slick!

Thanks

« Last Edit: September 08, 2014, 10:40:38 PM by mojo »

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #5 on: September 08, 2014, 11:02:44 PM »
do  you have installed before egroupware or it is your first attempt

what about of : 'config show egroupware'
« Last Edit: September 08, 2014, 11:11:07 PM by stephdl »
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #6 on: September 08, 2014, 11:15:49 PM »
I may have tried previously. I have attempted several installs now having completely uninstalled egroupware with yum remove smeserver-egroupware and sh /root/eGW-Full-Uninstall.sh and also with   yum remove `rpm -qa|grep -i  eGroupware`

 'config show egroupware' returns nothing.

Thanks for all your help


Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #7 on: September 08, 2014, 11:33:43 PM »
then

Code: [Select]
mv /opt/egroupware /opt/old_egroupware_old
yum install smeserver-egroupware --enablerepo=egroupware,smecontribs
signal-event post-upgrade; signal-event reboot
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #8 on: September 08, 2014, 11:55:52 PM »
Okay now...

Code: [Select]
drwxr-xr-x  2 root  root  4096 Sep  8 12:33 eGW_RPM_BACKUP
drwxr-xr-x 11 www   www   4096 Sep  4  2013 fax
drwxrwxr-x 13   504   504 4096 Jun  5  2010 Funambol
drwxr-xr-x  6 root  root  4096 Aug 23  2013 old_egroupware_old
drwxr-xr-x  3 admin admin 4096 Sep 21  2013 openoffice

Strange now i have dependency issues...  yum install smeserver-egroupware --enablerepo=egroupware,smecontribs

Code: [Select]
smeserver-egroupware-1.8.005-5.el5.sme.noarch from smecontribs has depsolving problems
  --> Missing Dependency: eGroupware-gallery >= 1.8 is needed by package smeserver-egroupware-1.8.005-5.el5.sme.noarch (smecontribs)
smeserver-egroupware-1.8.005-5.el5.sme.noarch from smecontribs has depsolving problems
  --> Missing Dependency: eGroupware >= 1.8 is needed by package smeserver-egroupware-1.8.005-5.el5.sme.noarch (smecontribs)
Error: Missing Dependency: eGroupware-gallery >= 1.8 is needed by package smeserver-egroupware-1.8.005-5.el5.sme.noarch (smecontribs)
Error: Missing Dependency: eGroupware >= 1.8 is needed by package smeserver-egroupware-1.8.005-5.el5.sme.noarch (smecontribs)
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #9 on: September 09, 2014, 12:05:09 AM »
On reboot it tells me ...
Code: [Select]
loading egw_default into mysql  [Fail]

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #10 on: September 09, 2014, 12:32:43 AM »
For installation run the following commands:

db yum_repositories set egroupware repository \
Name "server_eGroupWare" \
BaseURL http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_5/ \
EnableGroups no GPGCheck yes \ Name "eGroupware (CentOS_5)" \
GPGKey http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_5/repodata/repomd.xml.key \
Visible yes status disabled

then

signal-event yum-modify

yum install smeserver-egroupware --enablerepo=egroupware,smecontribs
signal-event post-upgrade; signal-event reboot
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #11 on: September 09, 2014, 12:48:53 AM »
Same results...


yum install smeserver-egroupware --enablerepo=egroupware,smecontribs

Code: [Select]
  Installing     : eGroupware                                             28/29
chcon: couldn't compute security context from unlabeled
setsebool:  SELinux is disabled.
/usr/bin/php -d memory_limit=256M /usr/share/egroupware/setup/setup-cli.php --setup-cmd-database sub_command=create_db 'domain=default' 'db_type=mysqli' 'db_host=localhost' 'db_port=3306' 'db_name=egroupware' 'db_user=egroupware' 'db_pass=@ZrG[Uv8Kl!kOtP)' 'db_root=root' 'db_root_pw=' 'db_grant_host=localhost'
Can not connect to mysqli database mysql on host localhost:3306 using user root! (ADOdb::Connect(localhost:3306, root, $Password, mysql) failed.:
Access denied for user 'root'@'localhost' (using password: NO))

Installation failed --> exiting!

EGroupware install log saved to /root/eGroupware-install.log
Updating eGroupware... Please wait!
Backing up MySQL database...
Error in PREIN scriptlet in rpm package smeserver-egroupware-1.8.005-5.el5.sme.noarch
error: %pre(smeserver-egroupware-1.8.005-5.el5.sme.noarch) scriptlet failed, exit status 1
error:   install: %pre scriptlet failed (2), skipping smeserver-egroupware-1.8.005-5.el5.sme
Migrating existing database hosts

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #12 on: September 09, 2014, 01:12:37 AM »
Found

/etc/e-smith/sql/init/81egw_default

and deleted it

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #13 on: September 09, 2014, 07:19:46 AM »
manifestly you have still some pieces of an old installation.

you ought to find them first and remove them (but with yum or rpm command)

-the sme DB configuration (you said that 'config show egroupware' returns nothing but please verify)
-mysql DB (verify that you have not an old DB called egroupware)
mysql
show databases;

removing the old mysql.init by hand is not the good choice since we cannot understand of which package it comes from (rpm -qf /etc/e-smith/sql/init/81egw_default)

Normally it is possible that you have other files of mysql.init or eventually some httpd/templates (/etc/e-smith/templates/etc/httpd/conf/httpd.conf)
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

guest22

Re: Egroupware fails to install
« Reply #14 on: September 09, 2014, 08:52:29 AM »
-mysql DB (verify that you have not an old DB called egroupware)
mysql
show databases;

tip: mysqlshow will do

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #15 on: September 09, 2014, 03:21:24 PM »
Here are the results...

Using username "root".
Last login: Mon Sep  8 17:57:51 2014 from 10.182.188.16
[root@sme ~]# config show egroupware
[root@sme ~]# mysqlshow
+--------------------+
|     Databases      |
+--------------------+
| information_schema |
| avantfax           |
| egroupware         |
| horde              |
| my_wiki            |
| mysql              |
| sme8admin          |
| sogo               |
| test               |
| zurmo              |
+--------------------+
[root@sme ~]#


Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #16 on: September 09, 2014, 04:25:49 PM »
THerefore you have to remove

-SME DB (ok)
-mysql egroupware DB
http://wiki.contribs.org/Useful_Commands#Remove_a_database
-all rpm smeserver-egroupware
yum remove smeserver-egroupware eGroupware-\*
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #17 on: September 09, 2014, 05:08:44 PM »
Removed the egroupware DB, ran the commands...

yum remove smeserver-egroupware eGroupware-\* ,

yum remove `rpm -qa|grep -i  eGroupware`

signal-event post-upgrade; signal-event reboot

The problem remains

Code: [Select]
 
Installing     : eGroupware                                                                                          28/29
chcon: couldn't compute security context from unlabeled
setsebool:  SELinux is disabled.
/usr/bin/php -d memory_limit=256M /usr/share/egroupware/setup/setup-cli.php --setup-cmd-database sub_command=create_db 'domain=default' 'db_type=mysqli' 'db_host=localhost' 'db_port=3306' 'db_name=egroupware' 'db_user=egroupware' 'db_pass=wkVjcqYd(B98[t=1' 'db_root=root' 'db_root_pw=' 'db_grant_host=localhost'
Can not connect to mysqli database mysql on host localhost:3306 using user root! (ADOdb::Connect(localhost:3306, root, $Password, mysql) failed.:
Access denied for user 'root'@'localhost' (using password: NO))

Installation failed --> exiting!

EGroupware install log saved to /root/eGroupware-install.log
Updating eGroupware... Please wait!
Backing up MySQL database...
mysqldump: Got error: 1049: Unknown database 'egroupware' when selecting the database
Error in PREIN scriptlet in rpm package smeserver-egroupware-1.8.005-5.el5.sme.noarch
error: %pre(smeserver-egroupware-1.8.005-5.el5.sme.noarch) scriptlet failed, exit status 1
error:   install: %pre scriptlet failed (2), skipping smeserver-egroupware-1.8.005-5.el5.sme
Migrating existing database hosts

Thanks so much for taking the time to help me.

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #18 on: September 09, 2014, 05:43:08 PM »
ll /opt

you have still a directory called egroupware in /opt, if yes remove it

After that
verify you have not a a mysql DB  and SME DB, remove all eGroupware package

Maybe it is time to reinstall your server....you have played a bit with it :(
Go to SME9 :)
« Last Edit: September 09, 2014, 05:47:32 PM by stephdl »
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline janet

  • ****
  • 4,812
  • +0/-0
Re: Egroupware fails to install
« Reply #19 on: September 09, 2014, 06:03:18 PM »
mojo

Quote
Can not connect to mysqli database mysql on host localhost:3306 using user root! (ADOdb::Connect(localhost:3306, root, $Password, mysql) failed.:
Access denied for user 'root'@'localhost' (using password: NO))

Would this be indicating that you have changed the root mysql password at some point in time (which you should NOT have done).

You can reset the mysql root password by following these instructions:
http://wiki.contribs.org/MySQL#Resetting_the_MySQL_root_password
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #20 on: September 09, 2014, 06:09:32 PM »
Janet,

If I type mysql at the prompt and it doesn't ask for a password. That mean the password is blank?

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #21 on: September 09, 2014, 06:13:12 PM »
Sorry Janet but this time you are wrong. see http://forums.contribs.org/index.php/topic,51099.msg258805.html#msg258805

never mind of this warning of eGroupware
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline janet

  • ****
  • 4,812
  • +0/-0
Re: Egroupware fails to install
« Reply #22 on: September 09, 2014, 06:58:32 PM »
mojo

Quote
If I type mysql at the prompt and it doesn't ask for a password. That mean the password is blank?

No.
There is a password (a very long one, 72 chars), but sme server does not require you to enter that to access mysql, it does it for you automatically.
I was really just asking if you had manually changed the mysql root password, Did you ?
See
http://wiki.contribs.org/MySQL#MySQL_root_password
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline janet

  • ****
  • 4,812
  • +0/-0
Re: Egroupware fails to install
« Reply #23 on: September 09, 2014, 07:01:31 PM »
stephdl

Quote
see http://forums.contribs.org/index.php/topic,51099.msg258805.html#msg258805
never mind of this warning of eGroupware

Are you saying/suggesting that this issue is really to do with a new version of smeserver-egroupware not being fully correct for use with sme9.0 ?
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #24 on: September 09, 2014, 07:20:15 PM »
Sorry Janet but I do not understand fully your question, French attitude :(

smeserver-egroupware is available for sme8 in the smecontribs and in my repo for sme9 (it is really recent)
Someone asks me that he would have egroupware-epl_14.1 for smeserver, so I started to work on it, but only for sme9 (it needs a PHP accelerator/caching)

It is for testing only : http://mirror.de-labrusse.fr/Sme-Server/smeserver-egroupware-epl/ epel and egroupware needed

The only Known issue for now is that the email client needs to be created by hand for each users, I do not understand why it is like that (IMAP Authentication). I did a post in egroupware website, i'm waiting a response. The UI is completely news, nice to see.

See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline janet

  • ****
  • 4,812
  • +0/-0
Re: Egroupware fails to install
« Reply #25 on: September 09, 2014, 07:44:33 PM »
stephdl

Rephrasing my question.

Are there bug(s) in your sme9 version of smeserver-egroupware that are responsible for the problems that OP is having when installing ?
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #26 on: September 09, 2014, 08:06:18 PM »
Are there bug(s) in your sme9 version of smeserver-egroupware that are responsible for the problems that OP is having when installing ?

No I don't think so, until proven otherwise. There is no version for sme8 and I open a version for sme9 recently
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #27 on: September 09, 2014, 11:32:33 PM »
Janet

mojo

No.
There is a password (a very long one, 72 chars), but sme server does not require you to enter that to access mysql, it does it for you automatically.
I was really just asking if you had manually changed the mysql root password, Did you ?
See
http://wiki.contribs.org/MySQL#MySQL_root_password

I don't think I had ever changed password. I did do as you suggested and reset the password. Then rebooted. The installation still fails.
« Last Edit: September 09, 2014, 11:38:16 PM by mojo »

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #28 on: September 10, 2014, 05:40:05 AM »
stephdl

I'm not sure if this is the right place to post this. I have a fresh install of sme 9 64 bit. Installed the egroupware contrib and I get a similar error.

Code: [Select]
Tue Sep  9 22:19:25 CDT 2014
/usr/bin/php -d memory_limit=256M /usr/share/egroupware/setup/setup-cli.php --setup-cmd-database sub_command=create_db 'domain=default' 'db_type=mysqli' 'db_host=localhost' 'db_port=3306' 'db_name=egroupware' 'db_user=egroupware' 'db_pass=T41NR6BvEh_wFZpR' 'db_root=root' 'db_root_pw=' 'db_grant_host=localhost'
Can not connect to mysqli database mysql on host localhost:3306 using user root! (ADOdb::Connect(localhost:3306, root, $Password, mysql) failed.:
Access denied for user 'root'@'localhost' (using password: NO))

I have however gotten into the configuration page.  Thank you for all you do!
« Last Edit: September 10, 2014, 06:09:45 AM by mojo »

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #29 on: September 10, 2014, 07:28:32 AM »
Hum...from my repo....i will attempt to reproduce but i have done it many time this week...maybe only on 32 bit....could you test yourself on 32 bit.

Do you have restored the backup from your sme8
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #30 on: September 10, 2014, 07:39:28 AM »
Hum...from my repo....i will attempt to reproduce but i have done it many time this week...maybe only on 32 bit....could you test yourself on 32 bit.

Do you have restored the backup from your sme8

Oups sorry my English level is not enough good sometime to understand  expression, the winners are Australians (tky Terry)

The error which you relate is not under my control, indeed it comes from the package eGroupware. It attempts to create the DB wit the Root account but it is not possible. The package I provide 'smeserver-egroupware' is here to do the job.

which package do you have tested, smeserver-egroupware or smeserver-egroupware-epl

If I understand well, all seems to work

See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline janet

  • ****
  • 4,812
  • +0/-0
Re: Egroupware fails to install
« Reply #31 on: September 10, 2014, 07:49:53 AM »
mojo

Please show us the exact commands you are using to install the sme8 version

and seperately
show us the commands used to install the sme9 version.

It's best to get these from your server history, as that shows what you really typed, rather than what you read in a wiki article.
Use the up cursor key to see recent CLI entries.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #32 on: September 10, 2014, 07:56:43 AM »
Use the up cursor key to see recent CLI entries.
you could use this also, it save me hours also

Code: [Select]
history |less
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #33 on: September 10, 2014, 07:35:53 PM »
stephdl,

It was a fresh install of SME9 and I didn't restore a backup. Both SME8 and SME9 installs were cut and pasted from the contrib...
Code: [Select]
yum install smeserver-egroupware --enablerepo=egroupware,smecontribs

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #34 on: September 10, 2014, 07:46:29 PM »
It is running on the SME9.
I'm getting a pile of errors in /var/log/messages
Code: [Select]
Sep  9 23:45:33 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryStorage.class on line 275
Sep  9 23:45:33 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 921
Sep  9 23:45:33 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 1996
Sep  9 23:45:33 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 2068
Sep  9 23:45:36 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryStorage.class on line 275
Sep  9 23:45:36 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 921
Sep  9 23:45:36 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 1996
Sep  9 23:45:36 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 2068
Sep  9 23:45:36 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryStorage.class on line 275
Sep  9 23:45:36 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 921
Sep  9 23:45:36 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 1996
Sep  9 23:45:36 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 2068
Sep  9 23:45:48 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryStorage.class on line 275
Sep  9 23:45:48 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 921
Sep  9 23:45:48 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 1996
Sep  9 23:45:48 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/lib/adodb/adodb.inc.php on line 2068
Sep  9 23:45:49 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/command) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:49 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/bin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:49 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:49 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:49 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/command) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/bin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/bin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/command) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/command) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/bin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/bin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/bin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/bin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/command) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/command) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/bin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/bin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/sbin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/bin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:50 test httpd: PHP Warning:  realpath() [<a href='function.realpath'>function.realpath</a>]: open_basedir restriction in effect. File(/usr/local/bin) is not within the allowed path(s): (/usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin:/usr/share/egroupware_tmp) in /usr/share/egroupware/gallery/gallery2/modules/core/classes/GalleryPlatform.class on line 910
Sep  9 23:45:52 test httpd: PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/share/egroupware/gallery/gallery2/modules/gd/classes/GdToolkitHelper.class on line 385
Sep 10 02:09:01 test squid[1934]: storeDirWriteCleanLogs: Starting...
Sep 10 02:09:01 test squid[1934]:   Finished.  Wrote 0 entries.
Sep 10 02:09:01 test squid[1934]:   Took 0.00 seconds (  0.00 entries/sec).
Sep 10 02:09:01 test squid[1934]: logfileRotate: /var/log/squid/access.log
Sep 10 12:39:40 test httpd: PHP Warning:  array_keys() expects parameter 1 to be array, null given in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 608
Sep 10 12:39:40 test httpd: PHP Warning:  Invalid argument supplied for foreach() in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 608
Sep 10 12:39:40 test httpd: PHP Warning:  array_keys() expects parameter 1 to be array, null given in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 602
Sep 10 12:39:40 test httpd: PHP Warning:  Invalid argument supplied for foreach() in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 602
Sep 10 12:39:40 test httpd: PHP Warning:  array_keys() expects parameter 1 to be array, null given in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 608
Sep 10 12:39:40 test httpd: PHP Warning:  Invalid argument supplied for foreach() in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 608
Sep 10 12:39:44 test httpd: PHP Warning:  array_keys() expects parameter 1 to be array, null given in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 608
Sep 10 12:39:44 test httpd: PHP Warning:  Invalid argument supplied for foreach() in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 608
Sep 10 12:39:44 test httpd: PHP Warning:  array_keys() expects parameter 1 to be array, null given in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 602
Sep 10 12:39:44 test httpd: PHP Warning:  Invalid argument supplied for foreach() in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 602
Sep 10 12:39:44 test httpd: PHP Warning:  array_keys() expects parameter 1 to be array, null given in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 608
Sep 10 12:39:44 test httpd: PHP Warning:  Invalid argument supplied for foreach() in /usr/share/egroupware/tracker/inc/class.tracker_bo.inc.php on line 608

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Egroupware fails to install
« Reply #35 on: September 10, 2014, 09:44:08 PM »
please open a bug in bugzilla and provide all relevant informations. In smeserver-egroupware-epl, there is no more interactions for Gallery. I believe also that software is now no more maintained  even for the version 3.

Indeed the volunteers have closed the door.

Did you try  to update the gallery2 in egroupware/setup login config-admin passwd admin ?
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline mojo

  • *
  • 25
  • +0/-0
    • http://pawnitinc.com/files
Re: Egroupware fails to install
« Reply #36 on: September 11, 2014, 12:20:48 AM »
Yes I updated it to version 1.8.