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 |
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
[solved] PNphpBB2 shows only "datetimebrief"
-
- Rank: Developer
- Registered: Aug 05, 2003
- Last visit: May 06, 2010
- Posts: 187
-
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
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. -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
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
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Developer
- Registered: Aug 05, 2003
- Last visit: May 06, 2010
- Posts: 187
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 | -
- Rank: Team Member
- Registered: May 03, 2004
- Last visit: May 31, 2010
- Posts: 511
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 -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
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!
- Moderated by:
- Support
