<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Add Forgot Ticket Number Feature into osTicket System v1.6 RC5</title>
	<atom:link href="http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/</link>
	<description>... where solutions for script programming are found ...</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:54:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: fackeid</title>
		<link>http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/comment-page-1/#comment-5664</link>
		<dc:creator>fackeid</dc:creator>
		<pubDate>Thu, 17 Nov 2011 19:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=275#comment-5664</guid>
		<description>Hi
Thank you for this wonderful mod.

But i am facing problem in implementing it.
I guess i am using 1.6 ST is the main cause .. but still most preferred option will be to ask..
Whether this MOD will work on 1.6ST?

Because in your step # 5
instead of 
$t=Format::htmlchars($_POST[&#039;lticket&#039;]?$_POST[&#039;lticket&#039;]:$_GET[&#039;t&#039;]); 

in 1.6ST i do have 
$t=Format::input($_POST[&#039;lticket&#039;]?$_POST[&#039;lticket&#039;]:$_GET[&#039;t&#039;]);

so not sure about replacing it or not...
so afraid to proceed below that step..

please guide me for 1.6ST</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thank you for this wonderful mod.</p>
<p>But i am facing problem in implementing it.<br />
I guess i am using 1.6 ST is the main cause .. but still most preferred option will be to ask..<br />
Whether this MOD will work on 1.6ST?</p>
<p>Because in your step # 5<br />
instead of<br />
$t=Format::htmlchars($_POST['lticket']?$_POST['lticket']:$_GET['t']); </p>
<p>in 1.6ST i do have<br />
$t=Format::input($_POST['lticket']?$_POST['lticket']:$_GET['t']);</p>
<p>so not sure about replacing it or not&#8230;<br />
so afraid to proceed below that step..</p>
<p>please guide me for 1.6ST</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mio1401</title>
		<link>http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/comment-page-1/#comment-4330</link>
		<dc:creator>mio1401</dc:creator>
		<pubDate>Sat, 23 Jul 2011 23:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=275#comment-4330</guid>
		<description>Se debe colocar al final, archivo &quot;template.inc.php&quot;

&#160;Forgot Ticket Number
            Message template used when responding the Forgot Ticket Number request from user.
            
                Subject
                
                    &lt;input type=&quot;text&quot; size=&quot;65&quot; name=&quot;forgot_ticket_subj&quot; value=&quot;&quot;&gt;
					&#160;&#160;
            
            
                Message Body:
                
                    &#160;&#160;
            
            
            
            
        </description>
		<content:encoded><![CDATA[<p>Se debe colocar al final, archivo &#8220;template.inc.php&#8221;</p>
<p>&nbsp;Forgot Ticket Number<br />
            Message template used when responding the Forgot Ticket Number request from user.</p>
<p>                Subject</p>
<p>                    &lt;input type=&quot;text&quot; size=&quot;65&quot; name=&quot;forgot_ticket_subj&quot; value=&quot;&#8221;&gt;<br />
					&nbsp;&nbsp;</p>
<p>                Message Body:</p>
<p>                    &nbsp;&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Rayfield</title>
		<link>http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/comment-page-1/#comment-3953</link>
		<dc:creator>John Rayfield</dc:creator>
		<pubDate>Fri, 24 Jun 2011 21:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=275#comment-3953</guid>
		<description>Hi,
I&#039;ve just implemented this, but I dont see the EMail setup in the templates section.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve just implemented this, but I dont see the EMail setup in the templates section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/comment-page-1/#comment-3812</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 13 Jun 2011 02:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=275#comment-3812</guid>
		<description>Very appreciative of this Mod...I did follow all the steps, then noticed at the end that I was suppose to define the e-mail template...When I tried to do this, after I clicked &quot;Add&quot;, I got a blank page and could not define any variables...I tried reruning the MySql Script but I got the message that those fields already exist...I am a little stuck as to what to do...I am running the newest version of OSTicket as I just downloaded it...please help. Thank you so much.
~Chris</description>
		<content:encoded><![CDATA[<p>Very appreciative of this Mod&#8230;I did follow all the steps, then noticed at the end that I was suppose to define the e-mail template&#8230;When I tried to do this, after I clicked &#8220;Add&#8221;, I got a blank page and could not define any variables&#8230;I tried reruning the MySql Script but I got the message that those fields already exist&#8230;I am a little stuck as to what to do&#8230;I am running the newest version of OSTicket as I just downloaded it&#8230;please help. Thank you so much.<br />
~Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogiman</title>
		<link>http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/comment-page-1/#comment-3371</link>
		<dc:creator>Yogiman</dc:creator>
		<pubDate>Sun, 17 Apr 2011 16:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=275#comment-3371</guid>
		<description>I am having the same problem with saving the template, I have read all of the above and checked I have everything in the right place but still no joy.

I have noticed in phpmyadmin that the two new tables are empty at present, is this correct?

Can you shed any light on my problem?

Thanks

Yogiman</description>
		<content:encoded><![CDATA[<p>I am having the same problem with saving the template, I have read all of the above and checked I have everything in the right place but still no joy.</p>
<p>I have noticed in phpmyadmin that the two new tables are empty at present, is this correct?</p>
<p>Can you shed any light on my problem?</p>
<p>Thanks</p>
<p>Yogiman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masino Sinaga</title>
		<link>http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/comment-page-1/#comment-1001</link>
		<dc:creator>Masino Sinaga</dc:creator>
		<pubDate>Thu, 14 Jan 2010 07:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=275#comment-1001</guid>
		<description>&lt;a href=&quot;#comment-956&quot; rel=&quot;nofollow&quot;&gt;@Francois  &lt;/a&gt; 

Glad to hear good news from you. :-)</description>
		<content:encoded><![CDATA[<p><a href="#comment-956" rel="nofollow">@Francois  </a> </p>
<p>Glad to hear good news from you. <img src='http://www.openscriptsolution.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masino Sinaga</title>
		<link>http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/comment-page-1/#comment-1000</link>
		<dc:creator>Masino Sinaga</dc:creator>
		<pubDate>Thu, 14 Jan 2010 07:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=275#comment-1000</guid>
		<description>&lt;a href=&quot;#comment-998&quot; rel=&quot;nofollow&quot;&gt;@Ramesh Kumar  &lt;/a&gt; 

Have you defined your email template from Admin Panel -&gt; Emails -&gt; Templates -&gt; osTicket Default Template -&gt; Forgot Ticket Number ?

Error updating template usually happened if you have not defined the related template, yet. Make sure you have defined it. See the latest section/instruction in my article above. 

Good luck!</description>
		<content:encoded><![CDATA[<p><a href="#comment-998" rel="nofollow">@Ramesh Kumar  </a> </p>
<p>Have you defined your email template from Admin Panel -> Emails -> Templates -> osTicket Default Template -> Forgot Ticket Number ?</p>
<p>Error updating template usually happened if you have not defined the related template, yet. Make sure you have defined it. See the latest section/instruction in my article above. </p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Kumar</title>
		<link>http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/comment-page-1/#comment-998</link>
		<dc:creator>Ramesh Kumar</dc:creator>
		<pubDate>Wed, 13 Jan 2010 21:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=275#comment-998</guid>
		<description>I have updated the code from 88 line but still facing the same prob. 
Error: &quot;Error updating the template. Try again&quot;

Or if possible please send me &quot;template.inc.php&quot; for version osticket_1.6.rc5
Please suggest.</description>
		<content:encoded><![CDATA[<p>I have updated the code from 88 line but still facing the same prob.<br />
Error: &#8220;Error updating the template. Try again&#8221;</p>
<p>Or if possible please send me &#8220;template.inc.php&#8221; for version osticket_1.6.rc5<br />
Please suggest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/comment-page-1/#comment-957</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Thu, 31 Dec 2009 01:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=275#comment-957</guid>
		<description>Ha!
The sytem seems to mess up html tags.
Let&#039;s try this way.

... where you read :
Message Body:.
Quite an original ending for a  start tag (the orig file has the same error).
Line 43 is Message Body: (orig file has correct html there).</description>
		<content:encoded><![CDATA[<p>Ha!<br />
The sytem seems to mess up html tags.<br />
Let&#8217;s try this way.</p>
<p>&#8230; where you read :<br />
Message Body:.<br />
Quite an original ending for a  start tag (the orig file has the same error).<br />
Line 43 is Message Body: (orig file has correct html there).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://www.openscriptsolution.com/2009/09/12/add-forgot-ticket-number-feature-into-osticket-system-v1-6-rc5/comment-page-1/#comment-956</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Thu, 31 Dec 2009 01:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=275#comment-956</guid>
		<description>I&#039;ve got the same pb after installing your MOD: “Error updating the template. Try again”.

Checking and analysing the DB with phpMyAdmin reported no pb.
I entered the email auto-response&#039;s text directly in phpMyAdmin and had no pb to ask for lost tickets thru a fake user and received an answer with opened &amp; closed tx.
Yet, I was still unable to modify my template (Error updating...).

I was then thinking the pb could lie in the ./include/staff/.

Looking in my svn I found that I mistakenly made the change on step 7 at line 42 instead of 88. Me stupid!
This created the mess.
What made me discover this was lines 89 and 105 (step 7), where you read :
Message Body:.
Quite an original ending for a  start tag (the orig file has the same error).
Line 43 is Message Body: (orig file has correct html there).

Now it works.

Hope this helps,
Regards.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the same pb after installing your MOD: “Error updating the template. Try again”.</p>
<p>Checking and analysing the DB with phpMyAdmin reported no pb.<br />
I entered the email auto-response&#8217;s text directly in phpMyAdmin and had no pb to ask for lost tickets thru a fake user and received an answer with opened &amp; closed tx.<br />
Yet, I was still unable to modify my template (Error updating&#8230;).</p>
<p>I was then thinking the pb could lie in the ./include/staff/.</p>
<p>Looking in my svn I found that I mistakenly made the change on step 7 at line 42 instead of 88. Me stupid!<br />
This created the mess.<br />
What made me discover this was lines 89 and 105 (step 7), where you read :<br />
Message Body:.<br />
Quite an original ending for a  start tag (the orig file has the same error).<br />
Line 43 is Message Body: (orig file has correct html there).</p>
<p>Now it works.</p>
<p>Hope this helps,<br />
Regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
