Intechnic
Users Developers
Home / Forums / In-Portal Modules / In-Commerce – Shopping Cart / Login/Logut problem / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Login/Logut problem (9)


Posted: 01/28/2010 9:00:43 AM

Reply Quoted  


Hi,
if I'm in the detail page of a product and I try to login, after login I go in a page like this

/product/"category"/in-commerce/product/details.html

it's like a product detail page, but with null values

Similar problem with logout:
if I'm in a detail page of a product, and I try to logout I go to this page:

/error_notfound.html

The logout link append this string to the url: "?env=u-47--OnLogout-"

Posted: 01/28/2010 10:28:23 AM

Reply Quoted  


If I understood correctly there are two cases:
- you visiting product details page as Guest (not logged in) and trying to login and after login got redirected to not existing page;
- you are logged in and on product details page and after pressing logout link you end up on 404 not found page.

Is this correct?

Posted: 01/29/2010 8:43:27 AM

Reply Quoted  


alex wrote:01/28/2010 10:28:23 AM
If I understood correctly there are two cases:
- you visiting product details page as Guest (not logged in) and trying to login and after login got redirected to not existing page;
- you are logged in and on product details page and after pressing logout link you end up on 404 not found page.

Is this correct?



Correct!

Posted: 01/29/2010 11:42:07 AM

Reply Quoted  


Hi Max,


Is it possible to try that online on your website. If I am not mistaken it was public - corrent?


Thanks.

Posted: 02/01/2010 4:43:19 AM

Reply Quoted  


http://www.elviraboutique.com/index.php
there is also an english version (click on england flag on the header of the page)
Thanks

Max

Posted: 02/01/2010 10:49:44 AM

Reply Quoted  


Try with this data:

user: inportal
passowrd: testportal

Posted: 02/08/2010 10:45:58 AM

Reply Quoted  


bloo wrote:02/01/2010 10:49:44 AM
Try with this data:

user: inportal
passowrd: testportal



Hi,


We are still checking on this.


Thanks.

Posted: 02/08/2010 10:53:34 AM

Reply Quoted  


Hi again,


Try opening core/units/users/users_event_handler.php file and commenting out line 250 so it looks like:


// $event->SetRedirectParam('pass''m');



Try the same for in line 377.


Thanks.

Posted: 02/09/2010 3:36:41 AM

Reply Quoted  


Hi,
seems that it works!
Thanks

Max