Topic: problem using shell plugin to patch
Hi,
I'm trying to patch my forum in order to update to 1.2.15. To do that, I'm using the punbb shell plugin made by Kristoffer.
My forum is installed in /forum
I've uploaded the file called punbb-1.2.14_to_1.2.15.patch in /
Then I put the following command:
patch -ul -d [/home/pluriser/www/forum/] -p2 < [punbb-1.2.14_to_1.2.15.patch]
But it does not work. I get the message "No output from shell."
Have you got any solution ?
Thank you