peterpiper Posted August 9, 2005 Posted August 9, 2005 I'm afraid that I do not know very much about diff files and the like (or oscommerce for that matter), but I finally figured out how to apply the supplied diff_instructions.txt supplied by Karl Schmidt (thanks Karl). I found four problems though: On the line that reads + teptep_redirect(tep_href_link(FILENAME_REVIEWS, _redirect(tep_href_link(FILENAME_REVIEWS, 'page=' . $HTTP_GET_VARS['page'] . '&rID=' . $reviews_id)); it should read (yes there are three problems in that one line :-) + tep_redirect(tep_href_link(FILENAME_REVIEWS, tep_redirect(tep_href_link(FILENAME_REVIEWS, 'page=' . $HTTP_GET_VARS['page'] . '&rID=' . $reviews_id)))); The addition to admin/includes/languages/english/reviews.php didn't work either, but I'm not sure why, so I just put that section in manually. Thanks again for this diff. I hope that what I've noticed does help. I went to change the file myself and upload it, but as I'm not sure why it didn't apply the last part I figured that I'd leave it to someone who knew what they were doing. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.