Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

lostinosc

Archived
  • Posts

    28
  • Joined

  • Last visited

Profile Information

  • Real Name
    Lost Child

lostinosc's Achievements

  1. I installed the webmakers shoppe enhancement several times and every time I get this error: 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_PRODUCTS_SPECIALS' at line 1 select p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image, s.specials_new_products_price from products p, products_description pd, specials s where p.products_status = '1' and s.products_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and s.status = '1' order by rand() DESC limit MAX_DISPLAY_PRODUCTS_SPECIALS The screen is pink at the top and the rest is a really dark teal. Not what I've seen others' sites look like after installing the enhancement. This is a fresh install by the way. I ran the file in phpmyadmin as well as uploaded the entire catalog file. Please help me with this!! :blink:
  2. I'm having a problem with the cart contents not emptying after I use paypal IPN. Now when I complete an order with any other payment option it does empty the contents out...just not with paypal. Any idea on how to fix this?
  3. I'm having a problem with the cart contents not emptying after I use paypal IPN. Now when I complete an order with any other payment option it does empty the contents out...just not with paypal. Any idea on how to fix this?
  4. I installed SEC (new install) and what I'm getting is a screen that is white at the top and the rest is dark teal with this error message: 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_PRODUCTS_SPECIALS' at line 1 select p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image, s.specials_new_products_price from products p, products_description pd, specials s where p.products_status = '1' and s.products_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and s.status = '1' order by rand() DESC limit MAX_DISPLAY_PRODUCTS_SPECIALS [TEP STOP] Any clue as to what I did wrong and how to fix it? Thanks!
  5. I figured it out. It was a bad install. I just deleted the installation and re-installed everything and it worked perfectly. Thanks for responding though Richard. I appreciate it.
  6. Not 100% certain but it seems that I received that or a similar error message when I failed to make the needed changes to the configure.php file. This is what I added to the configure.php // STS: ADD: Define Simple Template System files define('STS_START_CAPTURE', DIR_WS_INCLUDES . 'sts_start_capture.php'); define('STS_STOP_CAPTURE', DIR_WS_INCLUDES . 'sts_stop_capture.php'); define('STS_RESTART_CAPTURE', DIR_WS_INCLUDES . 'sts_restart_capture.php'); define('STS_TEMPLATE_DIR', DIR_WS_INCLUDES . 'sts_templates/'); define('STS_DEFAULT_TEMPLATE', DIR_WS_INCLUDES . 'sts_template.html'); define('STS_DISPLAY_OUTPUT', DIR_WS_INCLUDES . 'sts_display_output.php'); define('STS_USER_CODE', DIR_WS_INCLUDES . 'sts_user_code.php'); define('STS_PRODUCT_INFO', DIR_WS_INCLUDES . 'sts_product_info.php'); // STS: EOADD Any clue on how to fix it? Do I need to change something else in there?
  7. Sorry I posted this in the wrong place. I re-posted in the sts contrib section. :rolleyes:
  8. I'm getting this error after installing sts over my new store Warning: main(includes/sts_user_code.php): failed to open stream: No such file or directory in /home/king/public_html/practice/includes/sts_display_output.php on line 138 Fatal error: main(): Failed opening required 'includes/sts_user_code.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/king/public_html/practice/includes/sts_display_output.php on line 138
  9. I did as you suggested and now I'm getting this: Warning: main(includes/sts_user_code.php): failed to open stream: No such file or directory in /home/king/public_html/practice/includes/sts_display_output.php on line 138 Fatal error: main(): Failed opening required 'includes/sts_user_code.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/king/public_html/practice/includes/sts_display_output.php on line 138 Know how I can fix that?
  10. I installed OS and then followed the directions for the sts files to upload and here's what I have now instead of the store: Template file doesn't exist: [STS_DEFAULT_TEMPLATE] Warning: fopen(STS_DEFAULT_TEMPLATE): failed to open stream: No such file or directory in /home/king/public_html/practice/includes/sts_display_output.php on line 120 Can't open Template file: [STS_DEFAULT_TEMPLATE] Warning: filesize(): Stat failed for STS_DEFAULT_TEMPLATE (errno=2 - No such file or directory) in /home/king/public_html/practice/includes/sts_display_output.php on line 124 Warning: fread(): supplied argument is not a valid stream resource in /home/king/public_html/practice/includes/sts_display_output.php on line 124 Warning: fclose(): supplied argument is not a valid stream resource in /home/king/public_html/practice/includes/sts_display_output.php on line 125 Warning: main(STS_USER_CODE): failed to open stream: No such file or directory in /home/king/public_html/practice/includes/sts_display_output.php on line 138 Fatal error: main(): Failed opening required 'STS_USER_CODE' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/king/public_html/practice/includes/sts_display_output.php on line 138 Can anyone help me out please???
  11. I'm still lost if anyone can help! I posted on the previous page the problem I'm having. I do still have those last lines in my configure.php
  12. Well I just started over and now I'm getting this with version 2: Template file doesn't exist: [sTS_DEFAULT_TEMPLATE] Warning: fopen(STS_DEFAULT_TEMPLATE): failed to open stream: No such file or directory in /home/doodleb/public_html/store/includes/sts_display_output.php on line 120 Can't open Template file: [sTS_DEFAULT_TEMPLATE] Warning: filesize(): Stat failed for STS_DEFAULT_TEMPLATE (errno=2 - No such file or directory) in /home/doodleb/public_html/store/includes/sts_display_output.php on line 124 Warning: fread(): supplied argument is not a valid stream resource in /home/doodleb/public_html/store/includes/sts_display_output.php on line 124 Warning: fclose(): supplied argument is not a valid stream resource in /home/doodleb/public_html/store/includes/sts_display_output.php on line 125 Warning: main(STS_USER_CODE): failed to open stream: No such file or directory in /home/doodleb/public_html/store/includes/sts_display_output.php on line 138 Fatal error: main(): Failed opening required 'STS_USER_CODE' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/doodleb/public_html/store/includes/sts_display_output.php on line 138
  13. I need help! I just installed STS over a fresh os and I'm getting this error 1046 - No Database Selected select configuration_key as cfgKey, configuration_value as cfgValue from configuration [TEP STOP] Any clue as to what is wrong? Thanks!
×
×
  • Create New...