phpBB 3.3.0-b2 released

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
Marc
Development Team Leader
Development Team Leader
Posts: 185
Joined: Thu Sep 09, 2010 11:36 am
Location: Munich, Germany

phpBB 3.3.0-b2 released

Post by Marc »

  • Notable Changes
    • Refactored oAuth implementation
    • Live Member search with improved UX
    • Cleaned up old compat methods
    • Removed user_email_hash functionality
  • Notable Bug Fixes
    • Issues in oAuth that required a refactor
    • Installing extensions via CLI
The packages can be downloaded from our package archive and the Area51 Downloads Page. Please test the packages to extent, so we can have a fail-save final release.

User avatar
ThE KuKa
Style Customisations
Style Customisations
Posts: 24
Joined: Sun Dec 14, 2003 2:59 pm
Location: Barcelona - Spain
Contact:

Re: phpBB 3.3.0-b2 released

Post by ThE KuKa »

Thanks Marc and Dev Team! ;)
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 Image
:flag_es: phpBB Spain - Online Since 2003 :heart:

User avatar
ThE KuKa
Style Customisations
Style Customisations
Posts: 24
Joined: Sun Dec 14, 2003 2:59 pm
Location: Barcelona - Spain
Contact:

Re: phpBB 3.3.0-b2 released

Post by ThE KuKa »

  • Spanish packages ready
  • phpBB Spain Styles ready
  • Update phpBB-3.3.0-b1_to_3.3.0-b2 perfect!
:trophy: :beer: :medal:
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 Image
:flag_es: phpBB Spain - Online Since 2003 :heart:

janus
Registered User
Posts: 28
Joined: Thu Nov 26, 2015 1:06 pm

Re: phpBB 3.3.0-b2 released

Post by janus »

Update phpBB-3.3.0-b1_to_3.3.0-b2 here also perfect!
Thanks

User avatar
lopoto
Registered User
Posts: 7
Joined: Tue Mar 27, 2018 6:32 pm

Re: phpBB 3.3.0-b2 released

Post by lopoto »

Update phpBB-3.3.0-b1_to_3.3.0-b2 to zero problems . :ugeek:

Mannix_
Registered User
Posts: 19
Joined: Sun Aug 18, 2019 8:56 am

Re: phpBB 3.3.0-b2 released

Post by Mannix_ »

Same here no problems updating from b1 to b2

User avatar
Scanialady
Registered User
Posts: 20
Joined: Sat Sep 12, 2015 3:17 pm

Re: phpBB 3.3.0-b2 released

Post by Scanialady »

Update with my testforum went good (3.2.8 to 3.3.0-b2, all extensions deactivated, language en only, prosilver only, PHP 7.1)

edit://
"Enable URL Rewriting: Yes" is active.
edit end//

There is an error for cron task I want to report. There are no cron tasks defined from my site via acp or somewhere - should be something from phpBB. The broken image I found in profiles.

Image

If I want to open the broken image in a new window I get the following error:

shown image link is: https: //tf.ladysxxxxxxx/cron/cron.task.core.tidy_sessions

Code: Select all

Fatal error: Uncaught Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("cron_type") to generate a URL for route "phpbb_cron_run". in /www/htdocs/xxxxxxx/tf.ladysxxxxxxx/public_html/vendor/symfony/routing/Generator/UrlGenerator.php:136 Stack trace: #0 /www/htdocs/xxxxxxx/tf.ladysxxxxxxx/public_html/cache/production/url_generator.php(50): Symfony\Component\Routing\Generator\UrlGenerator->doGenerate(Array, Array, Array, Array, Array, 'phpbb_cron_run', 1, Array, Array) #1 /www/htdocs/xxxxxxx/tf.ladysxxxxxxx/public_html/phpbb/routing/router.php(168): phpbb_url_generator->generate('phpbb_cron_run', Array, 1) #2 /www/htdocs/xxxxxxx/tf.ladysxxxxxxx/public_html/phpbb/routing/helper.php(148): phpbb\routing\router->generate('phpbb_cron_run', Array, 1) #3 /www/htdocs/xxxxxxx/tf.ladysxxxxxxx/public_html/phpbb/controller/helper.php(114): phpbb\routing\helper->route('phpbb_cron_run', Array, false, false, 1) #4 /www/htdocs/xxxxxxx/tf.ladysxxxxxxx/public_html in /www/htdocs/xxxxxxx/tf.ladysxxxxxxx/public_html/vendor/symfony/routing/Generator/UrlGenerator.php on line 136
Last edited by Scanialady on Tue Nov 26, 2019 5:19 pm, edited 1 time in total.

User avatar
david63
Registered User
Posts: 355
Joined: Mon Feb 07, 2005 7:23 am

Re: phpBB 3.3.0-b2 released

Post by david63 »

I am not seeing that on a clean install
David
Remember: You only know what you know -
and you do not know what you do not know!

User avatar
Dr.Death
Registered User
Posts: 25
Joined: Thu Feb 24, 2005 10:33 am
Location: Germany
Contact:

Re: phpBB 3.3.0-b2 released

Post by Dr.Death »

@Scanialady:

Try to add this line into the .htaccess file located in your phpBB root Folder:

Code: Select all

Options -MultiViews
Doc.

Image

janus
Registered User
Posts: 28
Joined: Thu Nov 26, 2015 1:06 pm

Re: phpBB 3.3.0-b2 released

Post by janus »

Auto updating from 3.2.8 to 3.3.0-b2 gives me directly the error

Code: Select all

[phpBB Debug] "Declaration of phpbb\template\twig\loader::findTemplate($name) should be compatible with Twig\Loader\FilesystemLoader::findTemplate($name, $throw = true)" in file /home/public/sites/www.catroom.nl/forum/phpbb/template/twig/loader.php on line 19
php 7.2
Any ideas?

Post Reply