Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] User Manager Fails: Daylight Saving - Australiia DateTimeZone::__construct(): Unknown or bad timezone ()

  • krileon
  • krileon
  • ONLINE
  • Posts: 48464
  • Thanks: 8280
  • Karma: 1443
8 years 10 months ago #275692 by krileon
Ok, was able to confirm your issue. Have created a bug ticket and am looking into it further.

forge.joomlapolis.com/issues/5686


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48464
  • Thanks: 8280
  • Karma: 1443
8 years 10 months ago - 8 years 10 months ago #275694 by krileon
Ok, found the cause. It's an out dated usage of offset in the calendar API. The below quickfix will fix it.

IN: libraries/CBLib/CB/Legacy/cbCalendars.php
ON: Line 301
FROM:
Code:
$offset = ( $offsetOverride !== null ? $offsetOverride : $_CB_framework->getCfg( 'offset' ) );
TO:
Code:
$offset = ( $offsetOverride !== null ? $offsetOverride : $_CB_framework->getCfg( 'user_timezone' ) );

Fixing for next nightly release. Thank you for the detailed findings!


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Last edit: 8 years 10 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
8 years 10 months ago #275706 by nant

krileon wrote: Ok, found the cause. It's an out dated usage of offset in the calendar API. The below quickfix will fix it.

IN: libraries/CBLib/CB/Legacy/cbCalendars.php
ON: Line 301
FROM:

Code:
$offset = ( $offsetOverride !== null ? $offsetOverride : $_CB_framework->getCfg( 'offset' ) );
TO:
Code:
$offset = ( $offsetOverride !== null ? $offsetOverride : $_CB_framework->getCfg( 'user_timezone' ) );

Fixing for next nightly release. Thank you for the detailed findings!


Latest CB Nightly build has this fix.

Please Log in or Create an account to join the conversation.

  • A Human
  • A Human
  • OFFLINE
  • Posts: 22
  • Thanks: 4
  • Karma: 0
8 years 10 months ago #275709 by A Human
Thankyou NAnt and Krileon and others who helped.

The suggested code edits and then the nightly builds did the trick.

Again thankyou for your wonderful support and loving the nightly build concept, never had a need till now.

Peace

A Human
The following user(s) said Thank You: nant, krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum