DokuWiki for XOOPS is a XOOPS module based on DokuWiki, using DokuWiki syntax and XOOPS group permissions.

DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts.

DokuWiki Project:
http://www.splitbrain.org/projects/dokuwiki

Features:


System Requirements:



Other files by: Mamba

DH-Info (2014/04/08)
XoopsHeadline (2013/02/04)
XoopsTube (2013/02/04)
xForms (2013/02/04)
Soapbox (2013/02/04)
TDMDownloads (2013/02/04)
Obituaries (2013/02/04)
Defacer (2013/02/04)
Backup (2013/02/04)
Google Maps (2013/01/04)
Tag (2013/01/04)
Mastop 2Go (2013/01/04)
MyMenus (2013/01/03)
Birthday (2013/01/03)
Group Manager (2010/01/19)
Auth (2008/07/02)
Sudoku (2008/06/30)
XOOPS Roster (2008/06/30)
MeteoMedia (2008/06/30)
MP Manager (2008/06/30)

The comments are owned by the author. We aren't responsible for their content.
user

 Re: DokuWiki


Page blanck !!!
Debug:

Notice: Undefined offset: 1 in file /modules/dokuwiki/inc/init.php line 379
Notice: Undefined index: id in file /modules/dokuwiki/doku.php line 21
Notice: Undefined index: rev in file /modules/dokuwiki/doku.php line 24
Notice: Undefined index: do in file /modules/dokuwiki/doku.php line 25
Notice: Undefined index: idx in file /modules/dokuwiki/doku.php line 26
Notice: Undefined index: date in file /modules/dokuwiki/doku.php line 27
Notice: Undefined index: lines in file /modules/dokuwiki/doku.php line 28
Notice: Undefined index: s in file /modules/dokuwiki/doku.php line 29
Notice: Undefined index: query in file /modules/dokuwiki/inc/common.php line 1003
Notice: Undefined variable: q in file /modules/dokuwiki/inc/common.php line 1013
Notice: Undefined index: wikitext in file /modules/dokuwiki/doku.php line 32
Notice: Undefined index: prefix in file /modules/dokuwiki/doku.php line 33
Notice: Undefined index: suffix in file /modules/dokuwiki/doku.php line 34
Notice: Undefined index: summary in file /modules/dokuwiki/doku.php line 35
Notice: Undefined index: last_change in file /modules/dokuwiki/inc/common.php line 169

XOOPS 2.3.2b
php 5.2.6

 
user

 Re: DokuWiki


I don't know the reason of your blank page with dokuwiki,
but the notice messages are 'normal'.

Are you sure that all the dokuwiki files available/uploaded?
Are the directories in uploads/dokuwiki writeable?

Robert

 
user

 Re: DokuWiki


This entirely correct ....Link !

 
user

 Re: DokuWiki


Maybe you can try the following:

Open the file 'modules/dokuwiki/conf/dokuwiki.php'
Go to line 76, there should be the entry $conf['userewrite'], change it from 1 to 0.

I didn't had a blank page, but an error message.

One additional hint:
Go to 'modules/dokuwiki/conf', if the file 'acl.auth.php' doesn't exists yet, make a copy of 'acl.auth.php.dist' and rename it to 'acl.auth.php' and make it writable.

DokuWiki writes the permission settings to this file.

Cheers
Robert

 
user

 Re: DokuWiki


I made the changes and all, do not get to work. ideas?

 
user

 Re: DokuWiki


Hi lapsa2000,
another idea...

what do you have as memory_limit within your php.ini?
16MB and less is too low. This can also result in a blank page.

Cheers
Robert

 
user

 Re: DokuWiki


Hello
I have XOOPS 2.3.1 and Apache 2.2.6 on a Windows Xp machine

The dokuwiki module gives an internal server error. The error in Apache log is a syntax error in .htaccess file.

the error is:

C:/wamp/www/modules/dokuwiki/lib/plugins/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer:http://www.idnerja.net/modules/dokuwiki/doku.php?

if i remove .htaccess from dokuwiki folder the module works but all the links are broken

Could anybody help me?

Thank you in advance
Leonardo

Note: my .htaccess file:

## Enable this to restrict editing to logged in users only

## You should disable Indexes and MultiViews either here or in the
## global config. Symlinks maybe needed for URL rewriting.
#Options -Indexes -MultiViews +FollowSymLinks

## make sure nobody gets the htaccess files
<Files ~ "^[\._]ht">
Order allow,deny
Deny from all
Satisfy All
</Files>

## Uncomment these rules if you want to have nice URLs using
## $conf['userewrite'] = 1 - not needed for rewrite mode 2
RewriteEngine on

## Not all installations will require the following line. If you do,
## change "/dokuwiki" to the path to your dokuwiki directory relative
## to your document root.
RewriteBase /modules/dokuwiki

RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]
RewriteRule ^_export/([^/]+)/(.*) doku.php?do=export_$1&id=$2 [QSA,L]
RewriteRule ^$ doku.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) doku.php?id=$1 [QSA,L]
RewriteRule ^index.php$ doku.php

 
user

 Re: DokuWiki


The install went cleanly, and I get this when I look at the module admin index:

PHP Version::4.4.8
MySQL Version
::5.0.67-community
XOOPS Version
::XOOPS 2.3.2
DokuWiki Version
::2.2

savedir
:/<mysitedir>/uploads/dokuwiki/ ( Available )
datadir:/<mysitedir>/uploads/dokuwiki/pages/ ( Available )
olddir:/<mysitedir>/uploads/dokuwiki/attic/ ( Available )
cachedir:/<mysitedir>/uploads/dokuwiki/cache/ ( Available )
changelog:/<mysitedir>/uploads/dokuwiki/changes.log Available )


But when I try to go to the module I get the following error:

DokuWiki Setup Error
/page.idx is not writableCheck your permissions settings!


Any thoughts on how to get past this?

 
user

 Re: DokuWiki


Hi idnerja,

did you set $conf['userewrite'] to 0?

Robert

 
user

 Re: DokuWiki


Hi hmarcbower,

under xoops/uploads (usually) there should exist the following eight folders:
attic
cache
index
locks
media
meta
pages
tmp
All folders should be writeable. The mentioned page.idx is in folder index.
The currently downloadable dokuwiki version for XOOPS doesn't handle all folders within
the admin menu.

BTW as far as I can see, the current dokuwiki XOOPS version doesn't work with the dokuwiki ACL possibilities.
This means you can't set the user and group access rights different to single pages or namespaces (folders).

Robert

 
user

 Re: DokuWiki


Brilliant! Thanks robekras - that worked perfectly. I was being very specific and making sure that the exact directories listed in the admin page were set with the right permissions, but didn't think of just making them all writeable.

Thanks for the quick response :)

 


Login

Top Module Downloads

Who's Online

221 user(s) are online (6 user(s) are browsing Module Repository)


Members: 0


Guests: 221


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!