[dokuwiki] Re: Some Content is not displaying
- From: Larry Underhill <lgu@xxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Tue, 21 Nov 2006 11:38:51 -0500
On Tue, 2006-11-21 at 15:45 +0000, Lee Tambiah wrote:
> Hi,
>
> We have been using Dokuwiki for a while now, using the "DokuWiki
> Release 2006-03-09". We want to transfer the info to another server. I
> would like to move onto the new version, so I added the new version of
> dokuwiki and then replaced the data folder from our old install. All
> information was displaying, however some links would display a blank
> page which should have content there. Strange thing is when you click
> "edit" the text is all there, but when saved or previewed it shows
> nothing.
>
> I have tried this on other servers and worked flawlessly without this
> issue, except this one server I am trying to deploy it on at current,
> which is red hat based.
Maybe this is SELinux related? If so, you could check the context of
data dir/files to see what is up. It is possible that the httpd process
does not have ability to read the files as specified by the selinux
policy...
ls -Z will show you the policy. man 'chcon' to change the context.
Here is my listing from my fedora core box with selinux enabled.
ls -Z data
drwxrwxr-x apache staff root:object_r:httpd_sys_content_t attic
drwxrwxr-x apache staff root:object_r:httpd_sys_content_t cache
-rw-r--r-- apache staff root:object_r:httpd_sys_content_t
changes.log
drwxrwxr-x apache staff root:object_r:httpd_sys_content_t locks
drwxrwxr-x apache staff root:object_r:httpd_sys_content_t media
drwxrwxr-x apache staff root:object_r:httpd_sys_content_t meta
drwxrwxr-x apache staff root:object_r:httpd_sys_content_t pages
HTH,
--Larry
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] Some Content is not displaying
- From: Lee Tambiah
Other related posts:
- » [dokuwiki] Some Content is not displaying
- » [dokuwiki] Re: Some Content is not displaying
- » [dokuwiki] Re: Some Content is not displaying
- » [dokuwiki] Re: Some Content is not displaying
- » [dokuwiki] Re: Some Content is not displaying
- » [dokuwiki] Re: Some Content is not displaying
- » [dokuwiki] Re: Some Content is not displaying
- » [dokuwiki] Re: Some Content is not displaying
- » [dokuwiki] Re: Some Content is not displaying
- [dokuwiki] Some Content is not displaying
- From: Lee Tambiah