Results 1 to 2 of 2

Thread: Last login wrong?

  1. #1
    Thread Starter
    Expired Customer puchong88's Avatar
    Join Date
    Jul 2013
    Location
    Malaysia
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Last login wrong?

    Hi,

    The "Last Login" date/time is wrong... always late by 8 hours!
    I have already put in the correct timezone in -
    Settings > General Settings > Timezone, but problem still persists.

    Luckily, I did some research and saw this
    http://forums.appthemes.com/report-c...in-time-19641/

    So, I changed the following which fixes the problem.

    From:
    Code:
    update_user_meta($user->ID, 'last_login', gmdate('Y-m-d H:i:s'));
    Change to:
    Code:
    update_user_meta($user->ID, 'last_login', current_time('mysql'));
    Support,
    Please advise me on this.

    Users have reported this problem and found a solution to it in October 13th, 2011 in this thread
    http://forums.appthemes.com/report-c...in-time-19641/

    But, why is this error not fixed in the JobRoller released nearly 2 years after that? Don't you know this is an error and has to be fixed?

    Thank you.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Social login - redirects to wrong dashboard
    By jobcast in forum Vantage General Discussion (Legacy)
    Replies: 6
    Last Post: April 17th, 2013, 09:55 PM
  2. [SOLVED] Wots wrong with Login PAGE?
    By altafshah in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: January 28th, 2013, 03:32 AM
  3. wrong time on login
    By rivacorretor in forum Help Using ClassiPress
    Replies: 2
    Last Post: May 1st, 2012, 08:38 PM
  4. Replies: 13
    Last Post: April 27th, 2012, 02:18 AM