On Tue, Jan 25, 2011 at 11:18:10AM +1100, Chris Herrmann wrote: > Hi Emmanuel, > > Thankyou for your reply, I had almost given up. My apologies in advance, I > don’t know perl and am only light technical... > > If I try to execute the below I get a variety of errors, but the first > problem is around diff & git… >
that's not a script that should be executed, that's a patch ;) it should apply easily on with the following command: cd /usr/share/request-tracker3.8/ patch -p2 < /tmp/thepatch if you are not familiar with this you can just edit the file and remove the "[" "]" around $ticket->$key->MemberEmailAddresses. then you should clean your mason cache and restart your webserver.
