Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Romey-Rome

Archived
  • Posts

    36
  • Joined

  • Last visited

Everything posted by Romey-Rome

  1. No, not all of them. But a good number of 'em do...about half I'd say. That would be really cool if you could get it to call files in sequence...would be a big time saver for me...so THANKS! Even if you can't get it to work, thanks for the effort. Thats what makes OSC so great....
  2. I think it would be cool to be able to enter more than 1 file name to upload from temp, and have them run in sequence....I have 16,000 products with no way to overide the PHP timeout, so have to split my file into 6 3,000 line files, and then wait for each one to finish...takes about an hour.
  3. That's be cool if you would...Thanks for the help.
  4. Hmmm...Well added a tracking # to your order if you want to look at it....I'll go look over the file top to bottom... Thanks for helpin out.
  5. I also have added a back button to Product_info page, and clicking on it takes you all the way back to the main page.
  6. ehhhh....I spoke too soon. Whenever I'm on a product listing page with more than 1 page, and I click on next, I get: "Fatal error: Call to undefined function: shift()in /home/romey/public_html/rewrite.php on line 79" Thanks.
  7. Beutiful!! That works!! Thanks a LOT!! on a side note....any way to show the model # in the link?
  8. Here's what my host said: Having to use register globals nowadays usually represents dangerous scripting habits since it presents a potential security risk, since PHP 4.2 it has been turned off by default. However I understand some well-known scripts do require register globals so we can usually accomodate this. To enable it to work from the shell, add the following to your script. ini_set("register_globals", 1) To enable register globals to work when called via the webserver then we will need to add a special flag to your virtualhost config, if you would like us to do this just let us know Where do I add ini_set("register_globals", 1) ? Thanks Roman
  9. Yeh, I just tryed and it said my register_globals are off, so I contacted my host about it... Thanks for the info Roman
  10. Wll what I do now is take my 16,000 line file and asplit it into 6 parts, upload them to the temp dir, and insert them into the db one at a time, which still takes me a good hour. I was just looking for a one shot deal. It'd be nice if EasyPopulate would let you specify more than 1 filename and then just run them in sequence. Thanks Roman
  11. Something I just thought of, I have SEF URLs enabled is OSC...If that matters...
  12. >iiinetworks I removed /catalog fro rewrite.php which didn't do anything. There are no instances of /catalog in html_output.php Using the code you provided I get this error when accessing categories. But the link displays the category name. ie. www.romeysblades.com/knives/ Fatal error: Cannot redeclare tep_db_connect() (previously declared in /home/romey/public_html/includes/functions/database.php:13) in /home/romey/public_html/includes/functions/database.php on line 13 Using the test rule doesn't seem to change anything. mod_rewrite is installed. my site is @ www.romeysblades.com , but my store is live, so I put everything back the way it was. Thanks for the help!
  13. How do you get it to work if your store isn't in /catalog but in the root directory? I tryed taking all the "/catalog" out of .htaccess then it started doing very vierd things....
  14. Hmmm...I'm not seeing anything... Here's the whole line: <td class="main"><a href="java script:popupTrackerWindow('popup_tracker.php?action=track&tracknum=<?php echo $order->info['ups_track_num']; ?>')"><?php echo $order->info['ups_track_num']; ?></a></td> Maybe I'm blind... Thanks
  15. Another thing I notice, in account_history_info, I get an error in the bottom left corner in IE, "done, but there were errors" refers to line 2 char 1....
  16. Ok got it woking in account_history. Account_history_info still loads account_history in the popup. I replaced the 2 lines mentioned earlier it this thread for SEF urls..... Getting close.... Thanks Roman
  17. I got half the problem solved. I contacted my host and there was a curl problem on their end that was fixed. Now tracking.php works, But the tracking in account history still has the same problem....
  18. A tech support person from my webhost told me that I should run easypopulate in PHP binary mode via SSH to do away with timeouts and what not... Can someone shyne some light on this? Is it possible? How would you specify the files? I'm very curious about this. Thanks Roman
  19. cURL & XML confirmed. With error reporting on I get "Call to undefined function: curl_init() in /home/romey/public_html/includes/classes/tracking.php on line 32" in tracking.php I still get a blank popup from account_history.php In account_history_info.php, the popup shows account_history.php. SEF urls are on with those 2 lines of code changed that you mentioned earlier. Thanks Roman
  20. Is this contrib. dead? I'm still trying to get the blank pop-up problem solved.... Thanks Roman
  21. Did you guys ever get the blank popup issue solved? Or did that hit a dead end? I'm getting blank pop-ups, and I tried changing the lines mentioned earlier it this thread. What that did is, if I click on the tracking # in account_history_info it loads up account_history, if I click on track in account_history, I get a blank popup. Also tracking.php doesn't show anything, just reloads the page. I tried turning SEF links off and that didn't help. Thanks in advance. Happy New Year Roman
×
×
  • Create New...