Any Errors with the WebServers error_log???
Blank Pages often produce them. And they do help finding out what is wrong.
Best regards
Klausi
I did try the trunk version, but its Filemanager showed me blank page.
Upgrading database didn’t succeed neither, so I wouldn’t count on that
version, especially in my production environment.
I also tried today’s “1.4 daily snapshot”, but there was not any change
in
the Filemanager part.
I’d still like to try emptying all the tables Filemanager uses, but I
don’t
know which… where could I find it out?
–
Silver
Try downloading trunk and upgrading to it. be sure to do a bu first.
You may like what you see there.
Randy
Atrox wrote:
Hmm… any answer at all?
–
Silver
OK, so no hints on that. But which tables are used by filemanager in
database?
I’d try emptying all of them - maybe there’s smth wrong in there…
Anything
besides egw_vfs?
–
Silver
Hello.
Sorry to bother you with this again, but now I’ve upgraded to EGW
1.4.004,
hoping to get it resolve that way, but no, it’s still the same.
While upgrading I noticed that there were some PEAR modules missing,
especially the HTTP_Webdav_server or smth, that was needed by
filemanager.
But well, installing all the needed modules didn’t change anything.
So any hints on function file_exists()?
–
Silver
Hi.
I now took a look at class.vfs_sql.inc.php, but I didn’t get it
how
the “function file_exists ($data)” checks the existence of
something…
maybe
someone can give me a quick hint what could be wrong, so that it
gets
false
for perfectly existing folders?
–
Silver
First thing echo all involved vars.
that helps a bit.
If you want to know abaut vfs->file_exists
see the class in phpgwapi class.vfs_sql.inc.php
best regards
klaus
“Silver Salonen” silver.salonen@gmail.com schrieb:
Hello.
I use E-Groupware 1.4 (actually some snapshot from a little
later
time)
and
a few days ago the problem arise: when going to filemanager,
user
doesn’t
see all of his folders (eg. in “Location:” select-box). When
going
up
(to
/home), filemanager just keeps waiting for something and
eventually
times
out. I tried debugging it a little and discovered that problem
arises
in
this line of filemanager/inc/class.uifilemanager.inc.php:
if(!$this->bo->vfs->file_exists(array(‘string’ =>
$this->bo->fakebase.’/’.$group_array[‘account_name’],‘relatives’
=>
array(RELATIVE_NONE))))
{
$this->bo->vfs->override_acl
= 1;
$this->bo->vfs->mkdir(array(
'string'
=>
$this->bo->fakebase.’/’.$group_array[‘account_name’],
‘relatives’
=>
array(RELATIVE_NONE)
));
The weird thing is that the mkdir() stuff is done if
!$this->bo->vfs->file_exists(), but my folders do exist and
have
Apache
user’s privileges.
So, where/how do I check why vfs->file_exists() gets negative
answer?
–
Silver
Check out the new SourceForge.net Marketplace.
It’s the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
–
Stylite GmbH
[ open style of IT ]
Morschheimer Strasse 15
D - 67292 Kirchheimbolanden
fon 06352 . 70629-0
fax 06352 . 70629-30
email kl@stylite.de
www.stylite.de
Geschäftsführer: Nigel John Vickers, Andre Keller
Registergericht Kaiserslautern, HRB 12087
Check out the new SourceForge.net Marketplace.
It’s the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers