Bug #10738 Bug Fixed

Fatal error upon form submission

Version: EE 2.0.0PB 20091211 Reporter: Tintin81

This is an archived bug report. If you are experiencing a similar issue, upgrade to the latest release and if that does not solve the problem, submit a new bug report

I am getting the following error when trying to submit a form on my website:

Fatal error: Call to undefined method EE_Input::clean_input_data() in /www/htdocs/username/designbits.de/cms/expressionengine/modules/email/mod.email.php on line 547

This is the code I am using:

{exp:email:contact_form user_recipients="false" recipients="form@designbits.de" redirect="3" charset="utf-8"}

<input type="hidden" name="subject" value="Inquiry" />

<label for="name">Name:</label><input type="text" id="name" name="name" class="required" /></p>
<label for="company">Company:</label><input type="text" id="firma" name="message[]" /></p>
<label for="email">E-mail:</label><input type="text" id="email" name="from" class="required email" /></p>
<label for="telephone">Telephone:</label><input type="text" id="telephone" name="message[]" /></p>
<textarea name="message[]" rows="13" cols="1" class="required"></textarea>

<input type="submit" class="button" value="Send" />

{/exp:email:contact_form}
.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases