Search found 171 matches

by CHItA
Tue Jan 05, 2016 5:58 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a2 released
Replies: 45
Views: 120681

Re: phpBB 3.2.0-a2 released

It probably happens because the install/update directory is not readable. Please check whether that folder has the appropriate filesystem permissions, and if the problem is not that, please make a bug report in the bug tracker.
by CHItA
Wed Dec 30, 2015 5:29 pm
Forum: [3.x] Discussion
Topic: phpBB 3.1.7 RC1 released
Replies: 27
Views: 76703

Re: phpBB 3.1.7 RC1 released

Those two versions are independent from one another, therefore there isn't any priority difference between them. The next 3.1 release should come really soonish.
by CHItA
Mon Dec 21, 2015 8:26 pm
Forum: [3.x] Discussion
Topic: phpBB 3.1.7 RC1 released
Replies: 27
Views: 76703

Re: phpBB 3.1.7 RC1 released

Now it is in alpha, so it is very likely that it will be released in early 2016.
by CHItA
Mon Dec 21, 2015 3:45 pm
Forum: [3.x] Discussion
Topic: phpBB 3.1.7 RC1 released
Replies: 27
Views: 76703

Re: phpBB 3.1.7 RC1 released

phpBB 3.1.x doesn't support PHP7, and will not support it. You'll have to use 3.2 for PHP7 compatibility when it is released.
by CHItA
Thu Dec 17, 2015 6:30 am
Forum: [3.x] Discussion
Topic: Security – Why prevent access to yml and cfg files?
Replies: 1
Views: 4642

Re: Security – Why prevent access to yml and cfg files?

Basically all these files could expose the version you are running, but that's it. The core does not store any installation specific information in those files, meaning if you have not modified those files, an attacker would know what is in those files anyway (if they now the version you running, wh...
by CHItA
Mon Nov 30, 2015 10:21 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a1 released
Replies: 118
Views: 383178

Re: phpBB 3.2.0-a1 released

OK, I uploaded the 3.2 version of the files (not the downloaded merged files) and all is working fine, so the issue is with the download to .tar format storing the files as base64. As to if this is due to my rig or a common problem I do not know. I created a ticket , when the patch gets merged it s...
by CHItA
Mon Nov 30, 2015 9:35 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a1 released
Replies: 118
Views: 383178

Re: phpBB 3.2.0-a1 released

Which update method have you used?
by CHItA
Mon Nov 30, 2015 8:04 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a1 released
Replies: 118
Views: 383178

Re: phpBB 3.2.0-a1 released

OK, the random characters are base64 encoded. If I run the characters through a decoder I can see the source code: <?php session_start(); /** * * This file is part ... So the problem is that raw base64 is being generated, which the browser is displaying in that raw format. That is weird as phpBB do...
by CHItA
Mon Nov 30, 2015 3:38 pm
Forum: [3.x] Discussion
Topic: API
Replies: 3
Views: 9127

Re: API

At the moment, phpBB doesn't provide a REST API. This means that what you try to do is a rather difficult task. You might use a HTML parser, however, more than likely that you won't end up with a generic tool that could be used with any phpBB board. For these reasons there is no simple example that ...
by CHItA
Mon Nov 30, 2015 3:05 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a1 released
Replies: 118
Views: 383178

Re: phpBB 3.2.0-a1 released

You should be able to run the updater by using /install/app.php.