phpBB 3.2.0-b1 released
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.
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.
Re: phpBB 3.2.0-b1 released
Whoops :blush:
Do not hire Christian Bullock he won't finish the job and will keep your money
Re: phpBB 3.2.0-b1 released
Happy I'm not the only one complaining, here is the answer viewtopic.php?f=81&t=48881#p287711RMcGirr83 wrote: Tue Feb 23, 2016 10:16 amSeemed to work fine prior to 3.2. So are you ready to respond to the multitude of tickets that will be opened due to the installer not finishing on Windows Server installs with MySQL or can the support team simply say "it's the dev teams fault, talk to them."? Maybe you should just dump mySQL altogetherCHItA wrote: Tue Feb 23, 2016 8:58 am b2 will have some improvements on trying to prevent server timeouts, but mysql on windows is very slow, nothing we can do about that.
I wonder what validators who use windows with XAMPP (or WAMP) will do to install boards for testing extensions now.
Re: phpBB 3.2.0-b1 released
I just had to set this in my.ini file
to
and was able to then run the installer without a problem but last I knew the setting defaults to 60 seconds so a bit perplexed by the statement in that link you posted. I will check what the max execution time is in my xamp setup when at home later.
Code: Select all
innodb_flush_log_at_trx_commit = 1
Code: Select all
innodb_flush_log_at_trx_commit = 0
Do not hire Christian Bullock he won't finish the job and will keep your money
Re: phpBB 3.2.0-b1 released
The current 3.2.x branch, which will be released as b2 contains some improvements, which means that i was able to install phpBB on XAMPP on windows withRMcGirr83 wrote: Tue Feb 23, 2016 8:21 pm I just had to set this in my.ini file
toCode: Select all
innodb_flush_log_at_trx_commit = 1
and was able to then run the installer without a problem but last I knew the setting defaults to 60 seconds so a bit perplexed by the statement in that link you posted. I will check what the max execution time is in my xamp setup when at home later.Code: Select all
innodb_flush_log_at_trx_commit = 0
Code: Select all
innodb_flush_log_at_trx_commit = 1
...
max_execution_time=2
I would also like to point out, that for these problems to have a chance to be resolved, we have to be able to reproduce the problem, so if you run into any problems, please create a ticket, with the relevant information about your setup.
Edited: 2016.02.23 22:30
Re: phpBB 3.2.0-b1 released
Not sure what information to give so I'll give what I think you may be looking forCHItA wrote: Tue Feb 23, 2016 9:05 pm I would also like to point out, that for these problems to have a chance to be resolved, we have to be able to reproduce the problem, so if you run into any problems, please create a ticket, with the relevant information about your setup.
Windows version: 10
XAMPP Version: 5.5.30 (uses MariaDB instead of MySQL...my.ini attached)
PHP Version 5.5.30
Apache 2.4.17
OpenSSL 1.0.2d
php.ini file is attached and the maximum execution time is set to 30 seconds. If you need other information, please let me know.
Edit: added my.ini file
Do not hire Christian Bullock he won't finish the job and will keep your money
- ThE KuKa
- Style Customisations
- Posts: 24
- Joined: Sun Dec 14, 2003 2:59 pm
- Location: Barcelona - Spain
- Contact:
Re: phpBB 3.2.0-b1 released
Hello,
Not ready the package 3.1.8 to 3.2.0 B1 ?
https://download.phpbb.com/pub/release/ ... /3.2.0-b1/
Best regards.
Not ready the package 3.1.8 to 3.2.0 B1 ?
https://download.phpbb.com/pub/release/ ... /3.2.0-b1/
Best regards.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules :warning:
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate with
:flag_es: phpBB Spain - Online Since 2003 :heart:
:warning: Knowledge Base | Documentation | Board rules :warning:
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate with
:flag_es: phpBB Spain - Online Since 2003 :heart:
Re: phpBB 3.2.0-b1 released
@CHitA were you able to reproduce the issue using the settings I posted?RMcGirr83 wrote: Wed Feb 24, 2016 11:19 amNot sure what information to give so I'll give what I think you may be looking forCHItA wrote: Tue Feb 23, 2016 9:05 pm I would also like to point out, that for these problems to have a chance to be resolved, we have to be able to reproduce the problem, so if you run into any problems, please create a ticket, with the relevant information about your setup.
Windows version: 10
XAMPP Version: 5.5.30 (uses MariaDB instead of MySQL...my.ini attached)
PHP Version 5.5.30
Apache 2.4.17
OpenSSL 1.0.2d
php.ini file is attached and the maximum execution time is set to 30 seconds. If you need other information, please let me know.
Edit: added my.ini file
Do not hire Christian Bullock he won't finish the job and will keep your money
Re: phpBB 3.2.0-b1 released
Not with the current branch, nope.RMcGirr83 wrote: Wed Mar 02, 2016 3:56 pm @CHitA were you able to reproduce the issue using the settings I posted?
Re: phpBB 3.2.0-b1 released
Well that just annoys/confuses me. I will try the b2 branch and report back.
Do not hire Christian Bullock he won't finish the job and will keep your money
Re: phpBB 3.2.0-b1 released
Please do that, as i had the same XAMPP version as you did, with the settings you gave me when i checked out one of your extensions. The only difference seems to be the OS version, so i hope with the improvements in b2, it will work for you just fine.RMcGirr83 wrote: Mon Mar 07, 2016 8:50 pm Well that just annoys/confuses me. I will try the b2 branch and report back.