markieham.
Good news. Looks like I have fixed it. I noticed that the nested yams placeholders in your repeat template weren’t getting parsed properly. So I fixed that and the problem with the blank pages went away too. I’ll email you my development version to test. I have reorganised and deleted some files from the latest version, so it’s probably best to rename your existing yams folder, then extract the new version in its place, and then copy over your yams.config.inc.php file from the old install folder and make sure the permissions are set properly. (That way you can roll back to your previous version easily too.)
I think I had the same problem, but I got that absolutely random.
I replaced (yams_name_in_(yams_id)) with (yams_name_in_en) (which is a good compromise for me) and now it seems to work!
I’ve uploaded a snapshot of my latest development version to
http://nashi.podzone.org/assets/files/yams_1.2.0_rc1.zip. Feel free to give it a try.
-
☆ A M B ☆
- 3,141 Posts
The snapshot you sent me seems to have fixed the issue with cached page not being visible.
Will test some more, including using variables in variables.
With Wayfinder, the default row.tpl works, which is
<li[+wf.id+][+wf.classes+]>
<a href="(yams_doc:[+wf.docid+])" title="[[YAMS? &get=`data` &docid=`[+wf.docid+]` &from=`pagetitle`]]" [+wf.attributes+]>[[YAMS? &get=`data` &docid=`[+wf.docid+]` &from=`menutitle`]]</a>
[+wf.wrapper+]
</li>
works like it should
Thanks a bunch!!
Good news! Thanks for the feedback.
-
☆ A M B ☆
- 1,031 Posts
One other thing that can cause blank pages is the declaration of an eForm event function which is not encapsulated in ’if (!function_exists(...))’ :’(
-
☆ A M B ☆
- 24,524 Posts
Aha! That external function business solved my blank contact page problem!