<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: I've broken something...</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: I've broken something...</description>
<language>en</language>
<pubDate>Mon, 15 Jun 2026 06:18:18 +0000</pubDate>

<item>
<title>fredgoodwin on "I've broken something..."</title>
<link>https://www.machform.com/forums/topic/ive-broken-something#post-1608</link>
<pubDate>Fri, 02 May 2008 10:57:39 +0000</pubDate>
<dc:creator>fredgoodwin</dc:creator>
<guid isPermaLink="false">1608@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Cool and thanks again :)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "I've broken something..."</title>
<link>https://www.machform.com/forums/topic/ive-broken-something#post-1607</link>
<pubDate>Fri, 02 May 2008 10:56:59 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1607@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Great!&#60;/p&#62;
&#60;p&#62;When you don't specify any email, MachForm try to guess your current server name using some PHP variable, $_SERVER['SERVER_NAME']&#60;/p&#62;
&#60;p&#62;Don't worry about this.
&#60;/p&#62;</description>
</item>
<item>
<title>fredgoodwin on "I've broken something..."</title>
<link>https://www.machform.com/forums/topic/ive-broken-something#post-1606</link>
<pubDate>Fri, 02 May 2008 10:53:16 +0000</pubDate>
<dc:creator>fredgoodwin</dc:creator>
<guid isPermaLink="false">1606@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Both fixes Work a treat!!! Thanks Yuniar&#60;/p&#62;
&#60;p&#62;Out of curiosity where is it pulling the intranet01 from?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "I've broken something..."</title>
<link>https://www.machform.com/forums/topic/ive-broken-something#post-1605</link>
<pubDate>Fri, 02 May 2008 10:35:55 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1605@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;On your config.php file, change this one:&#60;br /&#62;
&#60;code&#62;define(&#38;#39;NOTIFICATION_MAIL_FROM&#38;#39;,&#38;#39;&#38;#39;);&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
to be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;NOTIFICATION_MAIL_FROM&#38;#39;,&#38;#39;your_email@yourdomain.com&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>fredgoodwin on "I've broken something..."</title>
<link>https://www.machform.com/forums/topic/ive-broken-something#post-1604</link>
<pubDate>Fri, 02 May 2008 10:32:35 +0000</pubDate>
<dc:creator>fredgoodwin</dc:creator>
<guid isPermaLink="false">1604@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks.  I will give that a go.&#60;/p&#62;
&#60;p&#62;How do I change the &#60;a href=&#34;mailto:no-reply@intranet01&#34;&#62;no-reply@intranet01&#60;/a&#62; entry?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "I've broken something..."</title>
<link>https://www.machform.com/forums/topic/ive-broken-something#post-1603</link>
<pubDate>Fri, 02 May 2008 09:46:55 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1603@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Try to follow the instruction I've posted here:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/mail-error?replies=2#post-1572&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/mail-error?replies=2#post-1572&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>fredgoodwin on "I've broken something..."</title>
<link>https://www.machform.com/forums/topic/ive-broken-something#post-1602</link>
<pubDate>Fri, 02 May 2008 09:38:59 +0000</pubDate>
<dc:creator>fredgoodwin</dc:creator>
<guid isPermaLink="false">1602@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;When I was playing around (call it playing as I'm not a good programer in PHP yet) I have put in INTRANET01 as the domain somewhere, and it is now causing an error when I try and save an email address in V 2.0:&#60;/p&#62;
&#60;p&#62;UPDATE &#60;code&#62;ap_forms&#60;/code&#62; set &#60;code&#62;form_email&#60;/code&#62;='info@xxxxx.com.au',&#60;code&#62;esl_from_name&#60;/code&#62;='MachForm',&#60;code&#62;esl_from_email_address&#60;/code&#62;='no-reply@intranet01',&#60;code&#62;esl_subject&#60;/code&#62;='{form_name} [#{entry_no}]',&#60;code&#62;esl_content&#60;/code&#62;='{entry_data}',&#60;code&#62;esl_plain_text&#60;/code&#62;='' where form_id='5'; Query failed: Out of range value adjusted for column 'esl_plain_text' at row 1&#60;/p&#62;
&#60;p&#62;Of course I think this is what has gone wrong, it could be something else.&#60;/p&#62;
&#60;p&#62;How do I fix this.&#60;/p&#62;
&#60;p&#62;Much thanks in Advance.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
