Community Forums

Post any OpenCart 1.4.9 Final Bugs here!

Bug reports here

Re: Post any OpenCart 1.4.9 Final Bugs here!

Postby Qphoria » Thu Sep 09, 2010 11:43 am

mbaldock2001 wrote:Hi all,
Using 1.4.9,
I have noticed the following error log in the last couple of days, but i'm not sure what was supposed to have been sent !

Code: Select all
2010-09-02 13:18:35 - PHP Warning:  mail() [<a href='function.mail'>function.mail</a>]: 550 5.7.1 message content rejected in /catalog/controller/payment/pp_standard.php on line 395

2010-09-06 9:59:32 - PHP Warning:  mail() [<a href='function.mail'>function.mail</a>]: 550 5.7.1 message content rejected in /catalog/controller/payment/pp_standard.php on line 395

2010-09-06 11:15:48 - PHP Warning:  mail() [<a href='function.mail'>function.mail</a>]: 550 5.7.1 message content rejected in /catalog/controller/payment/pp_standard.php on line 395

There could also be the same sort of error on /catalog/controller/payment/pp_standard.php on line 454 .... !?!??

Has anyone else seen this?
Does 1.4.9.1 address/correct this ?

Many thanks
Mark


Haven't seen it so no it doesn't fix it.
Image Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18242
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Re: Post any OpenCart 1.4.9 Final Bugs here!

Postby poshook » Fri Sep 10, 2010 10:30 pm

The price sorting bug with special fix for 1.4.8b again in 1.4.9? :choke:
poshook
 
Posts: 97
Joined: Sat Jun 26, 2010 7:19 pm

Re: Post any OpenCart 1.4.9 Final Bugs here!

Postby Xsecrets » Fri Sep 10, 2010 10:35 pm

poshook wrote:The price sorting bug with special fix for 1.4.8b again in 1.4.9? :choke:

I don't think price sorting has ever used special pricing in any version.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: Post any OpenCart 1.4.9 Final Bugs here!

Postby Qphoria » Fri Sep 10, 2010 11:35 pm

yea there was no fix for special pricing. It was just missing for normal prices
Post a feature request for sorting by special
Image Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18242
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Re: Post any OpenCart 1.4.9 Final Bugs here!

Postby Xsecrets » Sat Sep 11, 2010 4:22 am

Qphoria wrote:yea there was no fix for special pricing. It was just missing for normal prices
Post a feature request for sorting by special

yeah it's not the easiest thing to do. The main query doesn't take into account special or group pricing. I know it's a pain to deal with because I made my layered navigation account for both, and it's no fun.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: Post any OpenCart 1.4.9 Final Bugs here!

Postby poshook » Sun Sep 12, 2010 11:32 pm

sorry, my broken english. I did not mean special pricing but products price sorting bug from 1.4.8b (low-high, high-low)
poshook
 
Posts: 97
Joined: Sat Jun 26, 2010 7:19 pm

Re: Post any OpenCart 1.4.9 Final Bugs here!

Postby Xsecrets » Mon Sep 13, 2010 1:55 am

the price sort bug has been fixed.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: Post any OpenCart 1.4.9 Final Bugs here!

Postby Brook » Mon Sep 13, 2010 7:01 pm

"Notice: Undefined Variable text_none in admin\view\template\sale\order_form.tpl"
Brook
 
Posts: 437
Joined: Tue Feb 23, 2010 4:15 pm

Re: Post any OpenCart 1.4.9 Final Bugs here!

Postby Qphoria » Mon Sep 13, 2010 7:17 pm

Brook wrote:"Notice: Undefined Variable text_none in admin\view\template\sale\order_form.tpl"


This is a 1.4.9.1 bug,
redownload the patch and upload the new admin/controller/sale/order.php file
Image Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18242
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Re: Post any OpenCart 1.4.9 Final Bugs here!

Postby MorayWeb » Thu Sep 16, 2010 7:36 pm

Not so much a bug as a desirable change...

Once a new customer has registered and is displayed the confirmation screen, on clicking 'continue' you are taken to your account page. In a store with ssl enabled it still redirects to the http version of the account page rather than the https.

Does this need a conditional put in somewhere to detect whether ssl is enabled prior to generating the link?

Cheers,

Gordon
MorayWeb
 
Posts: 1
Joined: Thu Sep 16, 2010 7:30 pm

Re: Post any OpenCart 1.4.9 Final Bugs here!

Postby Qphoria » Thu Sep 16, 2010 8:23 pm

MorayWeb wrote:Not so much a bug as a desirable change...

Once a new customer has registered and is displayed the confirmation screen, on clicking 'continue' you are taken to your account page. In a store with ssl enabled it still redirects to the http version of the account page rather than the https.

Does this need a conditional put in somewhere to detect whether ssl is enabled prior to generating the link?

Cheers,

Gordon


Ya its a bug from day 1 but you are right.. it should be https

1. EDIT: catalog/controller/account/success.php

2. FIND:
Code: Select all
if ($this->cart->hasProducts()) {
   $this->data['continue'] = HTTP_SERVER . 'index.php?route=checkout/cart';
} else {
   $this->data['continue'] = HTTP_SERVER . 'index.php?route=account/account';
}


3. Change the HTTP_SERVER to HTTPS_SERVER
Image Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18242
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Previous

Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 14 guests

Hosted by Arvixe Web Hosting