Topic: Question applyng punbb-1.2.15 patch
Attempting to patch my punbb-1.2.14 installation with the 1.2.15 patch I got some issue
localhost:/var/www# patch -ul -d /var/www/ -p2 < /home/jack/punbb-1.2.14_to_1.2.15.patch
patching file admin_categories.php
patching file admin_forums.php
patching file admin_loader.php
patching file admin_maintenance.php
patching file admin_options.php
patching file admin_prune.php
patching file admin_ranks.php
patching file admin_users.php
patching file extern.php
patching file footer.php
patching file header.php
patching file include/common.php
patching file include/dblayer/mysql.php
patching file include/dblayer/mysqli.php
patching file include/dblayer/pgsql.php
patching file include/dblayer/sqlite.php
patching file include/email.php
patching file include/functions.php
Hunk #5 succeeded at 784 (offset 2 lines).
Hunk #6 succeeded at 837 (offset 2 lines).
Hunk #7 succeeded at 863 (offset 2 lines).
Hunk #8 succeeded at 930 (offset 2 lines).
Hunk #9 succeeded at 957 (offset 2 lines).
Hunk #10 succeeded at 1068 (offset 2 lines).
patching file include/template/admin.tpl
patching file include/template/help.tpl
patching file include/template/main.tpl
patching file include/template/maintenance.tpl
patching file include/template/redirect.tpl
can't find file to patch at input line 509
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN punbb-1.2.14/upload/install.php punbb-1.2.15/upload/install.php
|--- punbb-1.2.14/upload/install.php Sun Oct 15 18:40:20 2006
|+++ punbb-1.2.15/upload/install.php Wed Apr 11 13:39:52 2007
--------------------------
File to patch:
Skip this patch? [y] y
Skipping patch.
2 out of 2 hunks ignored
patching file misc.php
patching file moderate.php
patching file post.php
patching file profile.php
Hunk #2 succeeded at 753 (offset 1 line).
Hunk #3 succeeded at 764 (offset 1 line).
patching file register.php
patching file search.php
patching file style/imports/base.css
Hunk #1 FAILED at 175.
1 out of 1 hunk FAILED -- saving rejects to file style/imports/base.css.rej
patching file userlist.php
localhost:/var/www#
There's no upload directory under /var/www/
Can anyone help?