Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

OtherVariables

<< Notify | PmWiki.Variables | Pagelist Variables >>

$FmtV
This variable is an array that is used for string substitutions at the end of a call to FmtPageName(). For each element in the array, the "key" (interpreted as a string) will be replaced by the corresponding "value". The variable is intended to be a place to store substitution variables that have frequently changing values (thus avoiding a rebuild of the variable cache). Also see $FmtP.
$FmtP
This variable is an array that is used for pattern substitutions near the beginning of a call to FmtPageName. For each element in the array, the "key" (interpreted as a pattern) will be replaced by the corresponding value evaluated for the name of the current page. This is for instance used to handle $-substitutions that depend on the pagename passed to FmtPageName(). Also see $FmtV.
$FmtPV
This variable is an array that is used for Page Variables. New variables can be defined with $FmtPV['$VarName'] = 'variable definition'; which can be used in markup with {$VarName}.
        #example for "source" action
        $PageAttributes['passwdsource'] = "$['Set new source password']"
Edit - History - Print - Recent Changes - Search
Page last modified on August 25, 2006, at 06:30 AM

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.