<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: Warning</p>
<p>Message:  Creating default object from empty value</p>
<p>Filename: forum/mod.forum_core.php</p>
<p>Line Number: 1401</p>

</div><?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Products Forum</title>
    <link rel="alternate" type="text/html" href="https://www.cartthrob.com/forums/" />
    <link rel="self" type="application/atom+xml" href="https://www.cartthrob.com/forums/atom/" />
    <updated>1970-01-01T00:00:00Z</updated>
    <rights>Copyright (c) 2011</rights>
    <generator uri="http://expressionengine.com/" version="2.9.2">ExpressionEngine</generator>
    <id>tag:https:,2011:09:21</id>


    <entry>
      <title>PHP Error Editing Entry</title>
      <link rel="alternate" type="text/html" href="https://www.cartthrob.com/forums/viewthread/3644/" />      
      <id>tag:https:,2011:/www.cartthrob.com/forums/viewthread/.3644</id>
      <published>2011-09-21T00:06:45Z</published>
      <updated>1970-01-01T00:00:00Z</updated>
      <author><name>jerseyjones</name></author>
      <content type="html">
      <![CDATA[
        <p>Okay My HTML looks good or so I believe.&nbsp; it&#8217;s rather lengthy so I&#8217;ll spare everyone unless requested. <br />
I have an Edit Entry page that calls a channel entry and enables editing. Everything looks good and when I het submit I get this :<br />
___________<br />
A PHP Error was encountered</p>

<p>Severity: Warning</p>

<p>Message: Invalid argument supplied for foreach()</p>

<p>Filename: checkboxes/ft.checkboxes.php</p>

<p>Line Number: 82<br />
___________<br />
A PHP Error was encountered</p>

<p>Severity: Notice</p>

<p>Message: Array to string conversion</p>

<p>Filename: libraries/Functions.php</p>

<p>Line Number: 1449<br />
___________<br />
A PHP Error was encountered</p>

<p>Severity: Warning</p>

<p>Message: Cannot modify header information - headers already sent by (output started at /home/content/79/8296179/html/tideland/codeigniter/system/core/Exceptions.php:170)</p>

<p>Filename: libraries/Functions.php</p>

<p>Line Number: 393<br />
_______________</p>

<p>I have a feeling that it&#8217;s something to do with my return=&#8220;template group/template/url_title&#8221; because any edits I made in the SAEF are being made even though I&#8217;m getting an error.</p>

<p>Any information would help. <br />
Thanks<br />
oh and i&#8217;m runing 2.2.2</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>safecracker in member profile theme</title>
      <link rel="alternate" type="text/html" href="https://www.cartthrob.com/forums/viewthread/3587/" />      
      <id>tag:https:,2011:/www.cartthrob.com/forums/viewthread/.3587</id>
      <published>2011-09-15T02:36:32Z</published>
      <updated>2011-09-15T03:38:36Z</updated>
      <author><name>norris</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello guys,...i am currently working to add an entries in member profile theme. Can i use safeCracker in this area ? i want to add entry to a channel..please help me..thanks</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>&#8220;Wrong datatype for second argument&#8221;...</title>
      <link rel="alternate" type="text/html" href="https://www.cartthrob.com/forums/viewthread/3003/" />      
      <id>tag:https:,2011:/www.cartthrob.com/forums/viewthread/.3003</id>
      <published>2011-07-12T21:35:06Z</published>
      <updated>1970-01-01T00:00:00Z</updated>
      <author><name>meredith</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m getting this error when trying to use safecracker&#8230; <br />
A PHP Error was encountered</p>

<p>Severity: Warning</p>

<p>Message: in_array() [function.in-array]: Wrong datatype for second argument</p>

<p>Filename: libraries/safecracker_lib.php</p>

<p>Line Number: 761</p>

<p><br />
Fatal error: [] operator not supported for strings in /nfs/c03/h01/mnt/52502/domains/krossinkeuka.org/html/sys/expressionengine/third_party/safecracker/libraries/safecracker_lib.php on line 763</p>

<p>The safecracker section of my template is as follows:<br />
&#123;exp:safecracker channel="sponsor" author_id="CURRENT_USER" limit="1" dynamic_title="[sponsor_name]"&#125;<br />
&nbsp;  &nbsp;  &nbsp; &lt;input type=&#8220;hidden&#8221; name=&#8220;title&#8221; id=&#8220;title&#8221; value=&#8221;&#123;title&#125;&#8221;&gt;<br />
&nbsp;  &nbsp;  &nbsp; &lt;input type=&#8220;hidden&#8221; name=&#8220;url_title&#8221; id=&#8220;url_title&#8221; value=&#8221;&#123;url_title&#125;&#8221;&gt;<br />
&nbsp;  &nbsp;  &nbsp; &lt;input type=&#8220;hidden&#8221; name=&#8220;entry_date&#8221; id=&#8220;entry_date&#8221; value=&#8221;&#123;entry_date format="%Y-%m-%d %g:%i"&#125;&#8221;&gt;<br />
&nbsp;  &nbsp;  &nbsp; &lt;input type=&#8220;hidden&#8221; name=&#8220;sponsor_participant&#8221; id=&#8220;sponsor_participant&#8221; value=&#8221;&#123;segment_2&#125;&#8221;&gt;<br />
&nbsp;   <br />
&nbsp;  &nbsp;  &nbsp; &lt;tr&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;td&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;label for=&#8220;sponsor_name&#8221;&gt;Your Name &lt;span class=&#8220;asterisk&#8221;&gt;*&lt;/span&gt;&lt;/label&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;input type=&#8220;text&#8221; name=&#8220;sponsor_name&#8221; id=&#8220;sponsor_name&#8221; value=&#8221;&#123;sponsor_name&#125;&#8221;&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;/td&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  <br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;td&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;label for=&#8220;sponsor_email_address&#8221;&gt;Email Address &lt;span class=&#8220;asterisk&#8221;&gt;*&lt;/span&gt;&lt;/label&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;input type=&#8220;text&#8221; name=&#8220;sponsor_email_address&#8221; id=&#8220;sponsor_email_address&#8221; value=&#8221;&#8220;&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;/td&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  <br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;td&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;label for=&#8220;sponsor_amount&#8221;&gt;Amount: &lt;span class=&#8220;asterisk&#8221;&gt;*&lt;/span&gt;&lt;/label&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;input type=&#8220;text&#8221; name=&#8220;sponsor_amount&#8221; id=&#8220;sponsor_amount&#8221; value=&#8221;&#123;sponsor_amount&#125;&#8221;&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;/td&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  <br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;td&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;input type=&#8220;submit&#8221; name=&#8220;submit&#8221; value=&#8220;Submit&#8221; class=&#8220;button&#8221;&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &lt;/td&gt;<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  <br />
&nbsp;  &nbsp;  &nbsp; &lt;/tr&gt;<br />
&nbsp;  &nbsp;  &nbsp; &#123;/exp:safecracker&#125;</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Using exp:search:simple_form to return data from a Catchall field&#63;</title>
      <link rel="alternate" type="text/html" href="https://www.cartthrob.com/forums/viewthread/2806/" />      
      <id>tag:https:,2011:/www.cartthrob.com/forums/viewthread/.2806</id>
      <published>2011-06-23T02:06:01Z</published>
      <updated>1970-01-01T00:00:00Z</updated>
      <author><name>bseymore</name></author>
      <content type="html">
      <![CDATA[
        <p>Does anything special need to be done when using an &#123;exp:search:simple_form&#125; to get data contained in a Catchall field? </p>

<p>The field is set to Searchable but when I search for a word I know appears in one of my fields, the no results message is returned.</p>

<p>This is with ExpressionEngine 2.1.4. We&#8217;ll update to ExpressionEngine 2.2.0 within the next few days.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>After moving hosts he tag exp:safecracker started to output only javascript</title>
      <link rel="alternate" type="text/html" href="https://www.cartthrob.com/forums/viewthread/2798/" />      
      <id>tag:https:,2011:/www.cartthrob.com/forums/viewthread/.2798</id>
      <published>2011-06-22T17:49:55Z</published>
      <updated>2011-06-22T19:12:25Z</updated>
      <author><name>Laisvunas</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>Any idea why after moving a site from one host to another the tag exp:safecracker started to output only javascript?</p>

<p>Consider such code:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">safecracker&nbsp;channel</span><span style="color: #007700">=</span><span style="color: #DD0000">"ebook_common"&nbsp;</span><span style="color: #007700">return=</span><span style="color: #DD0000">"technical/test15"</span><span style="color: #0000BB">&#125;<br /><br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Title</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">br&nbsp;</span><span style="color: #007700">/&gt;<br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"title"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"title"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title&#125;"&nbsp;</span><span style="color: #0000BB">size</span><span style="color: #007700">=</span><span style="color: #DD0000">"50"&nbsp;</span><span style="color: #0000BB">maxlength</span><span style="color: #007700">=</span><span style="color: #DD0000">"100"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br /><br />&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">URL&nbsp;Title</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">br&nbsp;</span><span style="color: #007700">/&gt;<br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"url_title"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">'url_title'&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;url_title&#125;"&nbsp;</span><span style="color: #0000BB">maxlength</span><span style="color: #007700">=</span><span style="color: #DD0000">"75"&nbsp;</span><span style="color: #0000BB">size</span><span style="color: #007700">=</span><span style="color: #DD0000">"50"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br /><br />&lt;</span><span style="color: #0000BB">label&nbsp;</span><span style="color: #007700">for=</span><span style="color: #DD0000">"categories"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Categories</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">label</span><span style="color: #007700">&gt;<br /><br />&lt;</span><span style="color: #0000BB">select&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"category&#91;&#93;"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"categories"&nbsp;</span><span style="color: #0000BB">size</span><span style="color: #007700">=</span><span style="color: #DD0000">"4"&nbsp;</span><span style="color: #0000BB">multiple</span><span style="color: #007700">=</span><span style="color: #DD0000">"multiple"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;categories&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">option&nbsp;value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;category_id&#125;"</span><span style="color: #0000BB">&#123;selected&#125;</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;category_name&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">option</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">categories&#125;<br /><br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">select</span><span style="color: #007700">&gt;<br /><br />&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Project&nbsp;Title</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">br&nbsp;</span><span style="color: #007700">/&gt;<br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"project_title"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">'project_title'&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;project_title&#125;"&nbsp;</span><span style="color: #0000BB">maxlength</span><span style="color: #007700">=</span><span style="color: #DD0000">"75"&nbsp;</span><span style="color: #0000BB">size</span><span style="color: #007700">=</span><span style="color: #DD0000">"50"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br /><br />&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"submit"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"submit"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"Submit"&nbsp;</span><span style="color: #007700">/&gt;<br /><br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">safecracker&#125;&nbsp;</span>
</span>
</code></div>

<p>This code outputs:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;&nbsp;</span><span style="color: #0000BB">script&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/javascript"&nbsp;</span><span style="color: #0000BB">charset</span><span style="color: #007700">=</span><span style="color: #DD0000">"utf-8"&nbsp;</span><span style="color: #0000BB">src</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://www.antiquityillustrated.com/index.php?ACT=48&amp;amp;ui=core,widget,mouse,position,draggable,resizable,button,dialog,datepicker&amp;plugin=scrollable,scrollable.navigator,ee_filebrowser,markitup,thickbox&amp;amp;v=1292840586&amp;amp;use_live_url=y&amp;amp;include_jquery=y"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#91;removed&#93;<br /></span><span style="color: #007700">&lt;&nbsp;</span><span style="color: #0000BB">script&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/javascript"&nbsp;</span><span style="color: #0000BB">charset</span><span style="color: #007700">=</span><span style="color: #DD0000">"utf-8"</span><span style="color: #007700">&gt;<br /></span><span style="color: #FF8000">//&nbsp;&lt;!&#91;CDATA&#91;<br /></span><span style="color: #007700">$(</span><span style="color: #0000BB">document</span><span style="color: #007700">).</span><span style="color: #0000BB">ready</span><span style="color: #007700">(function()&nbsp;</span><span style="color: #0000BB">&#123;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">typeof&nbsp;SafeCracker&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #DD0000">"undefined"&nbsp;</span><span style="color: #007700">||&nbsp;!&nbsp;</span><span style="color: #0000BB">SafeCracker</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">&#123;&nbsp;</span><span style="color: #007700">var&nbsp;</span><span style="color: #0000BB">SafeCracker&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#123;markItUpFields</span><span style="color: #007700">:</span><span style="color: #0000BB">&#123;&#125;&#125;</span><span style="color: #007700">;</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">$.</span><span style="color: #0000BB">datepicker</span><span style="color: #007700">.</span><span style="color: #0000BB">setDefaults</span><span style="color: #007700">(</span><span style="color: #0000BB">&#123;dateFormat</span><span style="color: #007700">:$.</span><span style="color: #0000BB">datepicker</span><span style="color: #007700">.</span><span style="color: #0000BB">W3C</span><span style="color: #007700">+</span><span style="color: #0000BB">EE</span><span style="color: #007700">.</span><span style="color: #0000BB">date_obj_time&#125;</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;$.</span><span style="color: #0000BB">datepicker</span><span style="color: #007700">.</span><span style="color: #0000BB">setDefaults</span><span style="color: #007700">(</span><span style="color: #0000BB">&#123;defaultDate</span><span style="color: #007700">:&nbsp;new&nbsp;</span><span style="color: #0000BB">Date</span><span style="color: #007700">(</span><span style="color: #0000BB">1308724328000</span><span style="color: #007700">)</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#125;</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//&nbsp;&#93;&#93;&gt;<br /></span><span style="color: #007700">&lt;&nbsp;/</span><span style="color: #0000BB">script</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">style&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/css"</span><span style="color: #007700">&gt;.</span><span style="color: #0000BB">hasDatepicker&#123;background</span><span style="color: #007700">:</span><span style="color: #FF8000">#fff&nbsp;url(http://...&nbsp;</span>
</span>
</code></div>

<p>There is channel ebook_common, there are fields in that channel, Safecracker is installed. I tried to uninstall and reinstall Safecracker, but it did not help.</p>

<p>Thanks.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>SafeCracker form relative path with SafeCracker File</title>
      <link rel="alternate" type="text/html" href="https://www.cartthrob.com/forums/viewthread/2677/" />      
      <id>tag:https:,2011:/www.cartthrob.com/forums/viewthread/.2677</id>
      <published>2011-06-06T19:04:22Z</published>
      <updated>1970-01-01T00:00:00Z</updated>
      <author><name>Andrew Philpott</name></author>
      <content type="html">
      <![CDATA[
        <p>Is it possible to use a relative path with a SafeCracker File field in a Safecracker form? I typically use a &#8220;../images&#8221; path setup, but I just discovered that I get an error unless I set an absolute path.</p>

<p>The error I&#8217;m getting is &#8220;Upload path does not appear to be valid.&#8221;</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How to tell if a field is required without the &#123;custom_fields&#125; loop&#63;</title>
      <link rel="alternate" type="text/html" href="https://www.cartthrob.com/forums/viewthread/2665/" />      
      <id>tag:https:,2011:/www.cartthrob.com/forums/viewthread/.2665</id>
      <published>2011-06-03T19:38:26Z</published>
      <updated>1970-01-01T00:00:00Z</updated>
      <author><name>Blatant</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>I have begun using SafeCracker for a multitude on member accessible forms, so that only selected fields are displayed (others are for admin purposes) and because the documentation states that the custom_fields loop is weak, I am not using the &#123;custom_fields&#125; loop but instead am using &#123;field:field_name&#125; and &#123;fieldname&#125; tags to display and populate my forms. </p>

<p>However I can not find in the documentation or forum how to tell if a field is required without using the custom_fields loop. I understand I can get the label: instructions: and error:(s) but as I understand it there is not a &#123;required:field_name&#125; tag.</p>

<p>Can anyone help?</p>

<p>If I have to rebuild my forms with the loop it will take a while hence why I&#8217;m asking here first.</p>

<p>Many Thanks,</p>

<p>Blatant (Danny)</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>dynamic_title parameter creating php errors!!!</title>
      <link rel="alternate" type="text/html" href="https://www.cartthrob.com/forums/viewthread/2581/" />      
      <id>tag:https:,2011:/www.cartthrob.com/forums/viewthread/.2581</id>
      <published>2011-05-25T08:44:04Z</published>
      <updated>1970-01-01T00:00:00Z</updated>
      <author><name>mattthompson</name></author>
      <content type="html">
      <![CDATA[
        <p>I just did a complete reinstall of EE with a brand new database because I was experiencing php errors after I tried to use dynamic_title in SafeCracker.&nbsp; After reinstall things were working fine until I tried to use dynamic_title.&nbsp; I get these php errors:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">A&nbsp;PHP&nbsp;Error&nbsp;was&nbsp;encountered<br /><br />Severity</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">User&nbsp;Warning<br /><br />Message</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">unexpected&nbsp;operator&nbsp;</span><span style="color: #DD0000">'+'<br /><br /></span><span style="color: #0000BB">Filename</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">libraries</span><span style="color: #007700">/</span><span style="color: #0000BB">Evalmath</span><span style="color: #007700">.</span><span style="color: #0000BB">php<br /><br />Line&nbsp;Number</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">361<br /><br />A&nbsp;PHP&nbsp;Error&nbsp;was&nbsp;encountered<br /><br />Severity</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">Warning<br /><br />Message</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">Cannot&nbsp;modify&nbsp;header&nbsp;information&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">headers&nbsp;already&nbsp;sent&nbsp;by&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">output&nbsp;started&nbsp;at&nbsp;</span><span style="color: #007700">/</span><span style="color: #0000BB">home</span><span style="color: #007700">/</span><span style="color: #0000BB">native5</span><span style="color: #007700">/</span><span style="color: #0000BB">public_html</span><span style="color: #007700">/</span><span style="color: #0000BB">buybees</span><span style="color: #007700">/</span><span style="color: #0000BB">nb_admin</span><span style="color: #007700">/</span><span style="color: #0000BB">codeigniter</span><span style="color: #007700">/</span><span style="color: #0000BB">system</span><span style="color: #007700">/</span><span style="color: #0000BB">core</span><span style="color: #007700">/</span><span style="color: #0000BB">Exceptions</span><span style="color: #007700">.</span><span style="color: #0000BB">php</span><span style="color: #007700">:</span><span style="color: #0000BB">170</span><span style="color: #007700">)<br /><br /></span><span style="color: #0000BB">Filename</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">core</span><span style="color: #007700">/</span><span style="color: #0000BB">Common</span><span style="color: #007700">.</span><span style="color: #0000BB">php<br /><br />Line&nbsp;Number</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">405<br /><br /><br />Fatal&nbsp;error</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">ob_start</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">&#91;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">'ref.outcontrol'</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">ref</span><span style="color: #007700">.</span><span style="color: #0000BB">outcontrol</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#93;</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">Cannot&nbsp;</span><span style="color: #007700">use&nbsp;</span><span style="color: #0000BB">output&nbsp;buffering&nbsp;in&nbsp;output&nbsp;buffering&nbsp;display&nbsp;handlers&nbsp;in&nbsp;</span><span style="color: #007700">/</span><span style="color: #0000BB">home</span><span style="color: #007700">/</span><span style="color: #0000BB">native5</span><span style="color: #007700">/</span><span style="color: #0000BB">public_html</span><span style="color: #007700">/</span><span style="color: #0000BB">buybees</span><span style="color: #007700">/</span><span style="color: #0000BB">nb_admin</span><span style="color: #007700">/</span><span style="color: #0000BB">codeigniter</span><span style="color: #007700">/</span><span style="color: #0000BB">system</span><span style="color: #007700">/</span><span style="color: #0000BB">core</span><span style="color: #007700">/</span><span style="color: #0000BB">Exceptions</span><span style="color: #007700">.</span><span style="color: #0000BB">php&nbsp;on&nbsp;line&nbsp;166&nbsp;</span>
</span>
</code></div>

<p>Im not sure if this is because I was using a select_dropdown field as my custom field to generate the dynamic_title or what.&nbsp; I realize that these are php errors maybe unrelated to SC but I already tried posting my first php errors to EE Forums (see <a href="https://www.cartthrob.com/?URL=http%3A%2F%2Fexpressionengine.com%2Fforums%2Fviewthread%2F189334%2F">thread</a> here) and I am getting no help there.&nbsp; Now my site is messed up again because I removed dynamic_title and went back to a simple SC form and now I get these same errors no matter what (both on new entry and edit).</p>

<p>I really need to be able to use SafeCracker and use dynamic_title.</p>

<p>HELP PLEASE!!!</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>safecracker as member, admin or guest</title>
      <link rel="alternate" type="text/html" href="https://www.cartthrob.com/forums/viewthread/2405/" />      
      <id>tag:https:,2011:/www.cartthrob.com/forums/viewthread/.2405</id>
      <published>2011-05-05T16:47:27Z</published>
      <updated>1970-01-01T00:00:00Z</updated>
      <author><name>marcus</name></author>
      <content type="html">
      <![CDATA[
        <p>I have a Safecracker form thatâ??s works fine when I logged in as admin or not logged in add all, can I place an entry. But when I logged in as a member the form isnâ??t working (I see nothing) has anybody have a explanation?</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">safecracker&nbsp;channel</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;channel&#125;"&nbsp;</span><span style="color: #007700">return=</span><span style="color: #DD0000">"/news"&nbsp;</span><span style="color: #0000BB">entry_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;segment_3&#125;"&nbsp;</span><span style="color: #0000BB">author_only</span><span style="color: #007700">=</span><span style="color: #DD0000">"yes"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"myform"&nbsp;</span><span style="color: #0000BB">author_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"CURRENT_USER"</span><span style="color: #0000BB">&#125;&nbsp;</span>
</span>
</code></div>
      ]]>
      </content>
    </entry>

    <entry>
      <title>SafeCracker and foreign_character_conversion_array</title>
      <link rel="alternate" type="text/html" href="https://www.cartthrob.com/forums/viewthread/2334/" />      
      <id>tag:https:,2011:/www.cartthrob.com/forums/viewthread/.2334</id>
      <published>2011-04-25T15:11:38Z</published>
      <updated>1970-01-01T00:00:00Z</updated>
      <author><name>Maxim Stoun</name></author>
      <content type="html">
      <![CDATA[
        <p>Good day.<br />
I try to use SafeCracker with foreign_character_conversion_array (config/foreign_chars.php)<br />
In CP all good work (all chars in Title convert into Url_title)<br />
But in SafeCracker page it is&#8217;n work (only english chars in Title convert into Url_title)<br />
Is there any way to use config/foreign_chars.php with SafeCracker ?<br />
Thanks.</p>
      ]]>
      </content>
    </entry>


</feed>