| / | [error code]  |
|
| error | error code | source | line | details |
| database config file does not exist | config | [filename] | - | - |
| template does not exist | template | [filename] | - | - |
| could not open xml file | xml_open | [filename] | - | - |
| not a valid xml document | xml_invalid | [filename] | [no] | [error] |
| database could not be opened | db_open | [host] | - | [sql] |
| user library does not exist | [prefix]MpfUsers | [filename] | - | - |
| usergroup library does not exist | [prefix]MpfUsergroups | [filename] | - | - |
| database table does not exist | [prefix]MpfContent | [filename] | - | - |
| module configuration does not exist | [prefix]MpfModLib | [filename] | - | - |
| language library does not exist | [prefix]MpfLangLib | [filename] | - | - |
| database config file does not exist | [prefix]MpfLinkLib | [filename] | - | - |
| content tags library does not exist | [prefix]MpfTagLib | [filename] | - | - |
| server configuration does not exist | [prefix]MpfServerLib | [filename] | - | - |
|
| / | [myattrib]  |
|
| source | source |
| line | line number |
| details | details |
|
| || | count |
|
use this parameter to count number of items in list (a list/array will not be initialized)
|
| || | recs=[number] |
|
this parameter is for use of integrated page partitioning. in combination with "count"-parameter token will return number of pages
|
| || | page=[number] |
|
use this parameter to access pages if "recs"-parameter is set to restrict number of records per page
|
| || |
convert=[lowercase|uppercase|upperfirst]
|
|
convert error code
|
| || |
encode=[url|html|html-chars|crypt]
|
|
encode error code to another format
|
| || |
trim=[left|right|both]
|
|
remove whitespaces from error code
|
| || |
convert_section=[lowercase|uppercase|upperfirst]
|
|
convert section data (for use with closing token only)
|
| || |
parse_section=[yes|no]
|
|
parse section data for mpf-tokens (for use with closing token only)
|
| || |
encode_section=[url|html|html-chars|crypt]
|
|
encode section data to another format (for use with closing token only)
|
| || |
trim_section=[left|right|both]
|
|
remove whitespaces from section data (for use with closing token only)
|
| || |
[opr][condition]
|
|
condition may be used to check error code
|