modestmart Posted July 27, 2013 Share Posted July 27, 2013 (edited) Hi Everyone, I have already solved this problem but thought it might be helpful for others experiencing same problem. Issue: Problem was when I login in front office as user, it was displaying last logged in user's user name instead of mine. If one user is logged in and another user tries to login, it shows first user's user name to second user and vise versa. Fixed: I have tried two thing, first one didn't fix the problem so then I tried second solution (without removing first solution) and that worked. Basically solution that work for me was by(mKranzler) to comment out below line (should be around line 190) from modules/statsdata/statsdata.php file. $params['cookie']->id_guest = $guest->id; First solution is here http://www.prestashop.com/forums/topic/213329-solved-153-fresh-install-can-not-log-into-front-officeadd-to-cart/page__p__1052147?do=findComment&comment=1052147 Second solution is by mKranzler here [number #5] http://forums.powweb.com/showthread.php?t=87641 Edited July 27, 2013 by modestmart (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts