Search found 293 matches

by david63
Fri Feb 26, 2016 8:58 pm
Forum: [3.x] Discussion
Topic: short dates and long dates
Replies: 5
Views: 11859

Re: short dates and long dates

And can easily be fixed, if necessary, with an extension.
by david63
Tue Feb 23, 2016 10:30 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 193098

Re: phpBB 3.2.0-b1 released


I wonder what validators who use windows with XAMPP (or WAMP) will do to install boards for testing extensions now.
Give up testing :shock:

Not only testing - but what about extension developers, they will have the same problem. I did eventually, after wasting half a day of my life, manage to ...
by david63
Sun Feb 07, 2016 4:31 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 193098

Re: phpBB 3.2.0-b1 released

dmzx wrote: Sun Feb 07, 2016 4:19 pm Like david63 also mentioned all extensions that have ACP option/settings in extensions tab.
So change settings and save the extra errorbox appear.
But I am not getting any error box - that is working as I would expect. It is not picking up .css & .js files until the cache is purged again.
by david63
Sun Feb 07, 2016 3:17 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 193098

Re: phpBB 3.2.0-b1 released

Nicofuma wrote: Sun Feb 07, 2016 1:30 pm Which extension?
They are extensions that i am still working on - but it seems that the problem is only with extensions that use the ACP, front facing files appear to be working OK
by david63
Sun Feb 07, 2016 12:54 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 193098

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 ...
by david63
Sun Feb 07, 2016 11:23 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 193098

Re: phpBB 3.2.0-b1 released

In 3.2.0-b1 there may be a bug.

If I have an extension that has INCLUDECSS and/or INCLUDEJS then those files are not activated until the cache is deleted and the page reloaded.
by david63
Sun Feb 07, 2016 11:20 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 193098

Re: phpBB 3.2.0-b1 released

By some convoluted route I have managed to update one of my 3.1.7-pl1 boards

I uploaded the 3.1.7-pl1 -> 3.2.0-b1 package, ran update and selected update database (although it did not update the version in the config table) and then copied the updated files from the 3.2.0-b1 files package.
by david63
Sat Feb 06, 2016 6:52 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 193098

Re: phpBB 3.2.0-b1 released

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...
The 3.1.7-pl1 is an upgrade from many iterations of 3.1. Running this on Windows using Xampp, Apache 2.4.17, php 5.6.14



Also when running the update (and ...
by david63
Sat Feb 06, 2016 2:28 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b1 released
Replies: 70
Views: 193098

Re: phpBB 3.2.0-b1 released

OK - I give up.

b1 installed without any problem as a fresh install, however updating in another story..

I have just spent the best part of three hours of my (ever decreasing) life attempting to update a 3.1.7-pl1 board and a 3.2.0a2 board and both have failed.

In both cases I have tried using ...
by david63
Thu Dec 17, 2015 4:07 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a1 released
Replies: 118
Views: 386367

Re: phpBB 3.2.0-a1 released

With try/catch removed I am getting Fatal error: Call to a member function get() on null in C:\htdocs\phpbb_dev32\common.php on line 114
Line 114 is $phpbb_class_loader->set_cache($phpbb_container->get('cache.driver'));

I get the same error with "production" environment when try/catch is removed