That worked, thank you!3Di wrote: ↑Tue Oct 29, 2019 12:39 pmYes.Solidjeuh wrote: ↑Mon Oct 28, 2019 7:48 pmIs@define('PHPBB_DISPLAY_LOAD_TIME', true);
removed from this version? i don't see the load info in the footer... https://www.solidjeuh.be/
Add these lines to a.yml
file in theconfig/
folder of an extension and purge the cache.
Search found 44 matches
- Tue Oct 29, 2019 1:33 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.0-b1 released
- Replies: 42
- Views: 13081
Re: phpBB 3.3.0-b1 released
- Mon Oct 28, 2019 7:48 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.0-b1 released
- Replies: 42
- Views: 13081
Re: phpBB 3.3.0-b1 released
Is
@define('PHPBB_DISPLAY_LOAD_TIME', true);
removed from this version? i don't see the load info in the footer... https://www.solidjeuh.be/- Sat Oct 26, 2019 11:24 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.0-b1 released
- Replies: 42
- Views: 13081
Re: phpBB 3.3.0-b1 released
There are a few extensions that needs to be updated with those "quote marks". Board3 portal is lots of workP_I wrote: ↑Fri Oct 25, 2019 6:56 pmI've found one extension, Individual posts per page isn't compatible (not unexpected)

- Mon Aug 05, 2019 1:32 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.7-RC1 released
- Replies: 10
- Views: 8996
Re: phpBB 3.2.7-RC1 released
Why is phpBB still not being converted to Twig syntax? Extensions are beginning to use it, and I also see it's being used in pull requests. Example: https://github.com/phpbb/phpbb/pull/5575/files It would also be easier to manually update forum styles. Now we need to search things like {S_LOGIN_REDI...
- Wed Jul 17, 2019 9:55 pm
- Forum: Chit Chat
- Topic: Which browser do you like best?
- Replies: 38
- Views: 57554
Re: Which browser do you like best?
Firefox Beta 64 bits
Been using Firefox since the start, and I will NEVER abandon it! 
IE = sucks
Edge = sucks
Opera = sucks
Chrome = sucks
And all others also suck


IE = sucks
Edge = sucks
Opera = sucks
Chrome = sucks
And all others also suck

- Mon May 27, 2019 2:24 am
- Forum: [3.x] Discussion
- Topic: [Solved]Install the dependencies (4.0.0-a1-dev)
- Replies: 8
- Views: 5940
Re: Install the dependencies (4.0.0-a1-dev)
I cannot sleep, gonna think whole night about that problem :D So I searched google, and found it. I needed to install "php-pecl-zip" sudo yum --enablerepo=remi-php72 install php-pecl-zip And the install went perfect now! Thank you for the help guys! I'm still learning new things :) https://www.solid...
- Mon May 27, 2019 1:57 am
- Forum: [3.x] Discussion
- Topic: [Solved]Install the dependencies (4.0.0-a1-dev)
- Replies: 8
- Views: 5940
Re: Install the dependencies (4.0.0-a1-dev)
Okay that's for tomorrow. 4 am, I go to sleep now.
Thx for the help!
Thx for the help!
- Mon May 27, 2019 1:49 am
- Forum: [3.x] Discussion
- Topic: [Solved]Install the dependencies (4.0.0-a1-dev)
- Replies: 8
- Views: 5940
Re: Install the dependencies (4.0.0-a1-dev)
Everything is up-to-date. I now have: [root@vps1704859 ~]# php --version PHP 7.2.18 (cli) (built: Apr 30 2019 15:26:52) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies And this error https://area51.phpbb.com/phpBB/viewtopic.php?f=81&p=32669...
- Mon May 27, 2019 1:17 am
- Forum: [3.x] Discussion
- Topic: [Solved]Install the dependencies (4.0.0-a1-dev)
- Replies: 8
- Views: 5940
Re: Install the dependencies (4.0.0-a1-dev)
You're probably not using PHP 7, somehow. Try php -v . Although it's weird Composer didn't warn about it. Might be a weird edge case. PHP 5.4.16 I now installed PHP 7.2.18 on my system. Now I get this: -sh-4.2$ cd httpdocs/scripts/phpbbtest/4.0/phpBB -sh-4.2$ php ../composer.phar install Loading co...
- Sun May 26, 2019 10:54 pm
- Forum: [3.x] Discussion
- Topic: [Solved]Install the dependencies (4.0.0-a1-dev)
- Replies: 8
- Views: 5940
[Solved]Install the dependencies (4.0.0-a1-dev)
Hey all, I hope I post this in the correct forum. I tried to install phpBB 4.0.0-a1-dev for testing. But installing the dependencies give this error: -sh-4.2$ php ../composer.phar install Loading composer repositories with package information Installing dependencies (including require-dev) from lock...