http://gailscreations.net.temp.omnis.com/wrappers/share/27/
“M00o93H7pQ09L8X1t49cHY01Z5j4TT91fGfr”
Any clue what’s going on?!
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
February 19, 2009 5:45pm
Subscribe [2]#1 / Feb 19, 2009 5:45pm
http://gailscreations.net.temp.omnis.com/wrappers/share/27/
“M00o93H7pQ09L8X1t49cHY01Z5j4TT91fGfr”
Any clue what’s going on?!
#2 / Feb 19, 2009 5:54pm
Please see this thread for a few options you can try: http://ellislab.com/forums/viewthread/93709/
#3 / Feb 19, 2009 6:01pm
Cleared cache, set /system/cache to and subfolders to 777, removed header and footer embeds… no luck.
#4 / Feb 19, 2009 6:06pm
{if !segment_3}That is not a valid conditional. What do you mean for that to say?
#5 / Feb 19, 2009 6:11pm
i get php confused with ee conditionals
{if segment_3 == ''}#6 / Feb 19, 2009 6:12pm
Ok, so did you fix that in the template and are you still receiving the error? If so, please post the entire template code.
#7 / Feb 19, 2009 6:13pm
Use that, please. If fixing that doesn’t work we’ll have to reduce the template.
ETA: What Lisa says 😊
#8 / Feb 19, 2009 6:15pm
All that’s in there now is:
{exp:email:tell_a_friend}
<label>Your Email:</label><input type="text" name="from" value="" class="input_l" /></p>
<label>Your Name:</label><input type="text" name="name" value="{member_name}" class="input_l" /></p>
<label>To:</label><input type="text" name="to" class="input_l" /></p>
<label>Email Subject:</label><input type="text" name="subject" size="40" value="Check Out This Candy Bar!" class="input_l" /></p>
<label>Message:</label><textarea name="message" class="input_l tall_l" readonly="readonly" rows="18" cols="40">
{title}
{w_description}
{permalink}
</textarea></p>
{/exp:email:tell_a_friend}#9 / Feb 19, 2009 6:16pm
removing the tag contents does the same… i’ll try it in a different template
#10 / Feb 19, 2009 6:18pm
http://gailscreations.net.temp.omnis.com/test2/27/
http://gailscreations.net.temp.omnis.com/wrappers/share/30/
same code…
i also tried disabling extensions…
i have used this on other sites with no problems…
#11 / Feb 19, 2009 6:19pm
You’re using an incorrect conditional in that code, while I do not know if that is the issue, we really need to rule it out. Can you update that conditional to the correct syntax and then post your entire code if it is not fixed?
Thank you!
#12 / Feb 19, 2009 6:21pm
i removed the conditionals… the only code in the template is:
{exp:email:tell_a_friend}
<label>Your Email:</label><input type="text" name="from" value="" class="input_l" /></p>
<label>Your Name:</label><input type="text" name="name" value="{member_name}" class="input_l" /></p>
<label>To:</label><input type="text" name="to" class="input_l" /></p>
<label>Email Subject:</label><input type="text" name="subject" size="40" value="Check Out This Candy Bar!" class="input_l" /></p>
<label>Message:</label><textarea name="message" class="input_l tall_l" readonly="readonly" rows="18" cols="40">
{title}
{w_description}
{permalink}
</textarea></p>
{/exp:email:tell_a_friend}#13 / Feb 19, 2009 6:25pm
http://gailscreations.net.temp.omnis.com/wrappers/list/category/christmas
all of the links do it
#14 / Feb 19, 2009 6:27pm
seems ill worry about this tomorrow…
thanks for the assistance, i appreciate it very much.
#15 / Feb 19, 2009 6:28pm
What version of EE are you on, and are you running any extensions?