[Bug 6379] New: object could not be converted to string
| Newsgroups | gmane.comp.cms.xaraya.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://bugs.xaraya.com/show_bug.cgi?id=6379
Summary: object could not be converted to string
Product: App - Core
Version: Weekly Tarball
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3 - Standard
Component: DynamicData
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10)
Gecko/2009042316 Firefox/3.0.10 GTB5
Build Identifier:
PHP 5.2.8
Xaraya 1.1.3
Here's the exception:
Object of class Dynamic_TextArea_Property could not be converted to string
This is happening on a sitecontact page. The problem goes away if I comment
this part out in modules/sitecontact/user-main.xt:
<xar:if condition="xarModIsAvailable('dynamicdata') and
xarModIsHooked('dynamicdata','sitecontact',$scid)" >
<xar:data-getitem name="$properties" module="sitecontact"
itemtype="$scid" itemid="$scid" />
<xar:if condition="isset($properties) and count($properties) gt
0">
<xar:foreach in="$properties" key="$name">
<div class="xar-form-input-wrapper">
<label for="$properties[$name]" class="xar-form-label"
title="#$properties[$name]#">
<xar:data-label property="$properties[$name]"
label="id" />
</label>
<xar:data-input property="$properties[$name]" />
</div>
</xar:foreach>
</xar:if>
</xar:if>
Reproducible: Always
--
Configure bugmail: http://bugs.xaraya.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
---- ** IMPORTANT ** READ BELOW ** ----
[Clip Me Start]
--------------------------------------------------------------------------
If you wish, you can reply to this message directly **however**, make sure
to use the "Reply To All" feature of your client **and** ensure that the
bug specifier is in the subject (ie: [Bug ####]). Also, you _MUST_ have
you're From or Reply-To address set to the same address you use to log
into your bugzilla account or your reply will not be attached to the bug.
--------------------------------------------------------------------------
[Clip Me End]