Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Can anybody help?


Go to End


11 Posts   1630 Views

Avatar
Lemonie

Community Member, 70 Posts

7 May 2012 at 3:07am

It's version 2.4.7

I downloaded the files from the link above and then uploaded them, deleting mine first. I didn't edit them.

Avatar
swaiba

Forum Moderator, 1899 Posts

7 May 2012 at 4:11am

Hi Lemonie,

I'm sure I can help just please follow the advice here...

edit the file on the web,
I'll repeat edit the file on the webyourself rather than upload an entire file
select the red stuff and delete then with the green stuff add it...

I do this when I apply a patch like this by editing the files myself because quite often that change will fix the system - but changing the entire file may include/remove stuff I wasn't expecting (unless versioning and differencing has been used).

I too find the upload of files to break often and patches have to be found - which is why I am sure of this because I've found and used the patch exactly how I am recommending

Avatar
socks

Community Member, 191 Posts

7 May 2012 at 11:08am

I just did some Paypal buttons last week. If you haven't figured out the Paypal button yet, simply grab their code snippet. They have one for websites and a link for emails.

For a website, the button code looks something like this:

	<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
		…
	</form>

Also, you can replace their button with your own if you so desire.

Go to Top