Current time: 05-24-2012, 05:30 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 2 Votes - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Can't change time zone for adminstrator
08-13-2008, 03:15 AM (This post was last modified: 08-13-2008 03:46 AM by Handy.)
Post: #1
[F] Can't change time zone for adminstrator
I'm having two problems:

1. The time zone for the admin (myself) won't change. Always GMT.
I'm going to Edit User, Account Settings, and changing it, then pressing Save User at the bottom. The resulting screen says that the changes were saved... if I work-around problem #2, the automatically-inserted "new password" (see below)

2. 'New password' field "automatically" filled in! When making the above change in Edit User, even though go directly to Account Settings, make a change, then press "Save User," I see an error, telling me that my passwords don't match. Well... I didn't enter any new passwords! ...but upon looking on the Profile tab, there's a "New password" entered! Where did that come from?

I'm using Firefox and have saved my MyBB password in FF, but it shouldn't be populating that field, especially since its the "NEW password" field, and I didn't even visit that tab, but see the error indicating the "New Password" and "Confirm New Password" don't match.

Thanks.
I have a third problem relating to time:

3. The admin logs show times that are 2 hours ahead of actual for events.

Summary:
- Its 8:40 pm now (actual time)
- My user account says "local time" is 3:40 am (that's GMT time, that I'm stuck in)
- I tried to change my user's time zone, and the admin log entry says the change was made at 10:40 pm. (well it didn't really change... but where did that time come from?)

As far as I know I specified all the correct time zones when setting up the forum and users.
Find all posts by this user
08-13-2008, 06:04 AM
Post: #2
RE: Can't change time zone for adminstrator
#1 is fixed for 1.4.1
#2 is not a problem with MyBB. Your browser is automatically filling in the field
#3 The ACP doesn't take into account your Timezone for admin logs.
Visit this user's website Find all posts by this user
08-17-2008, 07:47 PM
Post: #3
RE: Can't change time zone for adminstrator
I upgraded to v 1.4.1, and the forum still won't save the time zone for my (admin) user account.

Was this really fixed, or do I need to do something special to make this work properly?
Find all posts by this user
08-17-2008, 09:41 PM
Post: #4
RE: Can't change time zone for adminstrator
Bug confirmed in 1.4.1: $mybb->input['timezoneoffset'] is used in the code, but the <select> field name is just "timezone"
Visit this user's website Find all posts by this user
08-17-2008, 11:12 PM
Post: #5
RE: Can't change time zone for adminstrator
(08-17-2008 09:41 PM)WDZ Wrote:  Bug confirmed in 1.4.1: $mybb->input['timezoneoffset'] is used in the code, but the <select> field name is just "timezone"
I recall making that change... :/
Visit this user's website Find all posts by this user
08-18-2008, 05:16 AM
Post: #6
RE: Can't change time zone for adminstrator
Hmm, someone made this change, but that wasn't the only bug... =p

PHP Code:
// 1.4.0
build_timezone_select("timezone"$mybb->user['timezone'])
// 1.4.1
build_timezone_select("timezone"$mybb->input['timezone']) 
Visit this user's website Find all posts by this user
08-19-2008, 02:41 PM
Post: #7
[F] Can't change time zone for adminstrator
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication