Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cyberfish

Archived
  • Posts

    18
  • Joined

  • Last visited

Profile Information

  • Real Name
    john

cyberfish's Achievements

  1. Im not sure, but you installed it for me. www.amovingtrain.com/catalog
  2. I installed oscommerce and have dynamos WPP contribution installed successfully. However, people order and then pay, but oscommerce and paypal dont tell me what that person odered. Isnt the system, somewhere, supposed to do this? How do I fix it? Thanks to anyone who can help.
  3. Thanks Brian, not sure how I missed that. I went back and double checked all of the downloads. But a little further in the checkout process I get this: Warning: main(includes/configure.php): failed to open stream: No such file or directory in /home/content/j/o/h/johndaustin/html/catalog/includes/application_top.php on line 29 Fatal error: main(): Failed opening required 'includes/configure.php' (include_path='.:/usr/local/lib/php') in /home/content/j/o/h/johndaustin/html/catalog/includes/application_top.php on line 29 Is it safe to assume that the loading of all of the includes was bad? SHould I reinstall all of them?
  4. i checked line 18 and if im not mistaken this line was part of the mods. im not so sure i did step 4 right. even used beyond compare.
  5. made the changes this is what i got: Fatal error: Call to undefined function: tep_paypal_wpp_enabled() in /home/content/j/o/h/johndaustin/html/catalog/login.php on line 18
  6. <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.amovingtrain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.amovingtrain.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.amovingtrain.com'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', ''); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/content/j/o/h/johndaustin/html/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
  7. Interesting and THANK YOU. I dont know what happened before. It seems though that all of the files i modded from the wpp pack are all throwing errors: Firefox can't find the server at www.amovingtrain.comlogin.php. i think its weird that their is no "/" before 'login'
  8. One more thing, how much would you charge to finish setting this up for me? Im kind of under the gun here.
  9. www.amovingtrain.com/catalog/wpp_diagnostics.php im using godadddy and also now my login and checkout pages dont work. i was pretty meticulous with the changes to the files in step 4. Thanks.
  10. it threw me ssl error so i took care of that in my config files. no it just says"no input has been specified" any thoughts?
  11. Brian, got everything installed and changed the scripts etc. Then I ran the diagnostic tool and this is what came up. I have no idea what this means. Any ideas? Would be appreciated. Thank you again. The contribution blows the other ones away btw....wish i had known about it sooner. Warning: main(includes/application_top.php): failed to open stream: No such file or directory in /home/content/j/o/h/johndaustin/html/wpp_diagnostics.php on line 9 Warning: main(): Failed opening 'includes/application_top.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/j/o/h/johndaustin/html/wpp_diagnostics.php on line 9 Fatal error: Call to undefined function: tep_redirect() in /home/content/j/o/h/johndaustin/html/wpp_diagnostics.php on line 13
  12. Im a little foggy on step 4. Please forgive the ignorance but PHP isnt my strong suit. Can I simply overwrite the existing files with the ones you provide? Thank you again.
  13. nevermind...dont even know why i asked. found the script installing now.
  14. Thanks for the response Brian and I hate to follow that up with a couple more questions but: a)where do i find the diagnostic? b)how do i upload/run it? Thanks you in advance
×
×
  • Create New...