Page 1 of 13

Post any OpenCart 1.4.9.1 Bugs here!

Posted: Thu Sep 09, 2010 12:02 am
by Qphoria
Yea thats right

Current Active Bugs + Fixes:
- BUG: Deleting orders throws error "Notice: Undefined index: subtract" [FIX]
- BUG: Email address fields do not support "-" dash characters. [FIX]
- BUG: Guest Checkout adds store tax even when from a non-taxable address [FIX]
- BUG: Images with uppercase extensions don't resize properly [FIX]
- BUG: CSRF vulnerability in 1.4.8, 1.4.9, and 1.4.9.1 [FIX]
- BUG: Geo Zones not deleting properly [FIX]
- BUG: Search parameters not correctly encoded such as # character [FIX]
- BUG: USPS has some typos and incorrect tax class [FIX]
- BUG: Editing customer removes default shipping address designation: No fix yet
- BUG: Notice: Undefined index: postcode_required in [FIX]
- BUG: Query string needs appending to SEO url's [FIX]

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Thu Sep 09, 2010 6:17 am
by JAY6390
:laugh: great post content!

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Thu Sep 09, 2010 11:05 am
by new2oc
Totally impressed...

Just a small issue puzzles me, I could not consistently reproduce the problem, but it happened few times since yesterday(1.49) and today(1.49.1). During the check out process if I change address/payment method/currency back and forth, sometimes I could not confirm the order ...I hope this is my local test server setup problem, but I would appreciate it if you could kindly take a look.

Thank you again.

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Thu Sep 09, 2010 1:56 pm
by jerad
I upgraded from 1.4.8 to 1.4.9.1
I now seem to have an issue with paypal (standard) not including the shipping charges after it switches over to paypal's side of things.

Also, the product photos are all still there, just about 75% of them are not actually showing up any more on the site. Tried multiple browsers after clearing the cache's and hard refreshes.
Any suggestions would be appreciated. Thanks!
(Sorry for my misplaced post earlier)

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Thu Sep 09, 2010 3:57 pm
by mystifier
As previously reported, Products Purchased Report uses:

Code: Select all

SUM(op.total + op.tax)
rather than:

Code: Select all

SUM(op.total + op.total * op.tax / 100)
because op.tax holds rate not value.

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Thu Sep 09, 2010 7:48 pm
by Qphoria
jerad wrote:I upgraded from 1.4.8 to 1.4.9.1
I now seem to have an issue with paypal (standard) not including the shipping charges after it switches over to paypal's side of things.
Cannot reproduce. I see shipping as expected

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Thu Sep 09, 2010 7:48 pm
by Qphoria
mystifier wrote:As previously reported, Products Purchased Report uses:

Code: Select all

SUM(op.total + op.tax)
rather than:

Code: Select all

SUM(op.total + op.total * op.tax / 100)
because op.tax holds rate not value.
Ok fixed in next version

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Thu Sep 09, 2010 10:43 pm
by celestial
Hi, i have this problem v1.4.9.1

undefined variable: text_none in ..... admin\view\template\sale\order_form.tpl on line 343

in sale/order/update

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Thu Sep 09, 2010 11:46 pm
by Qphoria
celestial wrote:Hi, i have this problem v1.4.9.1

undefined variable: text_none in ..... admin\view\template\sale\order_form.tpl on line 343

in sale/order/update
Clear your browser cache and redownload the patch. I hotfixed this fix in to admin/controller/sale/order.php

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Fri Sep 10, 2010 12:00 am
by edwinjung
I keep seeing this in my Error Logs and I have no idea what it means

Code: Select all

010-09-09 15:25:15 - PHP Warning:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/starcra2/public_html/shop/index.php:92) in /home/starcra2/public_html/shop/system/library/session.php on line 11
2010-09-09 15:25:19 - PHP Warning:  session_start() [<a href='function.session-start'>function.session-start</a>]: open(/tmp/sess_4a40d898910c3c929f95a36dd344da58, O_RDWR) failed: Permission denied (13) in /home/starcra2/public_html/shop/system/library/session.php on line 11

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Fri Sep 10, 2010 12:07 am
by Qphoria
edwinjung wrote:I keep seeing this in my Error Logs and I have no idea what it means

