Fork me on GitHub

[solved] PNphpBB2 shows only "datetimebrief"  Bottom

  • After upgrading to Zikula 1.2.0 the PNphpBB module shows only "datetimebrief" in many parts.

    If searched all the files, but the string is not to find.

    What can I do to show up real dates??

    version 1.2i-p3

    I need this urgent, please help ;)

    --
    | scribite! | TNGz | piwik | zweet |
  • Welcome to the masses. It's not just PNphpBB2 but it's also Dizkus too that has yet to recieve an update. It seems that Zikula and Vista may have some of the same issues. The vendors were SLOW to respond to the new core software leaving a LOT of users in the dark waiting for updates. If you REALLY want to revert back to 1.1.2, this will fix the date issue. I know, it's like telling the new Vista users to revert back to XP just to get their software or hardware to work again after they updated. :)

    There has been an acknowledgement of the problem by the developer of PNphpBB2 and there is already a fix included into Zikula 1.2.1. However, PNphpBB2 will need to fix the bug in their software to sync with Zikula. Will this happen, I'm not going to hold my breath for this one.
  • 1.2.1-dev's DateUtil file may fix this issue,
    if not, it's a problem of the module itself (like the custom Dizkus plugin), so, I don't know how PNphpBB2 handles this.

    Sven, if that doesn't work, try find the code snippet(s) handling the dates there, and we'll see what's happening icon_wink

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Does not fix it :(

    And I don't find the string in the code of the module. That's the biggest problem. I don't know where it comes from ...

    --
    | scribite! | TNGz | piwik | zweet |
  • I got a solution with Mateos help.

    PNphpBB2/includes/functions.php about line 978 in function create_date:

    Code

    //return ml_ftime($format, GetUserTime( $gmepoch )); // not functional in Zikula 1.2.x
    return DateUtil::formatDatetime($gmepoch , $format); // this works with Zikula 1.2.x


    --
    | scribite! | TNGz | piwik | zweet |
  • Hi,
    I will add this fix into the upcoming bugfix Release for PNphpBB2 - thanks.
    Greetings,
    Chris

    --
    an operating system must operate
    development is life
    my repo
  • hilope

    I got a solution with Mateos help.

    PNphpBB2/includes/functions.php about line 978 in function create_date:

    Code

    //return ml_ftime($format, GetUserTime( $gmepoch )); // not functional in Zikula 1.2.x
    return DateUtil::formatDatetime($gmepoch , $format); // this works with Zikula 1.2.x


    Wow, it works, and this bug has been around since the release of 1.2.0 :)

    You guys are awesome! Thanks for the fix!

This list is based on users active over the last 60 minutes.