Page 4 of 15

Re: OpenCart 1.5.5 Bug Thread

Posted: Tue Feb 05, 2013 3:25 am
by mondokat
Daniel wrote:no all bugs just the important ones until the next release.
Shouldn't "1.5.5.1" always mean the same thing? shouldn't the release be retagged with a new version to avoid the obvious, "which version of 1.5.5.1 did you download?" question?

Re: OpenCart 1.5.5 Bug Thread

Posted: Tue Feb 05, 2013 5:20 am
by i2Paq
I would think that 1.5.5.0, then 1.5.5.1, 1.5.5.2 and so on....

Re: OpenCart 1.5.5 Bug Thread

Posted: Tue Feb 05, 2013 8:41 am
by J.T
Even after changing the code you said to change Daniel, I still get that ip bug error. Not sure what else I'm supposed to do!

Re: OpenCart 1.5.5 Bug Thread

Posted: Wed Feb 06, 2013 1:28 am
by Webbo
There appears to be a bug with the mail function

if you create a mail message and choose to send it to selected customers (select customers and select name)

i then manually write in a message (not copy and paste) and when i press send, it gives me an error message: E-Mail Message required!

I have tried it in IE and FF, same error

Re: OpenCart 1.5.5 Bug Thread

Posted: Wed Feb 06, 2013 2:57 am
by kokkez
Can this be a bug?

admin/view/template/catalog/product_form.tpl, line 310:

Code: Select all

