Static page / html nugget and paypal

Creating and modifying plugins.
Post Reply
izzlik
Regular
Posts: 81
Joined: Fri Jan 05, 2007 3:55 am

Static page / html nugget and paypal

Post by izzlik »

hello, im having the code bellow on my blogg in a html nugget and on a static page, now the problem i have is that when people click the paypal logo they get to paypal.com with an error saying that "sorry, we currently have a problem, please try again later" and i got the same thing when i tested, so i took the code an pasted it into an asp / html file and tested and the it worked, i got to the donations page with no error, and this was 2 min apart from where i got the error 3 time on serendipity so why isint this paypal form working with html nugget and static pages ?

Code: Select all

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7----ENCRYPTION REMOVED=-----END PKCS7-----
">
</form>
izzlik
Regular
Posts: 81
Joined: Fri Jan 05, 2007 3:55 am

Post by izzlik »

found the error...

Perform Markup Transformations
Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.



anyway i can have this turned and still make the paypal button work?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!
anyway i can have this turned and still make the paypal button work?
No, actually the only way to do that is to disable the option. Since you only post HTML in that nugget, why do you need markup activated?

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply