<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" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Products Forum</title>
    <link>https://www.cartthrob.com/forums/</link>
    <description>Products Forum</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2011</dc:rights>
    <dc:date>2011-09-21T00:06:45+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>PHP Error Editing Entry</title>
      <link>https://www.cartthrob.com/forums/viewthread/3644/</link>
      <guid>https://www.cartthrob.com/forums/viewthread/3644/#When:00:06:45Z</guid>
      <description>&lt;p&gt;Okay My HTML looks good or so I believe.&amp;nbsp; it&#8217;s rather lengthy so I&#8217;ll spare everyone unless requested. &lt;br /&gt;
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 :&lt;br /&gt;
___________&lt;br /&gt;
A PHP Error was encountered&lt;/p&gt;

&lt;p&gt;Severity: Warning&lt;/p&gt;

&lt;p&gt;Message: Invalid argument supplied for foreach()&lt;/p&gt;

&lt;p&gt;Filename: checkboxes/ft.checkboxes.php&lt;/p&gt;

&lt;p&gt;Line Number: 82&lt;br /&gt;
___________&lt;br /&gt;
A PHP Error was encountered&lt;/p&gt;

&lt;p&gt;Severity: Notice&lt;/p&gt;

&lt;p&gt;Message: Array to string conversion&lt;/p&gt;

&lt;p&gt;Filename: libraries/Functions.php&lt;/p&gt;

&lt;p&gt;Line Number: 1449&lt;br /&gt;
___________&lt;br /&gt;
A PHP Error was encountered&lt;/p&gt;

&lt;p&gt;Severity: Warning&lt;/p&gt;

&lt;p&gt;Message: Cannot modify header information &#45; headers already sent by (output started at /home/content/79/8296179/html/tideland/codeigniter/system/core/Exceptions.php:170)&lt;/p&gt;

&lt;p&gt;Filename: libraries/Functions.php&lt;/p&gt;

&lt;p&gt;Line Number: 393&lt;br /&gt;
_______________&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Any information would help. &lt;br /&gt;
Thanks&lt;br /&gt;
oh and i&#8217;m runing 2.2.2&lt;/p&gt;</description>
      <dc:date>2011-09-21T00:06:45+00:00</dc:date>
    </item>

    <item>
      <title>safecracker in member profile theme</title>
      <link>https://www.cartthrob.com/forums/viewthread/3587/</link>
      <guid>https://www.cartthrob.com/forums/viewthread/3587/#When:02:36:32Z</guid>
      <description>&lt;p&gt;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&lt;/p&gt;</description>
      <dc:date>2011-09-15T02:36:32+00:00</dc:date>
    </item>

    <item>
      <title>&#8220;Wrong datatype for second argument&#8221;...</title>
      <link>https://www.cartthrob.com/forums/viewthread/3003/</link>
      <guid>https://www.cartthrob.com/forums/viewthread/3003/#When:21:35:06Z</guid>
      <description>&lt;p&gt;I&#8217;m getting this error when trying to use safecracker&#8230; &lt;br /&gt;
A PHP Error was encountered&lt;/p&gt;

&lt;p&gt;Severity: Warning&lt;/p&gt;

