We had so problems, with guy logged in in BIG Letters.
Everything is fine, but once the click on the filemgr, they get a
redirect loop.
The only thing to avoid this, is to set a parameter in the EGroupware
setup page.
This checks the spelling during the Login.
Stefan
--
Stylite GmbH
[ open style of IT ]
Morschheimer Strasse 15
D-67292 Kirchheimbolanden
fon +49 (0)6352 . 70629-0
fax +49 (0)6352 . 70629-30
mailto: sb@...
Geschäftsführer: Nigel J. Vickers, Andre Keller,Gudrun Müller und Ralf Becker
Registergericht Kaiserslautern, HRB 30575
USt-ID: DE214280951
www.stylite.de
bobe schrieb:
Hi
Can somebody help me with this issue, please?
Regards
bobe wrote:
tt_oscar wrote:
Robert,
You're problem description is not exactly clear.
You changed something, and now something doesn't work anymore.... can
you be a bit more specific?
What info did you find in the logfiles?
Hi Oscar
When I click on FileManager icon, I get these in Apache ssl_error_log:
[error] [client HIDDEN]
sqlfs_stream_wrapper::mkdir('sqlfs://default/home/MYUSERNAME',448,8)
permission denied!, referer:
https://www1.zd-lj.si/egroupware/index.php?menuaction=calendar.calendar_uiviews.index
[Sun Jul 05 12:49:16 2009] [error] [client HIDDEN] PHP Warning:
sqlfs_stream_wrapper::mkdir('sqlfs://default/home/MYUSERNAME',448,8)
permission denied! in
/var/www/html/egroupware/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php
on line 656, referer:
https://www1.zd-lj.si/egroupware/index.php?menuaction=calendar.calendar_uiviews.index
In /egroupware/setup module I have these settings:
Where should eGroupware store file content: Filesystem (default)
Enter the full path for users and group files: /egroupware
/egroupware folder on this machine has permissions:
drwxr-xr-x 4 apache apache
It stoped working after I made a change in FileManager ACLs - I was
changing a permission on a folder and ... since then it's reporting this
error (Redirect Loop).
Hope this helps for another hint ;-)
And if I run
/var/www/html/egroupware/filemanager./cli.php ls
vfs://admin:PASSWD@default/ I get:
sqlfs_stream_wrapper::dir_opendir('sqlfs://default/',4) permission denied!
PHP Warning: opendir(sqlfs://default/): failed to open dir:
"sqlfs_stream_wrapper::dir_opendir" call failed in
/var/www/html/egroupware/phpgwapi/inc/class.vfs_stream_wrapper.inc.php on
line 653
vfs_stream_wrapper::dir_opendir( vfs://admin:PASSWD@default/,4)
opendir(sqlfs://default/) failed!
PHP Warning: opendir(vfs://...@default/): failed to open dir:
"vfs_stream_wrapper::dir_opendir" call failed in
/var/www/html/egroupware/filemanager/cli.php on line377
ls vfs://admin:PASSWD@default/ (long=0, numeric=0, recursive=0)
Regards and thanks