[dokuwiki] Re: Cannot edit pages, only says Show Page

  • From: Werner Flamme <werner.flamme@xxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 24 Nov 2006 10:14:14 +0100

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


sports tg schrieb am 24.11.2006 01:10:
> Can't thank you enough, thank you. Home late tonight so just chance to do :
> 
> [tom@localhost ~]$ ls -l /var/www/html
> drwxr-xr-x    7 1000     1000         4096 Nov  6 19:32 dokuwiki
> -rwxr--r--    1 root     root      1058194 Nov 22 22:38
> dokuwiki-2006-11-06.tgz
> 
> [tom@localhost /]$ cd /etc/httpd/conf
> [tom@localhost conf]$ find -L . -name "*.conf" | xargs grep -i "User "
> find: invalid predicate `-L'
> 
> Will work on it more over the weekend,
> 
> Tom.
> 

Tom,

when your "find" does not like "-L", replace the call with
find . -follow -name "*.conf" | xargs grep -i "User "
This is marked deprecated in my version of find, so I took the -L. But
find . -name "*.conf" | xargs grep -i "User "
should work too.

BTW, I would not "cd /etc/httpd/conf", but rather "cd /etc/httpd" for the
find command - everything in /etc should be conf ;-)

You unpacked dokuwiki, now the dokuwiki belongs to the user that unpacked
it. Unfortunately, this user seems to be not longer existent!? You see the
"1000" entries in the "ls -l" output - the value 1000 should be replaced by
the user's name (it should be shown with ls -n). Or do/did you login as
user "1000"?

OK, have a nice weekend in spite of these problems ;-)

Regards,
Werner

- --
Werner Flamme, Abt. WKDV
UFZ Umweltforschungszentrum Leipzig-Halle GmbH,
Permoserstr. 15 - 04318 Leipzig
Tel.: (0341) 235-3921 - Fax (0341) 235-453921
http://www.ufz.de - eMail: werner.flamme@xxxxxx




-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFFZrfmk33Krq8b42MRAjZzAJ9ILiF5dsR6VOXmJikbYnMVqS6EHACdGZuf
sRmsqdJsnZ0uyE4O9i0gfJs=
=itpe
-----END PGP SIGNATURE-----
-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: