Search found 21 matches

Search found 21 matches

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

can we separate the ie6 related issues into another thread?

let us know if we are going to start hunting for an ie6 issues -- at this moment, lot's of bugs appears on ie6

Jump to post
  • Sat May 28, 2011 10:06 am
  • Replies 153
  • Views 53145
Re: Ongoing Work

am interested. check inbox please.

Jump to post
  • Sat May 28, 2011 9:43 am
  • Replies 3
  • Views 769
Re: Offical OpenCart v1.5.0 RC2 Bug Thread

celestial wrote:The footer still with problems, when you click an empty option of the menu the footer expand all the wide screen and begin at the left side, when you click a option with value the footer is Ok
can you provide some steps how to replicate? screenshots would be nice.

Jump to post
  • Wed May 25, 2011 3:11 am
  • Replies 153
  • Views 53145
Re: Offical OpenCart v1.5.0 RC2 Bug Thread

HI Not sure if the MySQL fix is still needed from RC1 but just done a fresh install and get the following error at the top of the main shop page Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in C:\wamp\www\opencart15rc2\system\database\mysql.php on line 54 It als...

Jump to post
  • Wed May 25, 2011 2:30 am
  • Replies 153
  • Views 53145
Re: Offical OpenCart v1.5.0 RC2 Bug Thread

When trying to copy the products in the admin panel, I get errors like below. Error: Duplicate entry '28-50' for key 'PRIMARY' Error No: 1062 INSERT INTO product_related SET product_id = '28', related_id = '50' Error: Duplicate entry '48-51' for key 'PRIMARY' Error No: 1062 INSERT INTO product_rela...

Jump to post
  • Wed May 25, 2011 2:00 am
  • Replies 153
  • Views 53145
Re: Offical OpenCart v1.5.0 RC2 Bug Thread

When trying to copy the products in the admin panel, I get errors like below. Error: Duplicate entry '28-50' for key 'PRIMARY' Error No: 1062 INSERT INTO product_related SET product_id = '28', related_id = '50' Error: Duplicate entry '48-51' for key 'PRIMARY' Error No: 1062 INSERT INTO product_rela...

Jump to post
  • Wed May 25, 2011 12:53 am
  • Replies 153
  • Views 53145
Re: open cart csv file

hello guys i am new here and this my first post.now to my question can some tell me of any free tool that i can use to upload products to a new open cart installation.the csv file i got from my supplier has the following format infact i will just paste a copy of the email i got from them but not th...

Jump to post
  • Tue May 24, 2011 9:10 am
  • Replies 9
  • Views 2417
Re: Official v1.5.0 SVN bug thread.

are you guys experienced what i've experienced on Chrome(updated version) -- pages would take forever to load. clean install of revision 299 -- even the db is re-created. no problem with Firefox,Safari,Opera .. though i feel it a bit slow compared to previous revision. on localhost, it should be clo...

Jump to post
  • Tue May 24, 2011 8:39 am
  • Replies 75
  • Views 16245
Re: Official v1.5.0 SVN bug thread.

revision 299. bug still on copying products within admin duplicate sql calls on line 81 admin/model/catalog/product.php if (isset($data['product_related'])) { foreach ($data['product_related'] as $related_id) { $this->db->query("INSERT INTO " . DB_PREFIX . "product_related SET product...

Jump to post
  • Tue May 24, 2011 8:24 am
  • Replies 75
  • Views 16245
Re: Official v1.5.0 SVN bug thread.

ain't bug, but minor defect. when copying products, status message on success maybemodified into something like "Success: You have copied product(s)!' instead of "Success: You have modified products!". this is to avoid further discussions with so anally retentive clients on this issue...

Jump to post
  • Sat May 21, 2011 9:17 am
  • Replies 75
  • Views 16245
Re: Official v1.5.0 SVN bug thread.

I get this error when adding a category that has "top" unchecked. I can't easily see which svn this is but it was downloaded and uploaded about 10 min ago... Notice: Undefined index: top in /home/take1pro/public_html/oc5-test/admin/model/catalog/category.php on line 4Warning: Cannot modif...

Jump to post
  • Sat May 21, 2011 8:54 am
  • Replies 75
  • Views 16245
Re: Official v1.5.0 SVN bug thread.

I get this error when adding a category that has "top" unchecked. I can't easily see which svn this is but it was downloaded and uploaded about 10 min ago... Notice: Undefined index: top in /home/take1pro/public_html/oc5-test/admin/model/catalog/category.php on line 4Warning: Cannot modif...

Jump to post
  • Sat May 21, 2011 8:51 am
  • Replies 75
  • Views 16245
Re: Official v1.5.0 SVN bug thread.

bugs on copy product. Error: Duplicate entry '48-53' for key 'PRIMARY' Error No: 1062 INSERT INTO product_related SET product_id = '48', related_id = '53' to replicate, select product to copy, then click copy. fix: edit admin/model/catalog/product.php and delete line 81 -- it called twice for the sa...

Jump to post
  • Sat May 21, 2011 8:46 am
  • Replies 75
  • Views 16245
Re: Official v1.5.0 SVN bug thread.

still at rev 279. i got error "Warning: Please check the form carefully for errors!" when adding "Categories". to replicate, filled data on necessary fields to english pane, but let the "de" pane empty. is it by design OC won't add category if another language form fie...

Jump to post
  • Sat May 21, 2011 7:26 am
  • Replies 75
  • Views 16245
Re: Official v1.5.0 SVN bug thread.

still at rev 279. i got error "Warning: Please check the form carefully for errors!" when adding "Categories". to replicate, filled data on necessary fields to english pane, but let the "de" pane empty. is it by design OC won't add category if another language form fiel...

Jump to post
  • Sat May 21, 2011 7:21 am
  • Replies 75
  • Views 16245
Re: Importing XLS File with 18,000 products

Have you tried allocating memory a bit higher?

e.g. @ini_set('memory_limit', '40M');

modify admin/index.php and add that after <?php

if error still occurs .. just set a bit higher.

Jump to post
  • Fri May 20, 2011 12:45 pm
  • Replies 14
  • Views 2497
Re: Official v1.5.0 SVN bug thread.

got the "mail" language from 1.4.9.5, it's missing from 1.5.0 fix/workaround for "Error: Could not load language mail/customer!" is to edit catalog/model/account/customer.php and modify line 18 from $this->language->load('mail/customer); to $this->language->load('mail/account_cre...

Jump to post
  • Fri May 20, 2011 5:04 am
  • Replies 75
  • Views 16245
Re: Official v1.5.0 SVN bug thread.

where will i get mail/customer language file?

got an error "Error: Could not load language mail/customer!" when registering.


rev. 279 by the way.


thanks

Jump to post
  • Fri May 20, 2011 4:36 am
  • Replies 75
  • Views 16245
Re: Payment Mod: Bank Transfer

Hi. I try to implement the bank transfer module, and every things may be Ok. I don't get errors on administration or when I checkout the order, but there is just one problem: the orders with this payment mode not appear confirmed. I don't know why. If I select other payment mode, this order appear ...

Jump to post
  • Tue Aug 04, 2009 11:46 am
  • Replies 28
  • Views 11840
Re: Product Comparison feature

You'd likely be adding a compare feature to a category list page. As a store owner you'd likely have categories like: - Computers - TVs - Phones So you'd already have a grouping of like-minded products wouldn't you? that will work too, but my intent is different. if you have to compare through &quo...

Jump to post
  • Wed May 27, 2009 10:51 pm
  • Replies 4
  • Views 1882

Search found 21 matches