Board3 Portal

Update for phpBB3.3.0? - Board3 Portal

Update for phpBB3.3.0?

by ghswen » Tue Jan 14, 2020 6:15 pm

Will you but updating Board3 Portal for use with phpBB3.3.0?

I'm currently getting the following error message. I have tried purging forum cache with no success.



phpBB encountered an error building the container due to an installed extension. For this reason, all extensions have been temporarily disabled. Please try purging your forum cache. All extensions will automatically be re-enabled once the container error is resolved. If this error continues, please visit phpBB.com for support.

Exception: The file "/var/www/html/astronomy.hopto.org/ext/board3/portal/config/services.yml" does not contain valid YAML: The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 12 (near "- @board3.portal.columns").

#0 /var/www/html/astronomy.hopto.org/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php(117): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->loadFile('/var/www/html/a...')
#1 /var/www/html/astronomy.hopto.org/phpbb/extension/di/extension_base.php(99): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->load('services.yml')
#2 /var/www/html/astronomy.hopto.org/phpbb/extension/di/extension_base.php(63): phpbb\extension\di\extension_base->load_services(Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
#3 /var/www/html/astronomy.hopto.org/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php(71): phpbb\extension\di\extension_base->load(Array, Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
#4 /var/www/html/astronomy.hopto.org/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php(39): Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#5 /var/www/html/astronomy.hopto.org/vendor/symfony/dependency-injection/Compiler/Compiler.php(140): Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#6 /var/www/html/astronomy.hopto.org/vendor/symfony/dependency-injection/ContainerBuilder.php(789): Symfony\Component\DependencyInjection\Compiler\Compiler->compile(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#7 /var/www/html/astronomy.hopto.org/phpbb/di/container_builder.php(203): Symfony\Component\DependencyInjection\ContainerBuilder->compile()
#8 /var/www/html/astronomy.hopto.org/common.php(115): phpbb\di\container_builder->get_container()
#9 /var/www/html/astronomy.hopto.org/adm/index.php(23): require('/var/www/html/a...')
#10 {main}
ghswen
Registered User
Posts: 57
Joined: Sun Apr 21, 2019 9:04 pm

Re: Update for phpBB3.3.0?

by eturovaara » Thu Jan 16, 2020 1:31 pm

I was able to get this working in phpBB 3.3.0 by editing the services.yml and modules.yml files. You will need to put single quotes around each item that begins with "@" (ex. - @board3.portal.columns becomes - '@board3.portal.columns', - @config becomes - '@config'). Purge the cache after saving the changes and the extension should work again.

Make sure you have backups of these files before attempting to do this. Making a mistake could result in your forum and admin pages failing to load. If this occurs you may need to restore the original files and/or manually purge the cache.
eturovaara
Registered User
Posts: 1
Joined: Thu Jan 16, 2020 1:13 pm

Re: Update for phpBB3.3.0?

by ghswen » Thu Jan 16, 2020 6:28 pm

Thankyou!

That got it up and running. Still a few bugs but I should be able to get those sorted.
ghswen
Registered User
Posts: 57
Joined: Sun Apr 21, 2019 9:04 pm

Re: Update for phpBB3.3.0?

by Vuzqii » Sat Feb 08, 2020 4:29 pm

eturovaara wrote:I was able to get this working in phpBB 3.3.0 by editing the services.yml and modules.yml files. You will need to put single quotes around each item that begins with "@" (ex. - @board3.portal.columns becomes - '@board3.portal.columns', - @config becomes - '@config'). Purge the cache after saving the changes and the extension should work again.

Make sure you have backups of these files before attempting to do this. Making a mistake could result in your forum and admin pages failing to load. If this occurs you may need to restore the original files and/or manually purge the cache.

Hmm i did what you said , but after that i cant click on the extensions panel anymore.
Vuzqii
Registered User
Posts: 27
Joined: Wed Nov 20, 2019 4:01 pm

Re: Update for phpBB3.3.0?

by Vuzqii » Sat Feb 15, 2020 1:41 pm

Is it possible that you upload the code for me?
Vuzqii
Registered User
Posts: 27
Joined: Wed Nov 20, 2019 4:01 pm

Re: Update for phpBB3.3.0?

by Galixte de EzCom » Sun Feb 16, 2020 9:27 am

I found on phpBB.de a fixed version for phpBB 3.3.x: https://www.phpbb.de/community/viewtopi ... 7#p1400237. You have to test it on local environment before to update to your online board.
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.

Re: Update for phpBB3.3.0?

by Jarinu » Thu Feb 27, 2020 1:26 am

I installed it successfully to a 3.3.0 site I am using as our hosting was forcing a move from php5.6.

I am not technical in the least and have been muddling my way through things. Seems that some amount of the German package is coded with different artifacts so my webpage isnt quite right (in a number of ways but pretty sure its because the base of what was in the above was in a different language package.

Other than the .yml files which need to be modified - which seems very straight forward. Has anyone worked out what else is needed to make the exte3nsions contextual tab show up and work?
Jarinu
Registered User
Posts: 1
Joined: Thu Feb 27, 2020 1:22 am