Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-11-19 03:42:01
- joshtilton
- Member
- Registered: 2007-11-15
- Posts: 14
zem_contact Fatal Error
Hi,
I recently installed the zem_contact_reborn to run a basic contact form. However, when I try to access the contact page the form is running on I get a blank page with this error:
Fatal error: Call to undefined function zem_contact_gTxt() in /Applications/MAMP/htdocs/textpattern/lib/txplib_misc.php(534) : eval()’d code on line 13
this is the code I am using for the form itself:
<txp:zem_contact mailto=”“ />
<txp:zem_contact_text label=“Your Name” break=”“ /> <br />
<txp:zem_contact_email break=”“ /> <br />
<txp:zem_contact_select
label=“You Are:”
list=” Interested Buyer, Interested Seller, Seeking to learn more about Mike, A Random visitor”
break=”“ />
<br />
<txp:zem_contact_textarea label=“Your Message” break=”“ cols=“30” rows=“12” /> <br />
<txp:zem_contact_submit label=“Send Message” />
</txp:zem_contact>
If there is any insight that can be given, I know it can be found here! Everyone is great and extremely helpful!
Offline
#2 2007-11-19 05:44:28
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: zem_contact Fatal Error
You don’t have zem_contact_lang installed.
Offline
Re: zem_contact Fatal Error
I’m getting the error, but I have both contact_lang and contact_reborn installed. Any help is greatly appreciated
these are the only plugins are installed and both are active
zem_contact_lang TXP Community 4.0.3.6
zem_contact_reborn TXP Community 4.0.3.20
here’s the actual error:
Fatal error: Call to undefined function zem_contact_gTxt() in /users/home/tlpconsultants/web/public/textpattern/lib/txplib_misc.php(534) : eval()’d code on line 13
Last edited by claywso (2008-01-04 02:40:03)
Offline
Re: zem_contact Fatal Error
well..that error means that you don’t have them installed. have you tried reinstalling both of them again?
Offline
Re: zem_contact Fatal Error
argh. rookie mistake, had to do a hard refresh and it works like a charm. thanks.
Offline
Pages: 1