[pmwiki-users] Problem with FOX
Knut Alboldt
pmwiki at alboldt.de
Tue Apr 14 08:27:38 CDT 2009
I've got an php-error-message using fox (possibly because of a wrong
usage of the form):
Fatal error: [] operator not supported for strings in
D:\HTDOCS\pmwiki.common\scripts\fox.incphp on line 759
found, that all references of $FoxMsgFmt except that in line 830 are array:
830: default: $FoxMsgFmt = "$[Error:] '{$ms['put']}' $[is not a valid
option with 'add'!] "; return $text;
changed this one to
default: $FoxMsgFmt[] = "$[Error:] '{$ms['put']}' $[is not a valid
option with 'add'!] "; return $text;
and I got a fox-error-message (that's ok, exspected).
Using Fox version '2009-03-06';
Knut
More information about the pmwiki-users
mailing list