Community Forums

OpenCart 1.5.0.4 Bug Thread

Bug reports here

OpenCart 1.5.0.4 Bug Thread

Postby Daniel » Sat Jun 11, 2011 6:40 pm

With the release of OpenCart 1.5.0.4 we need a new BUG topic.

You can download OC 1.5.0.4 from our Download Page.

If you find issues with OC 1.5.0.4 you need to start using google code issue tracker.

http://code.google.com/p/opencart/issues/list

DO NOT POST ALL YOU PROBLEMS/QUESTIONS THERE, MAKE SURE THEY ARE BUGS!

And not things because you do not understand the way 1.5.x works.
Last edited by i2Paq on Fri Jul 01, 2011 10:45 am, edited 4 times in total.
Reason: Made sticky / Made un-sticky
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.0.4 Bug Thread

Postby estperfumes » Sat Jun 11, 2011 9:05 pm

hi daniel, i have OC 1.5 and wondering where i can find a list of the the fixes achieved by OpenCart 1.5.0.4
cheers

est perfumes
User avatar
estperfumes
 
Posts: 40
Joined: Sun May 08, 2011 10:47 am
Location: new zealand

Re: OpenCart 1.5.0.4 Bug Thread

Postby dad » Sat Jun 11, 2011 9:52 pm

...\admin\model\localisation\currency.php
$query = $this->db->query("SELECT * FROM " . DB_PREFIX . "currency WHERE code != '" . $this->db->escape($this->config->get('config_currency')) . "' AND date_modified < '" . date(strtotime('-1 day')) . "'");

should be:
$query = $this->db->query("SELECT * FROM " . DB_PREFIX . "currency WHERE code != '" . $this->db->escape($this->config->get('config_currency')) . "' AND date_modified > '" . date(strtotime('-1 day')) . "'");
dad
 
Posts: 39
Joined: Mon May 26, 2008 8:30 pm

Re: OpenCart 1.5.0.4 Bug Thread

Postby dad » Sat Jun 11, 2011 10:17 pm

Encoding errors for the Cyrillic:

.../index.php?route=product/manufacturer Image


.../index.php?route=product/category&path=62_65

Image
dad
 
Posts: 39
Joined: Mon May 26, 2008 8:30 pm

Re: OpenCart 1.5.0.4 Bug Thread

Postby opencartisalright » Sun Jun 12, 2011 12:12 am

I seem to remember Daniel saying somewhere he added the feature that when you click on the add to cart button, it would automatically scroll to the top of the page so you could see the item in your cart more easily. Is this correct?

If so, i'm using OC 1.5.0.4 and that's not happening when I click on the add to cart button. My page stays put right where it is...
opencartisalright
 
Posts: 375
Joined: Sun Feb 20, 2011 8:09 pm

Re: OpenCart 1.5.0.4 Bug Thread

Postby allenshea » Sun Jun 12, 2011 1:25 am

Did Currency updated itself? my cart didn't. not sure others
I know nothing about PHP and SQL, but I still try my best to understand it.
User avatar
allenshea
 
Posts: 223
Joined: Mon Dec 14, 2009 2:01 pm

Re: OpenCart 1.5.0.4 Bug Thread

Postby Daniel » Sun Jun 12, 2011 3:47 am

dad wrote:Encoding errors for the Cyrillic:

.../index.php?route=product/manufacturer Image


.../index.php?route=product/category&path=62_65

Image


make sure your saving your language files in utf-8
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.0.4 Bug Thread

Postby Daniel » Sun Jun 12, 2011 3:49 am

estperfumes wrote:hi daniel, i have OC 1.5 and wondering where i can find a list of the the fixes achieved by OpenCart 1.5.0.4



http://www.opencart.com/index.php?route ... d/download

under changlog.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.0.4 Bug Thread

Postby Daniel » Sun Jun 12, 2011 4:07 am

opencartisalright wrote:I seem to remember Daniel saying somewhere he added the feature that when you click on the add to cart button, it would automatically scroll to the top of the page so you could see the item in your cart more easily. Is this correct?

If so, i'm using OC 1.5.0.4 and that's not happening when I click on the add to cart button. My page stays put right where it is...



it does except for the product page which has a animated image flying towards the cart.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.0.4 Bug Thread

Postby Daniel » Sun Jun 12, 2011 5:52 am

i just reuploaded 1.5.0.4 with the currency fix in.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.0.4 Bug Thread

Postby dad » Sun Jun 12, 2011 6:07 am

Daniel wrote:
dad wrote:Encoding errors for the Cyrillic:

.../index.php?route=product/manufacturer Image


.../index.php?route=product/category&path=62_65

Image


make sure your saving your language files in utf-8


Hi, Daniel. I know about language files in utf-8. Could you please add non latin manufacturer name or product description. You will see these bugs.

Thank you for your quick answer and your excellent OC!
dad
 
Posts: 39
Joined: Mon May 26, 2008 8:30 pm

Re: OpenCart 1.5.0.4 Bug Thread

Postby uksitebuilder » Sun Jun 12, 2011 6:43 am

/* Deleted */
Last edited by uksitebuilder on Mon Jun 13, 2011 8:15 am, edited 2 times in total.
User avatar
uksitebuilder
 
Posts: 5602
Joined: Thu Jun 09, 2011 3:37 pm
Location: United Kindgom

Re: OpenCart 1.5.0.4 Bug Thread

Postby QNAP » Sun Jun 12, 2011 8:18 am

Daniel

Revision: r396
Author: blueyon
Date: Jun 9 (2 days ago)
Review scores: No one has yet scored this revision.

Log message

added gift voucher mail to be sent when order gets to the complete status in the
admin.


Is this already fixed in 1.5.0.4 ? The changelog says nothing about it.
QNAP
 
Posts: 124
Joined: Tue Jan 18, 2011 7:46 pm

Re: OpenCart 1.5.0.4 Bug Thread

Postby Daniel » Sun Jun 12, 2011 8:25 am

uksitebuilder wrote:Posted this on the bug tracker but it got wiped/invalid

Anyone else having featured products on the homepage with the last product dropping to the next row?

Response to my bug was "don't bothering me with this stupid thing"

Well that's just great. This will be the last bug I point out with an attitude like that!


no it was because you reporting something that is not a bug.

http://code.google.com/p/opencart/issue ... 20Reporter

oh dear the products don't fill to the end. could it be that they fill if you have 3 columns? alter the css if you have issue like this.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.0.4 Bug Thread

Postby rickyye » Sun Jun 12, 2011 8:47 am

Bug report:

I was doing a chinese translation and all other parts are fine except the category.

Once you enter a chinese name for a category, it displays wrong character.
rickyye
 
Posts: 3
Joined: Sat Jul 03, 2010 3:29 am

Re: OpenCart 1.5.0.4 Bug Thread

Postby crazypetfood » Sun Jun 12, 2011 9:28 am

Hi everyone, my first post on the forum, I feel this may be a bug with the upgrade side of things? appologise to you if this is not the case.

After upgrading (The upgrade reported "success") I thought i would try replacing the admin directory, used my old config file from my backup. I get the following trying to enter the admin side of my store

Error: Unknown column 'store_id' in 'where clause'
Error No: 1054
SELECT * FROM oc_setting WHERE store_id = '0'

Do I need to replace all the directories for this to work? Because it's a live store I was hoping to test the admin side first to see if that part was all ok before moving on to replacing the rest.

Thanks for any reply's

Update for you, i renamed all the pre 1.5 directories to old, uploaded all the new ones, get errors on main page to do with the database. just a heads up for you guys

I will revert back to my old pre 1.5 setup
crazypetfood
 
Posts: 36
Joined: Sun Jun 12, 2011 9:25 am

Re: OpenCart 1.5.0.4 Bug Thread

Postby scmKORE » Sun Jun 12, 2011 10:29 am

Daniel wrote:i just reuploaded 1.5.0.4 with the currency fix in.

Just downloaded 1504 and CAD isn't auto updating. Also, I was wondering why there were 2 "UPS Standard" options in the shipping method and if there was any difference between the 2 or not.
scmKORE
 
Posts: 30
Joined: Mon May 02, 2011 1:57 am

Re: OpenCart 1.5.0.4 Bug Thread

Postby dan45 » Sun Jun 12, 2011 10:45 am

I can't add a new payment method in 1.5.
in 1.4 version it's work perfect when I duplicate the COD.
viewtopic.php?f=20&t=33758
dan45
 
Posts: 7
Joined: Sun Jun 12, 2011 10:32 am

Re: OpenCart 1.5.0.4 Bug Thread

Postby Daniel » Sun Jun 12, 2011 10:47 am

crazypetfood wrote:Hi everyone, my first post on the forum, I feel this may be a bug with the upgrade side of things? appologise to you if this is not the case.

After upgrading (The upgrade reported "success") I thought i would try replacing the admin directory, used my old config file from my backup. I get the following trying to enter the admin side of my store

Error: Unknown column 'store_id' in 'where clause'
Error No: 1054
SELECT * FROM oc_setting WHERE store_id = '0'

Do I need to replace all the directories for this to work? Because it's a live store I was hoping to test the admin side first to see if that part was all ok before moving on to replacing the rest.

Thanks for any reply's

Update for you, i renamed all the pre 1.5 directories to old, uploaded all the new ones, get errors on main page to do with the database. just a heads up for you guys

I will revert back to my old pre 1.5 setup



there is no upgrade script.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.0.4 Bug Thread

Postby Daniel » Sun Jun 12, 2011 10:48 am

scmKORE wrote:
Daniel wrote:i just reuploaded 1.5.0.4 with the currency fix in.

Just downloaded 1504 and CAD isn't auto updating. Also, I was wondering why there were 2 "UPS Standard" options in the shipping method and if there was any difference between the 2 or not.


it updates once a day.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Next

Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 6 guests

Hosted by Arvixe Web Hosting