<?php foreach ($product_related as $product_related) { ?>
I don't use related products, so no problem until now.
But reading the file i'm expecting something like this:

Code: Select all

<?php foreach ($product_relatedS as $product_related) { ?>
notice the last "S" of the array name to iterate.

Re: OpenCart 1.5.5 Bug Thread

Posted: Wed Feb 06, 2013 5:49 pm
by Daniel
kokkez wrote:Can this be a bug?

admin/view/template/catalog/product_form.tpl, line 310:

Code: Select all

<?php foreach ($product_related as $product_related) { ?>
I don't use related products, so no problem until now.
But reading the file i'm expecting something like this:

Code: Select all

<?php foreach ($product_relatedS as $product_related) { ?>
notice the last "S" of the array name to iterate.
i can add that

Re: OpenCart 1.5.5 Bug Thread

Posted: Fri Feb 08, 2013 7:43 pm
by poznai
Search tags not working...

/index.php?route=product/search&tag=some tag

Re: OpenCart 1.5.5 Bug Thread

Posted: Sat Feb 09, 2013 6:21 am
by Brentvb
Admin control panel under Sales/Mail - When I try and send a E-Mail it always gives me the error: E-Mail Message required!
And all the fields have data in them.

This is only with the current version 1.5.5.1

Re: OpenCart 1.5.5 Bug Thread

Posted: Sat Feb 09, 2013 6:44 am
by beattie
Invalid file type error when uploading zip and xml file type (in Admin > Catalog > Downloads), even though admin server settings include correct file type and mime settings.
Problem occurs with fresh install Opencart 1.5.5.1. Problem also occurs with upgrade to 1.5.5.1.
Other file types such as png, pdf, txt etc are successful to upload.
If I temporarily comment php code I am able to upload zip and xml files ...

Re: OpenCart 1.5.5 Bug Thread

Posted: Sun Feb 10, 2013 7:31 pm
by DigitalWebDepot
On a multi store setup that is placed on maintenance mode, the link from the admin works on default, but not on any subsequent stores that are accessed from the admin. It shows the maintenance screen and not the store front. This has been verified on clean Install OC v1.5.5.1 Should have full access to all store fronts from admin while in maintenance mode. In this scenario there where 3 stores.

Example:
#1 www.mystore.com
#2 www.store2.mystore.com
#3 www.store3.mystore.com

Re: OpenCart 1.5.5 Bug Thread

Posted: Mon Feb 11, 2013 3:22 am
by inactiveaccount9912
If you insert a coupon and select some categories for it in admin when trying to use it doesnt work and returns error about the left column not existing in the category table.
in catalog/model/checkou/coupon.php

Code: Select all

						$coupon_category_query = $this->db->query("SELECT COUNT(*) AS total FROM `" . DB_PREFIX . "product_to_category` p2c LEFT JOIN `" . DB_PREFIX . "category` c ON (p2c.category_id = c.category_id) WHERE p2c.`product_id` = '" . (int)$product['product_id'] . "' AND c.`left` BETWEEN '" . (int)$category['left'] . "' AND '" . (int)$category['right'] . "'")
I guess its something unfisnished.

Re: OpenCart 1.5.5 Bug Thread

Posted: Mon Feb 11, 2013 11:12 am
by Daniel
florinsith wrote:If you insert a coupon and select some categories for it in admin when trying to use it doesnt work and returns error about the left column not existing in the category table.
in catalog/model/checkou/coupon.php

Code: Select all

						$coupon_category_query = $this->db->query("SELECT COUNT(*) AS total FROM `" . DB_PREFIX . "product_to_category` p2c LEFT JOIN `" . DB_PREFIX . "category` c ON (p2c.category_id = c.category_id) WHERE p2c.`product_id` = '" . (int)$product['product_id'] . "' AND c.`left` BETWEEN '" . (int)$category['left'] . "' AND '" . (int)$category['right'] . "'")
I guess its something unfisnished.
that was a stupid mistake. fixing it now.

Re: OpenCart 1.5.5 Bug Thread

Posted: Mon Feb 11, 2013 12:22 pm
by Daniel

Re: OpenCart 1.5.5 Bug Thread

Posted: Mon Feb 11, 2013 8:59 pm
by marlin.nl
Hi Daniel,

I don't know if it's a bug or not but i'm missing the invoice date on the invoice.
Is that a bug or is the invoice date out of the structure?

Regards Linda

( Also need to say you did a magic thing again! Great work. )

Re: OpenCart 1.5.5 Bug Thread

Posted: Mon Feb 11, 2013 11:52 pm
by Chris_AXA
When turning on SEO Urls on a clean install of 1.5.5.1 I'm getting the following error when trying to go to the homepage.

Fatal error: Call to a member function query() on a non-object in *My Website*/public_html/catalog/controller/common/seo_url.php on line 74

Sorry if this is not a bug, but after looking around I could not find this mentioned anywhere else.

If it helps, I'm running PHP Version 5.3.19 with safe mode off.

Re: OpenCart 1.5.5 Bug Thread

Posted: Tue Feb 12, 2013 1:04 am
by Daniel

Re: OpenCart 1.5.5 Bug Thread

Posted: Tue Feb 12, 2013 6:02 am
by nicbre
Sorry if this is not classed as a bug. Can't see anywhere if the Klarna payment is beta or not in 1.5.5.1.

I use swedish and currency SEK. The price of products and total is sent incorrect to Klarna. For example 595.00 SEK shows as 5.95 in Klarnas admin. This goes for both Klarna invoice and account.

Re: OpenCart 1.5.5 Bug Thread

Posted: Tue Feb 12, 2013 10:30 am
by Daniel
nicbre wrote:Sorry if this is not classed as a bug. Can't see anywhere if the Klarna payment is beta or not in 1.5.5.1.

I use swedish and currency SEK. The price of products and total is sent incorrect to Klarna. For example 595.00 SEK shows as 5.95 in Klarnas admin. This goes for both Klarna invoice and account.

have you re-downloaded and tried the latest version? I added some fixes to klarna. their system is pretty weird setup to get it to work.

Re: OpenCart 1.5.5 Bug Thread

Posted: Tue Feb 12, 2013 11:07 am
by mondokat
Daniel wrote: have you re-downloaded and tried the latest version? I added some fixes to klarna. their system is pretty weird setup to get it to work.
This is what I was worried about in my previous post. Now we're left wondering if we got the latest version of 1.5.5.1 since the zip posted on opencart.com says it's from january 22 and here there's a bunch of fixes posted in february. Are you planning on releasing a 1.5.5.2 so we know if we got all the fixes for sure?

Re: OpenCart 1.5.5 Bug Thread

Posted: Tue Feb 12, 2013 4:21 pm
by nicbre
Yes Daniel! I got the latest Klarna files from Github. Everything works perfectly except the price. It must be some stupid little decimal placement but I cannot find it.

*update* nope, doesn't seem to have anything to do with decimals, debugged the $xml sent and everything about the price looks correct. The search continues...