saifulwahab Posted February 10, 2008 Posted February 10, 2008 I installed SUPPLIER ADMIN AREA contribution and added suppliers from store admin panel but supplier not able to login. Please help. and sorry for my bad english Quote
♥geoffreywalton Posted February 10, 2008 Posted February 10, 2008 (edited) Any error messages or other clues to work with. Edited February 10, 2008 by geoffreywalton Quote Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
talaba Posted February 25, 2008 Posted February 25, 2008 I have same problem. Looks as if just showing the same page without any errors, but if wrong login or password used error is printed.... Quote
talaba Posted February 25, 2008 Posted February 25, 2008 Found a solution, but still not sure what is a problem... It seems like condition check in supplier_area_top.php before html output is not working: if (!isset($_SESSION['login'])){ But if this string is replaced with: if (!tep_session_is_registered('login')){ Supplier can log in... Quote
saifulwahab Posted March 14, 2008 Author Posted March 14, 2008 Found a solution, but still not sure what is a problem...It seems like condition check in supplier_area_top.php before html output is not working: if (!isset($_SESSION['login'])){ But if this string is replaced with: if (!tep_session_is_registered('login')){ Supplier can log in... i replaced but its not working. when i try to login shows the same page without any errors, but if enter wrong password this message appear Error message: Username or Password is wrong. Please try again.! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.