Koozali.org: home of the SME Server
Obsolete Releases => SME 8.x Contribs => Topic started by: mojo 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
-
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?
-
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
-
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
ll /opt
cat /etc/group|grep apache
cat /etc/group-|grep apache
groups apache
-
The results...
ll /opt
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
apache:x:102:
cat /etc/group-|grep apache
apache:x:102:
groups apache
apache : www
And yes I would be interested in 14.1, looks slick!
Thanks
-
do you have installed before egroupware or it is your first attempt
what about of : 'config show egroupware'
-
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
-
then
mv /opt/egroupware /opt/old_egroupware_old
yum install smeserver-egroupware --enablerepo=egroupware,smecontribs
signal-event post-upgrade; signal-event reboot
-
Okay now...
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
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
-
On reboot it tells me ...
loading egw_default into mysql [Fail]
-
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
-
Same results...
yum install smeserver-egroupware --enablerepo=egroupware,smecontribs
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
-
Found
/etc/e-smith/sql/init/81egw_default
and deleted it
-
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)
-
-mysql DB (verify that you have not an old DB called egroupware)
mysql
show databases;
tip: mysqlshow will do
-
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 ~]#
-
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-\*
-
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
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.
-
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 :)
-
mojo
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
-
Janet,
If I type mysql at the prompt and it doesn't ask for a password. That mean the password is blank?
-
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
-
mojo
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
-
stephdl
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 ?
-
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.
-
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 ?
-
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
-
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.
-
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.
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!
-
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
-
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
-
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.
-
Use the up cursor key to see recent CLI entries.
you could use this also, it save me hours also
history |less
-
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...
yum install smeserver-egroupware --enablerepo=egroupware,smecontribs
-
It is running on the SME9.
I'm getting a pile of errors in /var/log/messages
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
-
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 ?
-
Yes I updated it to version 1.8.