OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Supplier Admin Area
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Contributions / Add-Ons > Contribution Development
saifulwahab
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
geoffreywalton
Any error messages or other clues to work with.
talaba
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....
talaba
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...
saifulwahab
QUOTE (talaba @ Feb 25 2008, 07:50 PM) *
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.!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.