Help get this topic noticed by sharing it on Twitter Twitter, Facebook Facebook, or email.
Ian Kullhem
sad I’m confused

NOCACHE_WEBLOG_FORM Error on SAEF edit page with FF Matrix Field

I'm having some issues with a stand alone edit field with one of my FF Matrix fields.

I'm getting the following in place of the form tags on the template when it's rendered:


{{NOCACHE_WEBLOG_FORM weblog="profile" return="account" }}
...Form Contents...
{{/NOCACHE_FORM}}


Here is the template I'm using:


{exp:weblog:entry_form weblog="profile" return="account"}
{exp:weblog:entries weblog="profile" entry_id="{embed:id}" dynamic="off" show_future_entries="yes"}
<input type="hidden" name="url_title" value="{url_title}" />
<input type="hidden" name="entry_id" value="{entry_id}" />
<input type="hidden" name="entry_date" value="{entry_date format="%Y-%m-%d %H:%i"}" />
<input type='hidden' name='dst_enabled' value='{dst_enabled}' />
{categories}
<input type="hidden" name="category[]" value="{category_id}" />
{/categories}
<fieldset>
<h2>1. Business Name</h2>
<input type="text" name="title" id="title" value="{title}" class="textbox" maxlength="100" onkeyup="liveUrlTitle();" style="width: 575px;" />
<label for="logo">Logo</label>
{profile-logo}
</fieldset>
<fieldset>
<h2>2. Location Information</h2>
<label for="address">Street Address</label>
<input type="text" name="field_id_46" id="field_id_46" value="{field_id_46}" class="textbox" style="width: 450px;" />
<label for="city">City</label>
<input type="text" name="field_id_47" id="field_id_47" value="{field_id_47}" class="textbox" style="width: 450px;" />
<label for="state">State/Province</label>
<input type="text" name="field_id_48" id="field_id_48" value="{field_id_48}" class="textbox" />
<label for="zip">Postal Code</label>
<input type="text" name="field_id_49" id="field_id_49" value="{field_id_49}" class="textbox" />
<label for="country">Country</label>
{profile-country rel="10"}
<label for="region">Region</label>
{profile-region rel="10"}
<label for="map">Map</label>
{profile-map}
</fieldset>
<fieldset>
<h2>3. Contact Information</h2>
{profile-contact}
</fieldset>
<fieldset>
<h2>4. Service Details</h2>
<div class="help">
<p>Note: Multiple options can be selected by holding down CTRL (on PC) or Command (on Mac) on your keyboard.</p>
</div>
{profile-details}
</fieldset>
<fieldset>
<h2>5. Description</h2>
{profile-description}
</fieldset>
<fieldset>
<h2>6. Prices</h2>
{profile-price}
</fieldset>
<fieldset>
<h2>7. Photos</h2>
{profile-photos}
</fieldset>

<input type="image" src="{site_url}images/site/btn-submit.png" class="submit" />

<div class="clear"></div>
{/exp:weblog:entries}
{/exp:weblog:entry_form}


The {profile-photos} field is an FF Matrix with the first field a Ngen File and the second field a text field.

I'm running PHP 5.2.9, EE 1.6.8 build 20091201 (just updated to the latest build).

If I remove the {profile-photos} tag from the template, it works fine. I have a couple other FF Matrix fields in the same template that all work fine.

The publish version of this template works fine, it's just isolated to the edit template.

Any help with this is greatly appreciated. I can't seem to find much reliable information regarding this issue.

Thanks
3 people have
this problem
+1
Reply