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

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


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by poshook » Sat Sep 11, 2010 6:30 am

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

https://www.youtube.com/@Then_


Active Member

Posts

Joined
Sun Jun 27, 2010 3:19 am

Post by Xsecrets » Sat Sep 11, 2010 6:35 am

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.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by Qphoria » Sat Sep 11, 2010 7:35 am

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

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Xsecrets » Sat Sep 11, 2010 12:22 pm

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.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by poshook » Mon Sep 13, 2010 7:32 am

sorry, my broken english. I did not mean special pricing but products price sorting bug from 1.4.8b (low-high, high-low)

https://www.youtube.com/@Then_


Active Member

Posts

Joined
Sun Jun 27, 2010 3:19 am

Post by Xsecrets » Mon Sep 13, 2010 9:55 am

the price sort bug has been fixed.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by Brook » Tue Sep 14, 2010 3:01 am

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

Active Member

Posts

Joined
Wed Feb 24, 2010 12:15 am

Post by Qphoria » Tue Sep 14, 2010 3:17 am

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


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by MorayWeb » Fri Sep 17, 2010 3:36 am

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

Newbie

Posts

Joined
Fri Sep 17, 2010 3:30 am

Post by Qphoria » Fri Sep 17, 2010 4:23 am

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


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 13 guests