Topic Solved

phpBB3.3.0 compatability issue. - Topic Solved

phpBB3.3.0 compatability issue.

by Hippie459MN » Fri Feb 21, 2020 1:14 am

Just updated to phpBB 3.3.0 and this has stopped working. Any chance the author, or someone else could get this working on 3.3.0 as its been VERY useful on my forum and hate to loose it.

Thanks.
User avatar
Hippie459MN
Registered User
Posts: 966
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA

Re: phpBB3.3.0 compatability issue.

by Raul [ThE KuKa] » Fri Feb 21, 2020 8:18 am

Works fine in my site... 🙄
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: phpBB3.3.0 compatability issue.

by Hippie459MN » Fri Feb 21, 2020 2:27 pm

Not working here. This is the error message I get in the ACP with it enabled

Code: Select all


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 "/home2/hippie74/public_html/mnmudboggers/ext/tierra/topicsolved/config/services.yml" does not contain valid YAML: The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 5 (near "- @tierra.topicsolved.topicsolved").

#0 /home2/hippie74/public_html/mnmudboggers/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php(117): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->loadFile('/home2/hippie74...')
#1 /home2/hippie74/public_html/mnmudboggers/phpbb/extension/di/extension_base.php(99): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->load('services.yml')
#2 /home2/hippie74/public_html/mnmudboggers/phpbb/extension/di/extension_base.php(63): phpbb\extension\di\extension_base->load_services(Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
#3 /home2/hippie74/public_html/mnmudboggers/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php(71): phpbb\extension\di\extension_base->load(Array, Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
#4 /home2/hippie74/public_html/mnmudboggers/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php(39): Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#5 /home2/hippie74/public_html/mnmudboggers/vendor/symfony/dependency-injection/Compiler/Compiler.php(140): Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#6 /home2/hippie74/public_html/mnmudboggers/vendor/symfony/dependency-injection/ContainerBuilder.php(789): Symfony\Component\DependencyInjection\Compiler\Compiler->compile(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#7 /home2/hippie74/public_html/mnmudboggers/phpbb/di/container_builder.php(203): Symfony\Component\DependencyInjection\ContainerBuilder->compile()
#8 /home2/hippie74/public_html/mnmudboggers/common.php(115): phpbb\di\container_builder->get_container()
#9 /home2/hippie74/public_html/mnmudboggers/adm/index.php(23): require('/home2/hippie74...')
#10 {main}
And this is what I get if I try to visit the site with it enabled.

Code: Select all

Fatal error: Uncaught Symfony\Component\Config\Exception\FileLoaderLoadException: Cannot load resource "phpbb_pages_new_controller". Make sure there is a loader supporting the "phpbb_pages_route" type. in /home2/hippie74/public_html/mnmudboggers/vendor/symfony/config/Loader/Loader.php:73 Stack trace: #0 /home2/hippie74/public_html/mnmudboggers/vendor/symfony/config/Loader/FileLoader.php(133): Symfony\Component\Config\Loader\Loader->resolve('phpbb_pages_new...', 'phpbb_pages_rou...') #1 /home2/hippie74/public_html/mnmudboggers/vendor/symfony/config/Loader/FileLoader.php(90): Symfony\Component\Config\Loader\FileLoader->doImport('phpbb_pages_new...', 'phpbb_pages_rou...', false, 'ext/phpbb/pages...') #2 /home2/hippie74/public_html/mnmudboggers/vendor/symfony/routing/Loader/YamlFileLoader.php(161): Symfony\Component\Config\Loader\FileLoader->import('phpbb_pages_new...', 'phpbb_pages_rou...', false, 'ext/phpbb/pages...') #3 /home2/hippie74/public_html/mnmudboggers/vendor/symfony/routing/Loader/YamlFileLoader.php(91): Symfony\C in /home2/hippie74/public_html/mnmudboggers/vendor/symfony/config/Loader/Loader.php on line 73
And I am on the latest version (v2.2.0).
User avatar
Hippie459MN
Registered User
Posts: 966
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA

Re: phpBB3.3.0 compatability issue.

by Raul [ThE KuKa] » Fri Feb 21, 2020 3:31 pm

All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: phpBB3.3.0 compatability issue.

by Hippie459MN » Fri Feb 21, 2020 3:55 pm

Raul [ThE KuKa] wrote:viewtopic.php?f=456&t=2528456
Thanks for that. I was not aware of that tool. Looks like it will come in VERY handy. This ext seem to be working now. :)
User avatar
Hippie459MN
Registered User
Posts: 966
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA

Re: phpBB3.3.0 compatability issue.

by BasNijmegen » Fri Feb 28, 2020 2:43 pm

Raul [ThE KuKa] wrote:viewtopic.php?f=456&t=2528456
Very useful! Thank you
BasNijmegen
Registered User
Posts: 21
Joined: Thu Jan 08, 2009 5:51 pm

Re: phpBB3.3.0 compatability issue.

