Problem is in most cases a corrupted egw_sqlfs table.
If you have no data in sqlfs (eg. attachments in apps), you can fill it
again with the following stock content:
TRUNCATE TABLE egw_sqlfs;
INSERT INTO egw_sqlfs (fs_id, fs_dir, fs_name, fs_mode,
fs_uid, fs_gid, fs_created, fs_modified, fs_mime, fs_size,
fs_creator, fs_modifier, fs_active, fs_content, fs_link) VALUES
(1, 0, ‘’, 5, 0, 0, ‘2010-11-05 15:34:31’, ‘2010-11-05 15:34:31’,
‘httpd/unix-directory’, 0, 0, 0, 1, NULL, NULL),
(2, 1, ‘home’, 5, 0, 0, ‘2010-11-05 15:34:31’, ‘2010-11-05 15:34:31’,
‘httpd/unix-directory’, 0, 0, 0, 1, NULL, NULL),
(3, 1, ‘apps’, 5, 0, 0, ‘2010-11-05 15:34:31’, ‘2010-11-05 15:34:31’,
‘httpd/unix-directory’, 0, 0, 0, 1, NULL, NULL),
(4, 2, ‘Default’, 56, 0, 1, ‘2010-11-05 15:34:31’, ‘2010-11-05
15:34:31’, ‘httpd/unix-directory’, 0, 0, NULL, 1, NULL, NULL),
(5, 2, ‘Admins’, 56, 0, 2, ‘2010-11-05 15:34:33’, ‘2010-11-05 15:34:33’,
‘httpd/unix-directory’, 0, 0, NULL, 1, NULL, NULL),
(6, 2, ‘NoGroup’, 56, 0, 3, ‘2010-11-05 15:34:33’, ‘2010-11-05
15:34:33’, ‘httpd/unix-directory’, 0, 0, NULL, 1, NULL, NULL),
(7, 2, ‘anonymous’, 448, 4, 0, ‘2010-11-05 15:34:33’, ‘2010-11-05
15:34:33’, ‘httpd/unix-directory’, 0, 0, NULL, 1, NULL, NULL),
(8, 2, ‘sysop’, 448, 5, 0, ‘2010-11-05 15:34:37’, ‘2010-11-05 15:34:37’,
‘httpd/unix-directory’, 0, 0, NULL, 1, NULL, NULL);
You need to change ‘sysop’ in the last name for the 1. EGroupware user
you created in setup.
And you need to add a similar line(s) for each user and group in
EGroupware (fs_uid and fs_gid have to match the existing account_id’s!).
If you already have data in it, you should try to restore only
"corrupted" entries. The first 3 have to be exactly like shown above.
If you can’t fix it yourself, you can allways buy support from Stylite GmbH.
Ralf
PS.: Don’t forget a database backup, before you start repairing.
Could not find the solution from other threads,
need help please give some idea.
thx.
–
View this message in context: http://egroupware.219119.n3.nabble.com/File-manager-trouble-tp267619p3215019.html
Sent from the egroupware-users mailing list archive at Nabble.com.
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don’t ask for help often.
Plus, you’ll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
eGroupWare-users mailing list
eGroupWare-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-users
–
Ralf Becker
Director Software Development
Stylite AG
Morschheimer Strasse 15 | Tel. +49 6352 70629 0
D-67292 Kirchheimbolanden | Fax. +49 6352 70629 30
Email: rb@stylite.de
www.stylite.de | www.egroupware.org
Managing Directors: Andre Keller | Ralf Becker | Gudrun Mueller
Chairman of the supervisory board: Prof. Dr. Birger Leon Kropshofer
Commerzbank BLZ 55040022 | Account 218111300
IBAN DE33 5504 0022 0218 1113 00 | BIC COBADEFFXXX
VAT DE214280951 | Registered HRB 30575 Kaiserslautern Germany
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don’t ask for help often.
Plus, you’ll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
eGroupWare-users mailing list
eGroupWare-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-users