Post by Qphoria » Thu Sep 09, 2010 12:02 am

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]

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by JAY6390 » Thu Sep 09, 2010 6:17 am

:laugh: great post content!

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by new2oc » Thu Sep 09, 2010 11:05 am

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.

Newbie

Posts

Joined
Thu Sep 09, 2010 10:50 am

Post by jerad » Thu Sep 09, 2010 1:56 pm

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)

Newbie

Posts

Joined
Fri Nov 13, 2009 5:02 am

Post by mystifier » Thu Sep 09, 2010 3:57 pm

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.

Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products


User avatar
Active Member

Posts

Joined
Tue May 18, 2010 5:15 pm

Post by Qphoria » Thu Sep 09, 2010 7:48 pm

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

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Qphoria » Thu Sep 09, 2010 7:48 pm

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

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by celestial » Thu Sep 09, 2010 10:43 pm

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

Celestial - Martín Abel Rosales
WhatsApp: 50671482211
Email: martinrosales2012@hotmail.com
Skype: martin.abel.rosales
San José , Costa Rica


User avatar
Expert Member

Posts

Joined
Sat Mar 20, 2010 4:19 am
Location - Costa Rica

Post by Qphoria » Thu Sep 09, 2010 11:46 pm

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

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by edwinjung » Fri Sep 10, 2010 12:00 am

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

New member

Posts

Joined
Mon Feb 15, 2010 9:26 pm

Post by Qphoria » Fri Sep 10, 2010 12:07 am

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?

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by celestial » Fri Sep 10, 2010 1:05 am

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.

Celestial - Martín Abel Rosales
WhatsApp: 50671482211
Email: martinrosales2012@hotmail.com
Skype: martin.abel.rosales
San José , Costa Rica


User avatar
Expert Member

Posts

Joined
Sat Mar 20, 2010 4:19 am
Location - Costa Rica

Post by Qphoria » Fri Sep 10, 2010 1:34 am

I did in the last post
admin/controller/sale/order.php

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by mindaza » Fri Sep 10, 2010 2:03 am

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.

Newbie

Posts

Joined
Thu Nov 05, 2009 9:18 pm

Post by Qphoria » Fri Sep 10, 2010 2:57 am

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

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by mindaza » Fri Sep 10, 2010 1:09 pm

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 :(

Newbie

Posts

Joined
Thu Nov 05, 2009 9:18 pm

Post by mindaza » Fri Sep 10, 2010 1:14 pm

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 :(

Newbie

Posts

Joined
Thu Nov 05, 2009 9:18 pm

Post by mindaza » Fri Sep 10, 2010 1:43 pm

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 ;)

Newbie

Posts

Joined
Thu Nov 05, 2009 9:18 pm

Post by mindaza » Fri Sep 10, 2010 1:45 pm

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.

Newbie

Posts

Joined
Thu Nov 05, 2009 9:18 pm

Post by edwinjung » Fri Sep 10, 2010 2:32 pm

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.

New member

Posts

Joined
Mon Feb 15, 2010 9:26 pm
Who is online

Users browsing this forum: No registered users and 36 guests