by viennaexpats » Sun Mar 15, 2020 10:21 am

Having an issue with the FAQs on my site (https://forums.vienna-expats.at) and getting

"Cannot load resource "phpbb_pages_new_controller". Make sure there is a loader supporting the "phpbb_pages_route" type."
viennaexpats
Registered User
Posts: 10
Joined: Sun Jan 08, 2017 10:57 am

Re: phpBB3.3.0 compatability issue.

by HervĂ© » Wed Apr 01, 2020 2:55 pm

Hi,
I've installed this extension 2.2.0 on phpBB 3.3.0 and corrected the .yml file, it works but
  • the "solved" button is too small, see red circle
  • I have a lot of OK signs instead of one
    il I use text it's ok
Can you help ?
Thanks
Image
Last edited by Hervé on Wed Apr 01, 2020 4:39 pm
Hervé
Registered User
Posts: 562
Joined: Tue Jun 04, 2019 7:51 am
Location: Belgium
Name: Rudy

Re: phpBB3.3.0 compatability issue.

by HervĂ© » Wed Apr 01, 2020 3:07 pm

Sorry, posted twice.
Hervé
Registered User
Posts: 562
Joined: Tue Jun 04, 2019 7:51 am
Location: Belgium
Name: Rudy

Re: phpBB3.3.0 compatability issue.

by Cubguy501 » Sun Apr 05, 2020 12:04 pm

maybe swap out to the latest version 2.3.0

look here
https://github.com/tierra/topicsolved

You need to fix the services.yml to get it working on 3.3

Just installed last night. appears to be working fine for me!
Cubguy501
Registered User
Posts: 141
Joined: Mon Feb 07, 2011 8:39 pm

Re: phpBB3.3.0 compatability issue.

by HervĂ© » Sun Apr 05, 2020 2:24 pm

Yes, I've got the reply vian another way (don't remember which) and version 2.3.0 works fine on phpBB 3.3.0.
The question is : why isn't it easyer ton know there is an newer version ?
Hervé
Registered User
Posts: 562
Joined: Tue Jun 04, 2019 7:51 am
Location: Belgium
Name: Rudy

Re: phpBB3.3.0 compatability issue.

by Cubguy501 » Sun Apr 05, 2020 2:41 pm

If the Extensions are validated and have gone though the whole process then the updates are listed on the extensions page in the CDB. If not then you need to do some digging. Keep an eye on the authors private forum, or their github page. Of course all unvalidated extensions are used at your own risk.

In this case i read the authors extension got rejected cause of one small word in one file and didnt feel like going through the whole process again. Seems like the validation process is very strict.
Cubguy501
Registered User
Posts: 141
Joined: Mon Feb 07, 2011 8:39 pm

Re: phpBB3.3.0 compatability issue.

by stigzler » Sat Jun 13, 2020 11:56 am

I struggled with that yml check ext, so just downloaded the new version of this extension from github (2.3.0) and changed topicsolved/config/services.yml to:

Code: Select all

services:
    tierra.topicsolved.controller:
        class: tierra\topicsolved\controller\main_controller
        arguments:
            - '@tierra.topicsolved.topicsolved'
    tierra.topicsolved.event:
        class: tierra\topicsolved\event\main_listener
        arguments:
            - '@tierra.topicsolved.topicsolved'
            - '@controller.helper'
            - '@template'
        tags:
            - { name: event.listener }
    tierra.topicsolved.event.acp_forums:
        class: tierra\topicsolved\event\acp_forums
        arguments:
            - '@tierra.topicsolved.topicsolved'
            - '@template'
            - '@request'
        tags:
            - { name: event.listener }
    tierra.topicsolved.topicsolved:
        class: tierra\topicsolved\topicsolved
        arguments:
            - '@dbal.conn'
            - '@user'
            - '@auth'
            - '@dispatcher'
            - '%core.root_path%'
            - '%core.php_ext%'
All working fine. You might have to disable and clear data if you've been messing around with the older version.
stigzler
Registered User
Posts: 30
Joined: Sat Jan 12, 2019 7:11 pm

Re: phpBB3.3.0 compatability issue.

by philmusic39 » Thu Jun 18, 2020 5:34 pm

Excellent et merci : pour notre forum , cela fonctionne de nouveau .

N'y aurait-il pas une possibilité de mettre le préfixe en couleur ?

merci A+
philmusic39
Registered User
Posts: 14
Joined: Mon Dec 17, 2018 5:11 pm

Re: phpBB3.3.0 compatability issue.

by testingmro » Tue Mar 16, 2021 6:21 pm

Hi, it seems this extension doesn't work with 3.3.2 version.
Would anyone confirm?
I have download latest 2.3.0 and modified topicsolved/config/services.yml as mentioned above but there is no extra menu for configuration and there is no "solved button" in posts.
Best regards!
testingmro
Registered User
Posts: 74
Joined: Mon Mar 15, 2021 1:56 pm