Search found 298 matches

by Nicofuma
Sun Feb 07, 2016 1:30 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 185916

Re: phpBB 3.2.0-b1 released

And it also means that the cache has to be cleared every time you change something in an extension (it is done automatically when enabling/disabling an extension bu not when updating the board) But I am not changing anything - just enabling an extension and then configuring it in the ACP. I know th...
by Nicofuma
Sun Feb 07, 2016 12:13 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 185916

Re: phpBB 3.2.0-b1 released

That's due to the cache. If you are not in debug mode that's normal. In a production mode a lot of things are done to optimize the application. And it also means that the cache has to be cleared every time you change something in an extension (it is done automatically when enabling/disabling an exte...
by Nicofuma
Sat Feb 06, 2016 6:01 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 185916

Re: phpBB 3.2.0-b1 released

Sajaki: it wasn't in b1 because it was submitted after the b1 release process start.

David: could you give any insight on how to reproduce your issues? 3.1.7 fresh install or not ? System ? Web server ? Php version ? Etc...
by Nicofuma
Fri Feb 05, 2016 7:53 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 185916

Re: phpBB 3.2.0-b1 released

How long did you wait when you were at 11%?
by Nicofuma
Fri Feb 05, 2016 4:05 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 185916

phpBB 3.2.0-b1 released

Release highlights New Features The converters are back in the installer INCLUDECSS and INCLUDEJS can be used anywhere in the templates A few new features for the extensions (compiler pass, ext vendors etc...) The Symfony's debug error handler is enabled in the development environment Notable Bug F...
by Nicofuma
Tue Feb 02, 2016 7:26 am
Forum: [3.x][Archive] RFCs
Topic: Doctrine DBAL
Replies: 8
Views: 40508

Re: Doctrine DBAL

doctrine dbal is currently supporting

Code: Select all


    MySQL
    Oracle
    Microsoft SQL Server
    PostgreSQL
    SAP Sybase SQL Anywhere
    SQLite
    Drizzle

by Nicofuma
Fri Jan 29, 2016 10:52 pm
Forum: [3.x][Archive] RFCs
Topic: Doctrine DBAL
Replies: 8
Views: 40508

Re: Doctrine DBAL

+1 on the initial proposal: nuke our current DBAL, expose doctrine dbal through a new service and make the service dbal.conn a simple wrapper for the doctrine service (wrapper which will be nuked in 4.0)
by Nicofuma
Tue Jan 26, 2016 11:32 pm
Forum: General Development Discussion
Topic: Fatal error on Area51
Replies: 6
Views: 17638

Re: Fatal error on Area51

It was a cache issue. Thanks for reporting it.
by Nicofuma
Mon Jan 18, 2016 8:27 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a2 released
Replies: 45
Views: 117795

Re: phpBB 3.2.0-a2 released

php-fpm is a fastcgi SAPI for PHP yes. But if you don't know it means you are not using it :)
by Nicofuma
Sat Jan 16, 2016 10:09 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a2 released
Replies: 45
Views: 117795

Re: phpBB 3.2.0-a2 released

And you are using php-fpm or not?