phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-users] problem installing 9.14.506 (filemanager)


From: Michal Weis
Subject: [Phpgroupware-users] problem installing 9.14.506 (filemanager)
Date: Tue, 10 Jun 2003 18:31:32 +0200

Hello All,

with filemanager (content column) I'm facing simmilar problem, i'm 
also running 0.9.16 cvs version with mysql, to make filemanager 
running without complete reinstalling (i want to keep data), I did 
following command:

   alter table phpgw_vfs add column content text not null;

> does not work. The path to files is set correctly and 
> the whole tree is set to 777 initially I get the expected 
> screen But any action after that produces this error
> Error:        You do not have access to /home/kcscott ĂÜ
yes, I've the same:   
  Error:  You do not have access to /home/infi ÃÜ 

my files looks as follows (ommiting empty directories in ls -laR)

address@hidden files]# ls -alR
.:
total 16
drwxrwx---    4 nobody   nobody       4096 Jun  3 22:34 ./
drwxr-xr-x   18 nobody   nobody       4096 Jun  8 13:02 ../
drwxr-xr-x    3 nobody   nobody       4096 May 30 10:08 groups/
lrwxrwxrwx    1 root     root            5 Jun  3 22:34 home -> 
users/
drwxr-xr-x    3 nobody   nobody       4096 Jun  3 22:34 users/

./groups:
total 12
drwxr-xr-x    3 nobody   nobody       4096 May 30 10:08 ./
drwxrwx---    4 nobody   nobody       4096 Jun  3 22:34 ../

./users:
total 12
drwxr-xr-x    3 nobody   nobody       4096 Jun  3 22:34 ./
drwxrwx---    4 nobody   nobody       4096 Jun  3 22:34 ../
drwxrwx---    2 nobody   nobody       4096 Jun  3 22:34 infi/

and my tables of phpgw_vfs are (splitted into 3 selects to be more 
readable):

mysql> select file_id, owner_id, createdby_id, modifiedby_id, 
created from phpgw_vfs;
+---------+----------+--------------+---------------+------------+
| file_id | owner_id | createdby_id | modifiedby_id | created    |
+---------+----------+--------------+---------------+------------+
|       1 |        0 |            0 |             0 | 1970-01-01 |
|       2 |        0 |            0 |             0 | 1970-01-01 |
|       3 |        3 |         NULL |          NULL | 1970-01-01 |
+---------+----------+--------------+---------------+------------+
mysql> select modified, size, mime_type, deleteable, comment, app 
from phpgw_vfs;
+----------+------+-----------+------------+---------+------+
| modified | size | mime_type | deleteable | comment | app  |
+----------+------+-----------+------------+---------+------+
| NULL     | NULL | Directory | Y          | NULL    | NULL |
| NULL     | NULL | Directory | Y          | NULL    | NULL |
| NULL     | NULL |           | Y          | NULL    | NULL |
+----------+------+-----------+------------+---------+------+
!!!!!!! please note, for item 3 I've also tried to manually force 
mime_type='Directory' but it didn't helped either

mysql> select directory, name, link_directory, link_name, version, 
content  from phpgw_vfs;
+-----------+------+----------------+-----------+---------+---------+
| directory | name | link_directory | link_name | version | content |
+-----------+------+----------------+-----------+---------+---------+
| /         |      | NULL           | NULL      | 0.0.0.0 |         |
| /         | home | NULL           | NULL      | 0.0.0.0 |         |
| /home     | infi | NULL           | NULL      | 0.0.0.0 |         |
+-----------+------+----------------+-----------+---------+---------+

any other hint how to make filemanager running?

thanks a lot

mike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]