Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #992163

    Hi,

    Did you edit the event item from the back-end or the front-end?
    Can u provide me steps to replicate this bug so that I will help you out in this issue .

    Regards

    kevinburk Friend
    #992379

    It’s any event. Look in the "Entertainment" category. Whenever I open an event from the back end to edit it the start time resets and I have to correct it.

    kevinburk Friend
    #992717

    I’m still waiting for a response to this and one other post. It’s been more than 24 hours since I’ve received a reply.

    Ninja Lead Moderator
    #992731

    Hi,

    It’s very strange this bug on your site, you can give me the FTP account via private reply. I will check it for you

    Regards

    kevinburk Friend
    #993547
    This reply has been marked as private.
    Ninja Lead Moderator
    #993996

    Hi,

    It’s very strange with the problem on your site. I tried to detect the problem but it’s hard to detect this bug. I will forward this bug to the development team and they will join to check this directly on your site.

    Regards

    wirin Friend
    #994204

    I have the same Problem! But I found your post here 😉 So if i write Start 20.00 h END 22.00 h, and i save, then i look back, it is 21.00, and END is 00.00 !! SO it is a BUG in all Templates/Sites… maybe.
    Good luck to find it 😉 thanks


    1. time
    Ninja Lead Moderator
    #994211

    @kevinburk: I fixed the problem on your site with the solution below

    Open templates/ja_teline_v/contenttype/types/event.xml file

    find and change

    <field name="ctm_start"
           type="calendar"
           format="%Y-%m-%d %H:%M"
           default=""
           label="PLG_JACONTENT_TYPE_START_TIME_LABEL"
           description="PLG_JACONTENT_TYPE_START_TIME_DESC"/>
    <field name="ctm_end"
           type="calendar"
           format="%Y-%m-%d %H:%M"
           default=""
           label="PLG_JACONTENT_TYPE_END_TIME_LABEL"
           description="PLG_JACONTENT_TYPE_END_TIME_DESC"/>

    to

    <field name="ctm_start"
           type="calendar"
           format="%Y-%m-%d %H:%M"
           default=""
           filter ="server_utc"
           label="PLG_JACONTENT_TYPE_START_TIME_LABEL"
           description="PLG_JACONTENT_TYPE_START_TIME_DESC"/>
    <field name="ctm_end"
           type="calendar"
           format="%Y-%m-%d %H:%M"
           default=""
           filter ="server_utc"
           label="PLG_JACONTENT_TYPE_END_TIME_LABEL"
           description="PLG_JACONTENT_TYPE_END_TIME_DESC"/>

    @wirin: You can apply as the same to your site.

    Regards

    wirin Friend
    #994285

    Ok, it looks like: If i open an old EVENT, the Hour ist +1, but if I SAVE it correct, it stays NOW CORRECT !! 😉 So, i think it is solved… very good! Thanks and greets!

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  wirin 7 years, 9 months ago.

The topic ‘Event Times Resetting to UTC’ is closed to new replies.