Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...