Code: Select all

010-09-09 15:25:15 - PHP Warning:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/starcra2/public_html/shop/index.php:92) in /home/starcra2/public_html/shop/system/library/session.php on line 11
2010-09-09 15:25:19 - PHP Warning:  session_start() [<a href='function.session-start'>function.session-start</a>]: open(/tmp/sess_4a40d898910c3c929f95a36dd344da58, O_RDWR) failed: Permission denied (13) in /home/starcra2/public_html/shop/system/library/session.php on line 11
Hmm looks like maybe a space in that file ? Did you upload as ascii or binary mode in ftp?

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Fri Sep 10, 2010 1:05 am
by celestial
Q thank, you document this last bugs, i dont want reinstall the patch again. I make big personal modification in default theme.

Please you can talk me the last files you modified.

Many thanks and sorry.

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Fri Sep 10, 2010 1:34 am
by Qphoria
I did in the last post
admin/controller/sale/order.php

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Fri Sep 10, 2010 2:03 am
by mindaza
hi, i have very confusing problem.
I am running 2 shops on the same server provider, but under 2 different accounts and domain names, so operating system is identical. One shop is newly installed v.1.4.9 just works fine.
But the other shop which was updated from older v.1.3.3 to v.1.4.9, looks like its ok too, but when customers try adding products to cart, it goes to page "empty cart". I even tried to update to v.1.4.9.1, but problem does not go away.
In forums I located some possible issues related to cookies under http and https, but then why the first shop works?
thanks in advance.

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Fri Sep 10, 2010 2:57 am
by Qphoria
If you have multiple languages, it is likely that the upgrade script knocked out the weight class descriptions for your other languages. readd them and it should work

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Fri Sep 10, 2010 1:09 pm
by mindaza
Qphoria wrote:If you have multiple languages, it is likely that the upgrade script knocked out the weight class descriptions for your other languages. readd them and it should work
sorry for being such an amateur, could you please be more specific? I cant locate the place I should edit :(

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Fri Sep 10, 2010 1:14 pm
by mindaza
Just noticed one problem. When I updated from v.1.4.9 to v.1.4.9.1, in admin-catalog-products table, images do not show up :(

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Fri Sep 10, 2010 1:43 pm
by mindaza
mindaza wrote:
Qphoria wrote:If you have multiple languages, it is likely that the upgrade script knocked out the weight class descriptions for your other languages. readd them and it should work
sorry for being such an amateur, could you please be more specific? I cant locate the place I should edit :(
issue solved! thanks.
If it saves time to anybody, found "weight class description" in admin-system-localisation ;)

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Fri Sep 10, 2010 1:45 pm
by mindaza
mindaza wrote:Just noticed one problem. When I updated from v.1.4.9 to v.1.4.9.1, in admin-catalog-products table, images do not show up :(
same true with "cart", which does not show product image.

Re: Post any OpenCart 1.4.9.1 Bugs here!

Posted: Fri Sep 10, 2010 2:32 pm
by edwinjung
Qphoria wrote:
edwinjung wrote:I keep seeing this in my Error Logs and I have no idea what it means

Code: Select all

010-09-09 15:25:15 - PHP Warning:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/starcra2/public_html/shop/index.php:92) in /home/starcra2/public_html/shop/system/library/session.php on line 11
2010-09-09 15:25:19 - PHP Warning:  session_start() [<a href='function.session-start'>function.session-start</a>]: open(/tmp/sess_4a40d898910c3c929f95a36dd344da58, O_RDWR) failed: Permission denied (13) in /home/starcra2/public_html/shop/system/library/session.php on line 11
Hmm looks like maybe a space in that file ? Did you upload as ascii or binary mode in ftp?
No I never edited that file before.