[RFC][PHPBB3-14596] 3.1.x - Installation denied if PHP >=7

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: [RFC] 3.1.x - Installation denied if PHP >=7

Post by 3Di »

RMcGirr83 wrote: Tue Apr 19, 2016 10:20 am Look at the commits I did here and compare them to yours. They are different and you didn't follow what I said needed to be done.
I am following all what posted here, my last commit though
https://github.com/phpbb/phpbb/pull/4297
reports the same error as per the picture I attached here..
https://area51.phpbb.com/phpBB/viewtopi ... 41#p290541

Could you please have a look at my new PR?
TIA
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: [RFC] 3.1.x - Installation denied if PHP >=7

Post by RMcGirr83 »

3Di wrote: Tue Apr 19, 2016 5:33 pm
RMcGirr83 wrote: Tue Apr 19, 2016 10:20 am Look at the commits I did here and compare them to yours. They are different and you didn't follow what I said needed to be done.
I am following all what posted here, my last commit though
https://github.com/phpbb/phpbb/pull/4297
reports the same error as per the picture I attached here..
https://area51.phpbb.com/phpBB/viewtopi ... 41#p290541

Could you please have a look at my new PR?
TIA
See attached, that extra ticket thingy is probably messing it up
Untitled.png
Do not hire Christian Bullock he won't finish the job and will keep your money

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: [RFC] 3.1.x - Installation denied if PHP >=7

Post by 3Di »

Ok, thx. I will try again then.

There should be something wrong here though
https://wiki.phpbb.com/Git#Commit_Messages

Should I remove that line from both commits?
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: [RFC] 3.1.x - Installation denied if PHP >=7

Post by DavidIQ »

RMcGirr83 wrote: Tue Apr 19, 2016 6:18 pm See attached, that extra ticket thingy is probably messing it up
Untitled.png
Actually he didn't have that line before and it was still failing which is why the line is there now.

What are you using to do your commits?
Image

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: [RFC] 3.1.x - Installation denied if PHP >=7

Post by 3Di »

Correct.

I am writing directly on my fork at github.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: [RFC] 3.1.x - Installation denied if PHP >=7

Post by RMcGirr83 »

DavidIQ wrote: Tue Apr 19, 2016 6:55 pm Actually he didn't have that line before and it was still failing which is why the line is there now.

What are you using to do your commits?
Actually he didn't have PHPBB3-xxx in any of his prior commits which is why they were failing.
Do not hire Christian Bullock he won't finish the job and will keep your money

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: [RFC] 3.1.x - Installation denied if PHP >=7

Post by 3Di »

RMcGirr83 wrote: Wed Apr 20, 2016 9:21 am
DavidIQ wrote: Tue Apr 19, 2016 6:55 pm Actually he didn't have that line before and it was still failing which is why the line is there now.

What are you using to do your commits?
Actually he didn't have PHPBB3-xxx in any of his prior commits which is why they were failing.
I am getting more confused here. :|

https://github.com/phpbb/phpbb/pull/4296

https://github.com/phpbb/phpbb/pull/4295

https://github.com/phpbb/phpbb/pull/4294

and counting..
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: [RFC] 3.1.x - Installation denied if PHP >=7

Post by RMcGirr83 »

I am not sure why your commits are failing. I don't use github to make commits, I use smartgit and it works well.

https://github.com/phpbb/phpbb/pull/4298
Do not hire Christian Bullock he won't finish the job and will keep your money

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: [RFC] 3.1.x - Installation denied if PHP >=7

Post by 3Di »

RMcGirr83 wrote: Wed Apr 20, 2016 9:46 am I am not sure why your commits are failing. I don't use github to make commits, I use smartgit and it works well.

https://github.com/phpbb/phpbb/pull/4298
And yes, github is the issue as far I can see.

I forked now phpBB into my PC. I am used to use TortoiseGit and I will push a new PR later on tonight (UTC).

Thanks Rich. ;)

I did 2/3 commits onto the QuickInstall's github in the past and went merged, on github.
Ofcourse the phpBB's github have some kind of tests more appropriated, I guess.

Well.. finger-crossed, uh?
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: [RFC] 3.1.x - Installation denied if PHP >=7

Post by DavidIQ »

RMcGirr83 wrote: Wed Apr 20, 2016 9:21 am Actually he didn't have PHPBB3-xxx in any of his prior commits which is why they were failing.
He did. I've been following this on GitHub :P

So I guess the lesson from all this is: don't do commits directly from the GitHub interface as it does something funky to the line endings.
Image

Post Reply