identical problem !Taka51 wrote:Hello,
I install this extension and I get a blank page.
Best Regards
identical problem !Taka51 wrote:Hello,
I install this extension and I get a blank page.
Best Regards
any problemsidentical problem !
Code: Select all
Catchable fatal error: Argument 3 passed to phpbb\user::get_timestamp_from_format() must be an instance of DateTimeZone, string given, called in /hsphere/local/home/c343768/alhitary.net/community/ext/bb3mobi/washere/core/who_was_here.php on line 322 and defined in /hsphere/local/home/c343768/alhitary.net/community/phpbb/user.php on line 748
same error herealhitary wrote:This problem that i got when i install your extension.Code: Select all
Catchable fatal error: Argument 3 passed to phpbb\user::get_timestamp_from_format() must be an instance of DateTimeZone, string given, called in /hsphere/local/home/c343768/alhitary.net/community/ext/bb3mobi/washere/core/who_was_here.php on line 322 and defined in /hsphere/local/home/c343768/alhitary.net/community/phpbb/user.php on line 748
Code: Select all
$timezone = new \DateTimeZone($this->config['board_timezone']);
self::$prune_timestamp = $this->user->get_timestamp_from_format('Y-m-d H:i:s', date('Y', $timestamp).'-'.date('m', $timestamp).'-'.date('d', $timestamp).' 00:00:00', $timezone);
Code: Select all
self::$prune_timestamp = $this->user->get_timestamp_from_format('Y-m-d H:i:s', date('Y', $timestamp).'-'.date('m', $timestamp).'-'.date('d', $timestamp).' 00:00:00', $this->config['board_timezone']);
Maybe combuster can fix the bugs if he compare the WWH part from his extension with WWH here.Talk19Zehn wrote:Where do the differences come is still (to me personally) ... unclear.![]()
Since short time i have now my own GitHub account, so in the future i can use it for update the translation.Anv@r.all wrote:German language added, thanks!
Clear the cache or disable and enable the ext again.dvdrie wrote:rename styles/all/template/event/index_body_stat_blocks_before.html to index_body_block_online_append.html to move it to the bottom.
didnt work, I only got error messages instead
Yes the language folder must have the same language code like your board. Here in germany we have "de" and "de_x_sie" (like your nl_x_formal) as example.language solved was nl had to be nl_x_formal
Works perfect now. Thanks for the tip.LukeWCS wrote:Clear the cache or disable and enable the ext again.dvdrie wrote:rename styles/all/template/event/index_body_stat_blocks_before.html to index_body_block_online_append.html to move it to the bottom.
didnt work, I only got error messages instead