Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

WikiAdministrator

A WikiAdministrator is a person (or persons) who installs, configures, and administers a PmWiki system for authors and site visitors. PmWiki has been designed to make the installation and initial setup tasks as easy as possible for people who do not have a lot of knowledge about HTML, PHP, or even web server software. At the same time, PmWiki is designed to be flexible enough so that someone with just a little bit of knowledge about HTML and PHP can customize PmWiki to their specific needs.

See PmWiki.DocumentationIndex for pages about administering PmWiki, and PmWiki.Audiences for more details of PmWiki's target audiences.

<< UploadVariables | DocumentationIndex | WikiPage >>

Edit - History - Print - Recent Changes - Search
Page last modified on August 06, 2006, at 03:02 PM

Warning: mkdir(wiki.d): Permission denied in /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/pmwiki.php on line 435

PmWiki can't process your request

PmWiki needs to have a writable wiki.d/ directory before it can continue. You can create the directory manually by executing the following commands on your server:

    mkdir /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/wiki.d
    chmod 777 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/wiki.d
Then, reload this page.

Or, for a slightly more secure installation, try executing
    chmod 2777 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27
on your server and following this link. Afterwards you can restore the permissions to their current setting by executing
    chmod 755 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27
.

We are sorry for any inconvenience.