Post by yl » Wed Jan 14, 2009 5:55 am

NO >:( I send you my admin assess. If you broke mine then I have someone to blame on  :D ;D

yl
New member

Posts

Joined
Tue Nov 25, 2008 6:46 am

Post by Qphoria » Wed Jan 14, 2009 6:06 am

sounds fair :)

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by yl » Thu Jan 15, 2009 4:08 am

Q,

Have you had a chance looking onto that yet? I wonder why I did not succeed first time by changing $url->ssl to $url->href and resulted a deadly error that linked to response.php under library/enviroment.

yl
New member

Posts

Joined
Tue Nov 25, 2008 6:46 am

Post by Qphoria » Thu Jan 15, 2009 5:10 am

Yea, I fixed the problem.

It's actually an opencart bug.

The last line of the "page" function on catalog/controller/category.php (and other controllers that use page) is referencing the ssl url instead of just href

CHANGE:

Code: Select all

$response->redirect($url->[color=red]ssl[/color]('category', FALSE, array('path' => $request->gethtml('path'))));
TO:

Code: Select all

$response->redirect($url->[color=red]href[/color]('category', FALSE, array('path' => $request->gethtml('path'))));
You don't want to browse categories and products in ssl.

As luck would have it, hm2k is working on link-style pages instead of the drop down now so it can be fixed as part of those changes

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by hm2k » Thu Jan 15, 2009 5:28 am

I'll actually issue this fix after i've done the rest of the updates.

UK Web Hosting


User avatar
Global Moderator

Posts

Joined
Tue Mar 11, 2008 9:06 am
Location - UK

Post by yl » Thu Jan 15, 2009 6:19 am

Thank you guys!! you are the bug-killer :)

yl
New member

Posts

Joined
Tue Nov 25, 2008 6:46 am

Post by hm2k » Thu Jan 15, 2009 8:27 pm

teamwork baby.

UK Web Hosting


User avatar
Global Moderator

Posts

Joined
Tue Mar 11, 2008 9:06 am
Location - UK
Who is online

Users browsing this forum: No registered users and 5 guests