PDA

Bekijk de volledige versie : Dokuwiki File upload fails



Fweem
11-02-2006, 01:06
Hi,

I own a WL500Gx (V) for about 4 weeks and got everything i need up and running except of one big problem:

I would like to run a Wiki system on my Wl500Gx and tried several file based systems. I got most of them to work except of one problem the working ones all have in common:

I canīt upload files or pictures.

Playing around with all the Wiki software i decided to use Dokuwiki.

Has anyone found a solution for this problem, maybe a workaround?

TheEagle
11-02-2006, 10:16
Never played with any WiKi things, but it COULD be that access to the directory (where uploaded stuff should be written in) is set wrong.

Does the user that is running the webserver have write permission on that directory? Or you could also do "chmod ugo+rwx <dirname>" so that for sure every user has write access (not the safest thing but works :P )