Get XOOPS XOOPSXOOPS FAQFAQ ForumsForums NewsNews ThemesThemes ModulesModules
New Posts New Topics All Posts All Forums Index General Modules Themes Development International XOOPS.org

Search

Donat-O-Meter

Make donations with PayPal!
Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $65.00
Net Balance: $61.80
Left to go: $38.20

Donations
studioC  ($25)May-17
Anonymous ($15)May-16
Anonymous ($25)May-4

Learn XOOPS Core

Local Support

Advertisement

XOOPS Code hosted on SourceForge

Cumulus Tag Cloud

2 2.5 2.6 3.0 2013 Abuse adslight AntiHarvesting AntiMalUser AntiSpam API Australia Ban banner Beats billige black Blocks blue Captcha cell Christmas chronolabs content Conversion database demo docek download Dresses editor evden eve facebook floor free herre Honeypot Human IP jQuery kantor lamps Legal log logger mobile module modules Monster MyAlbum-p Networks newbb news Notices online PageRank pdf Permissions pink Plugin portal Prevention profile project Protector publisher release Rights rmcommon Room sale security SERIAL Server site Size Smarty Spam statistics stem Studio tag tags tdmcreate template Theme themes userlog website Whitepaper Winter XML XooLaT xoops Xoopspoll Xortify xthemes Yolande ZendFramework

New Users

Registering user

# 136023

qinxian123

Welcome to XOOPS!




Bottom   Previous Topic   Next Topic  Register To Post



#1 Posted on: 2008/9/25 13:42 Dokuwiki not works in xoops 2.3.0 final
DokuWiki Setup Error

/page.idx is not writable. Check your permissions settings!

Top

aixos
Just popping in
Just popping in
Joined:
2004/12/31 9:38
From Barcelona (Catalunya)
Group:
Registered Users
Posts: 74
(Show More) (Show Less)


#2 Posted on: 2008/9/25 16:37 Re: Dokuwiki not works in xoops 2.3.0 final
I don't understand how this is a XOOPS 2.3.0 issue. Did you check the file's CHMOD settings with your FTP client?

Top


John V
Cardiff - UK
JAVesey
Moderator
Moderator
Joined:
2006/10/19 16:01
From Cardiff - UK
Group:
Registered Users
Community Coordinator (temporary)
Posts: 2296
(Show More) (Show Less)


#3 Posted on: 2008/9/26 6:30 Re: Dokuwiki not works in xoops 2.3.0 final
ok , I Check the files , thanks

but no work this module in Dokuwiki in version XOOPS 2.3.0.

Top

aixos
Just popping in
Just popping in
Joined:
2004/12/31 9:38
From Barcelona (Catalunya)
Group:
Registered Users
Posts: 74
(Show More) (Show Less)


#4 Posted on: 2008/10/26 15:28 Re: Dokuwiki not works in xoops 2.3.0 final
I having the same issues, a nice page with only this line on it.

/page.idx is not writable. Check your permissions settings!

I checked my setting / rights.. even set it all to world writeble but nothing seems to work.

Anyone has an idea who maintains this module?

Top

elbertvan
Just popping in
Just popping in
Joined:
2004/10/4 4:50
Group:
Registered Users
Posts: 16
(Show More) (Show Less)


#5 Posted on: 2008/10/27 9:04 Re: Dokuwiki not works in xoops 2.3.0 final
Ok, found out how to solve this.
The folders and files have to be owned by the web server user and files and folders all need to be set at level 755.

Found this out when i looked at the admin index of Dokuwiki where the module couldn't find the folders needed. After i deleted the current folders the module could create them, than i knew it was a rights problem and not a module problem.

Top

elbertvan
Just popping in
Just popping in
Joined:
2004/10/4 4:50
Group:
Registered Users
Posts: 16
(Show More) (Show Less)


#6 Posted on: 2009/9/11 9:41 Re: Dokuwiki not works in xoops 2.3.0 final
I am having the same problem with page.idx. I set the files and directories to world writable, no go. Then I removed /www/uploads/dokuwiki altogether and went into the module control panel. Here I see:

datadir:/home/kutaki/www/uploads/dokuwiki/pages/ ( Not available Create )
olddir:/home/kutaki/www/uploads/dokuwiki/attic/ ( Not available Create )
cachedir:/home/kutaki/www/uploads/dokuwiki/cache ( Not available Create )

So I click Create on each of those three, and the /www/uploads/dokuwiki directory structure is created - but I still get the "/page.idx is not writable. Check your permissions settings!" error.

I'm using DokuWiki 2.2 on XOOPS 2.3.3. (Maybe this is my problem?)

Thanks,

-b-

Top

biomech
Not too shy to talk
Not too shy to talk
Joined:
2002/2/25 1:09
From Japan
Group:
Registered Users
Posts: 134
(Show More) (Show Less)


#7 Posted on: 2009/9/11 10:06 Re: Dokuwiki not works in xoops 2.3.0 final
Some servers don't allow the required chmod settings done by PHP script.
Delete the directories with your website admin panel (eg FileManager from cPanel or Plesk) or with FTP and create them manually and set the permissions also with cPanel or FTP.
The permission must be applied from below in the tree upwards, starting with /uploads/dokuwiki/

Top

ghia
Community Support Member
Community Support Member
Joined:
2008/7/3 14:19
From Belgium
Group:
Registered Users
Posts: 4946
(Show More) (Show Less)


#8 Posted on: 2009/9/11 12:55 Re: Dokuwiki not works in xoops 2.3.0 final
I have shell access on my server, so I've been working with permissions off the command line. The environment is set to 'suPHP', which basically means that PHP runs with the permissions of my user account.

I assume this means that I don't have to try to adjust permissions with FTP / cPanel since I can do it on the command line. Does applying perms from the tree upwards still hold true in this environment?

Thanks for your helpful response,

-b-


Top

biomech
Not too shy to talk
Not too shy to talk
Joined:
2002/2/25 1:09
From Japan
Group:
Registered Users
Posts: 134
(Show More) (Show Less)


#9 Posted on: 2009/10/13 7:29 Re: Dokuwiki not works in xoops 2.3.0 final
I had to set the permissions using command line at the /uploads/dokuwiki level

chown nobody * -R


and it worked.

The other problem that I had was with the created URL. My rewrite on didn't work, and Dokuwiki was creating weird URL with forward slashes, that the browser couldn't accept.

After changing "userwrite" to 0 in /conf/dokuwiki.php:

$conf['userewrite']  = 0;  //this makes nice URLs: 0: off 1: .htaccess 2: internal


it started to create URL like:

mywebsite.com/modules/dokuwiki/doku.php?id=wiki:dokuwiki


which the browser was accepting.

Top

Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)







You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You can vote in polls.
You cannot attach files to posts.
You can post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.

[Advanced Search]