Hi all,
I am using Egroupware 1.6 on Debian Lenny (Apache2, PHP5, MySQL)
Authentication against LDAP (Active Directory).
Everything works fine except of the filemanager.
Trying to open the filemanager ends in a redirection-loop, trying to set ACL's gives the following error:
Warning: sqlfs_stream_wrapper::mkdir('sqlfs://default/home/Admins',56,8) permission denied! in /usr/share/egroupware/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php on line 626
The MySQL-Table egw_sqlfs is empty.
Can anyone help?
Thanks in advance,
Chris
> Hi all, I am using Egroupware 1.6 on Debian Lenny (Apache2, PHP5, MySQL)
> Authentication against LDAP (Active Directory). Everything works fine
> except of the filemanager. Trying to open the filemanager ends in a
> redirection-loop, trying to set ACL's gives the following error:
> /Warning:
> sqlfs_stream_wrapper::mkdir('sqlfs://default/home/Admins',56,8)
> permission denied! in
> /usr/share/egroupware/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php on
> line 626/ The MySQL-Table egw_sqlfs is empty. Can anyone help? Thanks in
> advance, Chris
egw_sqlfs has to contain a few rows, otherwise filemanager will always fail!
Easy solution, do a new install and copy the whole table from there into
your existing install.
Or use the following SQL (the dates dont matter):
INSERT INTO `egw_sqlfs` VALUES (1,0,'',5,0,0,'2009-02-26
16:31:14','2009-02-26 16:31:14','httpd/unix-directory',0,0,0,1,NULL,NULL);
INSERT INTO `egw_sqlfs` VALUES (2,1,'home',5,0,0,'2009-02-26
16:31:14','2009-02-26 16:31:14','httpd/unix-directory',0,0,0,1,NULL,NULL);
INSERT INTO `egw_sqlfs` VALUES (3,1,'apps',5,0,0,'2009-02-26
16:31:14','2009-02-26 16:31:14','httpd/unix-directory',0,0,0,1,NULL,NULL);
After installing the base rows in the table, you need to go to "Admin >>
Manage groups and users" and store all users and groups, to create their
home directories.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference _______________________________________________
eGroupWare-users mailing list
eGroupWare-users@... https://lists.sourceforge.net/lists/listinfo/egroupware-users
I restored egw_sqlfs from a fresh install. It helped!
Thank you very much for your help!
Chris
ralfbecker wrote:
Hi Chris,
ckatt schrieb:
> Hi all, I am using Egroupware 1.6 on Debian Lenny (Apache2, PHP5, MySQL)
> Authentication against LDAP (Active Directory). Everything works fine
> except of the filemanager. Trying to open the filemanager ends in a
> redirection-loop, trying to set ACL's gives the following error:
> /Warning:
> sqlfs_stream_wrapper::mkdir('sqlfs://default/home/Admins',56,8)
> permission denied! in
> /usr/share/egroupware/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php on
> line 626/ The MySQL-Table egw_sqlfs is empty. Can anyone help? Thanks in
> advance, Chris
egw_sqlfs has to contain a few rows, otherwise filemanager will always fail!
Easy solution, do a new install and copy the whole table from there into
your existing install.
Or use the following SQL (the dates dont matter):
INSERT INTO `egw_sqlfs` VALUES (1,0,'',5,0,0,'2009-02-26
16:31:14','2009-02-26 16:31:14','httpd/unix-directory',0,0,0,1,NULL,NULL);
INSERT INTO `egw_sqlfs` VALUES (2,1,'home',5,0,0,'2009-02-26
16:31:14','2009-02-26 16:31:14','httpd/unix-directory',0,0,0,1,NULL,NULL);
INSERT INTO `egw_sqlfs` VALUES (3,1,'apps',5,0,0,'2009-02-26
16:31:14','2009-02-26 16:31:14','httpd/unix-directory',0,0,0,1,NULL,NULL);
After installing the base rows in the table, you need to go to "Admin >>
Manage groups and users" and store all users and groups, to create their
home directories.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference _______________________________________________
eGroupWare-users mailing list
eGroupWare-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-users