&lt;p&gt;Message: in_array() [function.in&#45;array]: Wrong datatype for second argument&lt;/p&gt;

&lt;p&gt;Filename: libraries/safecracker_lib.php&lt;/p&gt;

&lt;p&gt;Line Number: 761&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
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&lt;/p&gt;

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

    <item>
      <title>Using exp:search:simple_form to return data from a Catchall field&#63;</title>
      <link>https://www.cartthrob.com/forums/viewthread/2806/</link>
      <guid>https://www.cartthrob.com/forums/viewthread/2806/#When:02:06:01Z</guid>
      <description>&lt;p&gt;Does anything special need to be done when using an &#123;exp:search:simple_form&#125; to get data contained in a Catchall field? &lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;This is with ExpressionEngine 2.1.4. We&#8217;ll update to ExpressionEngine 2.2.0 within the next few days.&lt;/p&gt;</description>
      <dc:date>2011-06-23T02:06:01+00:00</dc:date>
    </item>

    <item>
      <title>After moving hosts he tag exp:safecracker started to output only javascript</title>
      <link>https://www.cartthrob.com/forums/viewthread/2798/</link>
      <guid>https://www.cartthrob.com/forums/viewthread/2798/#When:17:49:55Z</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

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

&lt;p&gt;Consider such code:&lt;/p&gt;

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

&lt;p&gt;This code outputs:&lt;/p&gt;

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

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <dc:date>2011-06-22T17:49:55+00:00</dc:date>
    </item>

    <item>
      <title>SafeCracker form relative path with SafeCracker File</title>
      <link>https://www.cartthrob.com/forums/viewthread/2677/</link>
      <guid>https://www.cartthrob.com/forums/viewthread/2677/#When:19:04:22Z</guid>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;The error I&#8217;m getting is &#8220;Upload path does not appear to be valid.&#8221;&lt;/p&gt;</description>
      <dc:date>2011-06-06T19:04:22+00:00</dc:date>
    </item>

    <item>
      <title>How to tell if a field is required without the &#123;custom_fields&#125; loop&#63;</title>
      <link>https://www.cartthrob.com/forums/viewthread/2665/</link>
      <guid>https://www.cartthrob.com/forums/viewthread/2665/#When:19:38:26Z</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;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. &lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Can anyone help?&lt;/p&gt;

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

&lt;p&gt;Many Thanks,&lt;/p&gt;

&lt;p&gt;Blatant (Danny)&lt;/p&gt;</description>
      <dc:date>2011-06-03T19:38:26+00:00</dc:date>
    </item>

    <item>
      <title>dynamic_title parameter creating php errors!!!</title>
      <link>https://www.cartthrob.com/forums/viewthread/2581/</link>
      <guid>https://www.cartthrob.com/forums/viewthread/2581/#When:08:44:04Z</guid>
      <description>&lt;p&gt;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.&amp;nbsp; After reinstall things were working fine until I tried to use dynamic_title.&amp;nbsp; I get these php errors:&lt;/p&gt;

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

&lt;p&gt;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.&amp;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 &lt;a href=&quot;https://www.cartthrob.com/?URL=http%3A%2F%2Fexpressionengine.com%2Fforums%2Fviewthread%2F189334%2F&quot;&gt;thread&lt;/a&gt; here) and I am getting no help there.&amp;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).&lt;/p&gt;

&lt;p&gt;I really need to be able to use SafeCracker and use dynamic_title.&lt;/p&gt;

&lt;p&gt;HELP PLEASE!!!&lt;/p&gt;</description>
      <dc:date>2011-05-25T08:44:04+00:00</dc:date>
    </item>

    <item>
      <title>safecracker as member, admin or guest</title>
      <link>https://www.cartthrob.com/forums/viewthread/2405/</link>
      <guid>https://www.cartthrob.com/forums/viewthread/2405/#When:16:47:27Z</guid>
      <description>&lt;p&gt;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?&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;safecracker&amp;nbsp;channel&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;channel&#125;&quot;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;return=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;/news&quot;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entry_id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;segment_3&#125;&quot;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;author_only&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;yes&quot;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;myform&quot;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;author_id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;CURRENT_USER&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;</description>
      <dc:date>2011-05-05T16:47:27+00:00</dc:date>
    </item>

    <item>
      <title>SafeCracker and foreign_character_conversion_array</title>
      <link>https://www.cartthrob.com/forums/viewthread/2334/</link>
      <guid>https://www.cartthrob.com/forums/viewthread/2334/#When:15:11:38Z</guid>
      <description>&lt;p&gt;Good day.&lt;br /&gt;
I try to use SafeCracker with foreign_character_conversion_array (config/foreign_chars.php)&lt;br /&gt;
In CP all good work (all chars in Title convert into Url_title)&lt;br /&gt;
But in SafeCracker page it is&#8217;n work (only english chars in Title convert into Url_title)&lt;br /&gt;
Is there any way to use config/foreign_chars.php with SafeCracker ?&lt;br /&gt;
Thanks.&lt;/p&gt;</description>
      <dc:date>2011-04-25T15:11:38+00:00</dc:date>
    </item>

    
    </channel>
</rss>