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]
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]
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.
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.
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)
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)
As previously reported, Products Purchased Report uses:
rather than:
because op.tax holds rate not value.
Code: Select all
SUM(op.total + op.tax)
Code: Select all
SUM(op.total + op.total * op.tax / 100)
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
Ok fixed in next versionmystifier wrote:As previously reported, Products Purchased Report uses:rather than:Code: Select all
SUM(op.total + op.tax)
because op.tax holds rate not value.Code: Select all
SUM(op.total + op.total * op.tax / 100)
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
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
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?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
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.
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
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.
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.
sorry for being such an amateur, could you please be more specific? I cant locate the place I should editQphoria 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
issue solved! thanks.mindaza wrote:sorry for being such an amateur, could you please be more specific? I cant locate the place I should editQphoria 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
If it saves time to anybody, found "weight class description" in admin-system-localisation
No I never edited that file before.Qphoria wrote:Hmm looks like maybe a space in that file ? Did you upload as ascii or binary mode in ftp?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
Who is online
Users browsing this forum: No registered users and 9 guests