I must say I don’t understand half of what you’ve done Jason (but I’m sure I’ll get there in the end). Excellent work.
I did a fresh install on winXp sp2, mysql 5.0 and php 5.2.0 without PDO extension - All very smooth! Added the php PDO extension and again all seems to work as intended (possibly even smoother )
However, when I browsed through the demo pages I came across an anomaly in the Contact Us page. The page displayed and extra
`]] at the top of the page. Have a look yourself. The page has 2 snippets, the old contactform and eForm. hen deleting the old contactform snippet the problem goes away.
After experimenting a bit I figured out that adding snippet calls to a page can produce unexpected results when saving as well:
[[snippetName? ¶m=`value`]]
Saves fine.
[!snippetName? ¶m=`value`!]
Saves fine.
[[snippetName? ¶m=`value`]]
[!snippetName? ¶m=`value`!]
Saving not Ok.. ends up like last ] stripped i.e.:
[[snippetName? ¶m=`value`]]
[!snippetName? ¶m=`value`!