New Message: pta^.pathArgs Not Found Bug
webmaster at userland.com
webmaster at userland.com
Thu Jul 27 12:43:37 CDT 2006
A new message was posted:
Address: http://manila.userland.com/discuss/msgReader$1868
By: Alan German (asg at erols.com)
While rendering a static page from Manila, we managed to uncover a bug in manilaSuite.siteprefs.sitestructure.minimiseSiteStructure.
Under a case statement, you'll find the expression
pta^.pathArgs != "" (use that for a search string)
where the error is caused.
I replaced that line with
defined (pta^.pathArgs) and pta^.pathArgs != ""
and the macro error disappeared and the (home) page rendered.
This is a Manila site... http://manila.userland.com/.
More information about the Manila-Users
mailing list