[dokuwiki] Re: no scc styling - any ideas why?

  • From: Manfred Heumann <mheumann@xxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 14 Sep 2006 17:57:30 +0200

Donatas G. wrote:

> OK, so below is included an error log: much related to wiki2 directory
> in it. Any ideas what it all means? I am not a good programmer so much
> of what I read here makes no sense to me...
...
> [2006-09-14 18:22:33]: error: directory is writable by others:
> (/home/lapas/public_html/dg/wiki2)

PHP informs you that you set your permissions on that directory to 777.
755 would do just fine.
...
> [Thu Sep 14 18:22:33 2006] [error] [client 213.226.188.26] Premature end
> of script headers: /home/lapas/public_html/dg/wiki2/doku.php

The script probably failed and didn't send any headers. You should get a
"Internal server error" message in your browser when that happens.

> [Thu Sep 14 18:22:33 2006] [error] [client 213.226.188.26] File does not
> exist: /home/lapas/public_html/dg/500.shtml

Because the server encountered an internal error, it tried to serve up
the corresponding error page. It couldn't find a custom one, though.


I don't think that the 777-permissions on your directories are the
problem you are looking for. But you should set up the correct
permissions anyway.


Manni
-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: