Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

lojze

Archived
  • Posts

    26
  • Joined

  • Last visited

Profile Information

  • Real Name
    alojz

lojze's Achievements

  1. I have installed template oscommerce and contribution ultimate images pack. How to change popup window position? Now is down-center and a part of image is hidden.
  2. I got these answers on nonclean install OSC when I query featuredset.sql on DB . The featured product on default mod I have preinstalled. #1060 - Duplicate column name 'products_featured' or #1062 - Duplicate entry '99' for key 1 or #1264 - Out of range value adjusted for column 'configuration_id' at row 1 Any ideas?
  3. I saw many contributions about scrolling specials on vertical line ( left or right box ) I have specials on mainpage above new products. How to make scrolling products in horizontal line ( specials or featured products ) ? LP
  4. I have the same problem. When I upload EP file its seems to be OK (small, medium, large images were uploaded into DB) But in catalog all images are the same size ( small ). In downloaded EP file medium and large images fields are empty. What to do ? (All rows are ended with EOREOR) LP
  5. When i insert EP file into database i get this message Filename: EP2005Feb27-1705.txt | 0-29-522 | painting/s | painting/m | painting/b | | | | | | | | | | | | | HOBBY PAIN | | | ?OPI? KVA | | | 0,603 | 0.00 | 2005-02-21 | 2005-02-21 | 1000 | | Painting / | Brushes | | Taxable Go | Active !New Product! 1136 - Column count doesn't match value count at row 1 INSERT INTO products ( products_image, products_image_med, products_image_lrg, products_image_sm_1, products_image_xl_1, products_image_sm_2, products_image_xl_2, products_image_sm_3, products_image_xl_3, products_image_sm_4, products_image_xl_4, products_image_sm_5, products_image_xl_5, products_image_sm_6, products_image_xl_6, products_model, products_price, products_status, products_last_modified, products_date_added, products_date_available, products_tax_class_id, products_weight, products_quantity, manufacturers_id) VALUES ( 'painting/small/0_29_521.jpg', 'painting/medium/0_29_521.jpg', 'painting/big/0_29_521.jpg', '', '', '', '', '', '', '', '', '', '', '', '', '0-29-522', 'painting/small/0_29_521.jpg', '0-29-522', '0', '1', CURRENT_TIMESTAMP, "2005-02-21", "2005-02-21", '1', '0.00', '1000', 'NULL') [TEP STOP] please help whats wrong in my EP file
  6. I either have problem with uploaded file. I get this answer: Filename: EP2005Feb27-1705.txt | 0-29-522 | painting/s | painting/m | painting/b | | | | | | | | | | | | | HOBBY PAIN | | | ?OPI? KVA | | | 0,603 | 0.00 | 2005-02-21 | 2005-02-21 | 1000 | | Painting / | Brushes | | Taxable Go | Active !New Product! 1136 - Column count doesn't match value count at row 1 INSERT INTO products ( products_image, products_image_med, products_image_lrg, products_image_sm_1, products_image_xl_1, products_image_sm_2, products_image_xl_2, products_image_sm_3, products_image_xl_3, products_image_sm_4, products_image_xl_4, products_image_sm_5, products_image_xl_5, products_image_sm_6, products_image_xl_6, products_model, products_price, products_status, products_last_modified, products_date_added, products_date_available, products_tax_class_id, products_weight, products_quantity, manufacturers_id) VALUES ( 'painting/small/0_29_521.jpg', 'painting/medium/0_29_521.jpg', 'painting/big/0_29_521.jpg', '', '', '', '', '', '', '', '', '', '', '', '', '0-29-522', 'painting/small/0_29_521.jpg', '0-29-522', '0', '1', CURRENT_TIMESTAMP, "2005-02-21", "2005-02-21", '1', '0.00', '1000', 'NULL') [TEP STOP] Any suggestion?
  7. I either have problem with uploaded file. I get this answer: Filename: EP2005Feb27-1705.txt | 0-29-522 | painting/s | painting/m | painting/b | | | | | | | | | | | | | HOBBY PAIN | | | ?OPI? KVA | | | 0,603 | 0.00 | 2005-02-21 | 2005-02-21 | 1000 | | Painting / | Brushes | | Taxable Go | Active !New Product! 1136 - Column count doesn't match value count at row 1 INSERT INTO products ( products_image, products_image_med, products_image_lrg, products_image_sm_1, products_image_xl_1, products_image_sm_2, products_image_xl_2, products_image_sm_3, products_image_xl_3, products_image_sm_4, products_image_xl_4, products_image_sm_5, products_image_xl_5, products_image_sm_6, products_image_xl_6, products_model, products_price, products_status, products_last_modified, products_date_added, products_date_available, products_tax_class_id, products_weight, products_quantity, manufacturers_id) VALUES ( 'painting/small/0_29_521.jpg', 'painting/medium/0_29_521.jpg', 'painting/big/0_29_521.jpg', '', '', '', '', '', '', '', '', '', '', '', '', '0-29-522', 'painting/small/0_29_521.jpg', '0-29-522', '0', '1', CURRENT_TIMESTAMP, "2005-02-21", "2005-02-21", '1', '0.00', '1000', 'NULL') [TEP STOP] Any suggestion?
  8. When I put this code to the application_top.php instead of //set language... it returned that tep_get_languages is not defined. Have somebody suggestion?
  9. I get this message in mainpage 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_RANDOM_SELECT_NEW' at line 1 select products_id, products_image, products_tax_class_id, products_price from products where products_status = '1' order by products_date_added desc limit MAX_RANDOM_SELECT_NEW I cant find in SQL database what is said above. Maybe is error in PHP script?
  10. I get this after i installed some contributions. I always make backups but the same thing happens when i return backups even when i import old database.I don`t have php installed on c:\php4. Warning: main(includes/languages/.php): failed to open stream: No such file or directory in d:\apache\apache\htdocs\catalog\includes\application_top.php on line 299 Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.;c:\php4\pear') in d:\apache\apache\htdocs\catalog\includes\application_top.php on line 299 Warning: main(includes/languages/.php): failed to open stream: No such file or directory in d:\apache\apache\htdocs\catalog\admin\includes\application_top.php on line 133 Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.;c:\php4\pear') in d:\apache\apache\htdocs\catalog\admin\includes\application_top.php on line 133
×
×
  • Create New...