Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

janetmon

Archived
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    Janet Mongilio

janetmon's Achievements

  1. I found the solution to my problem with affiliate_details.php If I have more than 100 countries listed in the dropdown box, I will get the "51" error. I have no idea why (since affiliate_signup.php works fine) but at least it works correctly if I keep my countries database reduced size. Thanks, Janet
  2. Thanks so much for trying to help. The version $Id: affiliate.php,v 2.00 2003/10/12 is the same one I had, but I reloaded it anyway. Same "51" problem..... Thanks, Janet
  3. I have it narrowed down and I know where the problem is but don't know how to fix it. In catalog/includes/boxes/affiliate.php if (tep_session_is_registered('affiliate_id')) { doesn't work and I get "51" displayed If I change it to if (!tep_session_is_registered('affiliate_id')) { then the page displays fine The only problem is that my array of affiliate options (summary, change password, etc, etc) doesn't show Any advice ? Thanks again, Janet
  4. Yes, there was no error message. I've contacted my host provider to see if they could check the error logs, and they can't provide me any details. I have tried some other options to see what would happen: - in catalog/affiliate_details.php script, I changed the require(DIR_WS_MODULES . 'affiliate_account_details.php'); to require(DIR_WS_MODULES . 'address_book_details.php'); and it ran fine - then changed require(DIR_WS_MODULES . 'affiliate_account_details.php'); to require(DIR_WS_MODULES . 'affiliate_signup_details.php'); and got the same "51" displaying on the screen with no other error messages Thanks, Janet
  5. I have some additional scenarios: I completely deleted catalog/includes/modules/affiliate_account_details.php to see what would happen. The page loaded fine with my headers and titles and columns displayed until I got the error that /modules/affiliate_account_details.php didn't exist When I put it back, though, I get a blank screen with "51" displayed. So if you have any advice, I'd appreciate it. Thanks, Janet
  6. Ok, I found out that the osCsid is for advanced users and shouldn't affect the file, so I'm still stumped about the catalog/affiliate_details.php if anyone has any suggestions. Thanks, Janet
  7. New bug /problem and I'm stumped: I've installed OSCommerce 2.2 M2 with no problem I've installed OSC Affiliate version 2.8 (12/9/2007) and made all the necessary insertions and have triple checked them The only problem I'm having is when I'm logged into my affiliate account and am trying to edit my affiliate details with the file catalog/affiliate_details.php I get "51" displayed on my screen and nothing else and no other errors The affiliate_summary.php, affiliate_password.php, etc all work fine I've also checked to make sure that I have catalog/includes/languages/english/affiliate_details.php and it's there and appears to be ok Does anyone have any advice ? Thanks so much, Janet I've also since looked at some others who have theirs working ok, and they have an osCsid in their file, so it would look like affiliate_details.php?osCsid=f20f5bb5c7e2a67a41a76994d6856dc8 Mine doesn't have the osCsid in it - is that the problem ?
×
×
  • Create New...