[ABD] Site Logo

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
knorkas
Registered User
Posts: 15
Joined: Tue Aug 09, 2022 4:13 pm

Re: [3.2][RC] Site Logo

Post by knorkas »

So I ate the pudding and it turned out that a HTTP ERROR 500 is showing up when trying the extension tab in the admin menu.

Using the prosilver
logo.PNG

But thank you anyway. Will have a look that I can change the logo in the style itself.
You do not have the required permissions to view the files attached to this post.
User avatar
warmweer
Jr. Extension Validator
Posts: 11849
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: [3.2][RC] Site Logo

Post by warmweer »

Just downloaded and tried 2.1.0-RC7 with phpBB 3.3.8 using PHP 8.0.7 and it can be enabled, no errors on accessing the extension tab, nor on the sitelogo entry. (I didn't try changing the site logo)
Are you sure, you downloaded the latest github and then uploaded with the correct paths >>> ext /david63/sitelogo?
It is after all a development version and you have to edit some folder names.

Added 10 minutes later: just now did some basic testing of the usage of the extension (not all features) and it seems to function as advertised.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
knorkas
Registered User
Posts: 15
Joined: Tue Aug 09, 2022 4:13 pm

Re: [3.2][RC] Site Logo

Post by knorkas »

That's interesting. I used the download link given on the 1st page: https://github.com/david63/sitelogo/archive/3.2.zip

And once installed it is showing me

Version:
2.1.0-RC6
Release Time:
2019-05-12

So the RC7 that you are speaking of I couldn't download.
User avatar
warmweer
Jr. Extension Validator
Posts: 11849
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: [3.2][RC] Site Logo

Post by warmweer »

knorkas wrote: Thu Aug 11, 2022 9:50 am So the RC7 that you are speaking of I couldn't download.
see first post

https://github.com/david63/sitelogo
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
knorkas
Registered User
Posts: 15
Joined: Tue Aug 09, 2022 4:13 pm

Re: [3.2][RC] Site Logo

Post by knorkas »

Oh wow, I missed that one for some reason.
Downloaded the file, replaced it with the old one and see it works. The pudding started to be delicious.

Code: Select all

Version:
2.1.0-RC7
Release Time:
2020-01-19
works.PNG
Thank you for putting the work in and explaining it to me.
You do not have the required permissions to view the files attached to this post.
User avatar
warmweer
Jr. Extension Validator
Posts: 11849
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: [3.2][RC] Site Logo

Post by warmweer »

knorkas wrote: Thu Aug 11, 2022 9:55 am The pudding started to be delicous.
:thumbsup:
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Jsson83
Registered User
Posts: 2
Joined: Sat Sep 17, 2022 9:03 am

Re: [3.2][RC] Site Logo

Post by Jsson83 »

Maybe because on the first page it says rc6 under "Extension version" and the extension download link goes to the rc6 version, but the github link goes to rc7.

I also have the problem that this extension seems to generate errors and preventing acess to the extension tab, as for knorkas.

Also this thread is discussing the issue, but the problem was "solved" by not use the extenstion.
viewtopic.php?t=2625111


Disabling the extension and clear the cahe makes the extension tab work again.

I have rc6 installed with phpbb 3.2.11 and php 7.2.34

Code: Select all

PHP Fatal error:  Uncaught phpbb\exception\version_check_exception: VERSIONCHECK_FAIL in /public_html/phpbb/version_helper.php:406
Stack trace:
#0 /public_html/phpbb/version_helper.php(354): phpbb\version_helper->get_versions(false, false)
#1 /public_html/phpbb/version_helper.php(273): phpbb\version_helper->get_versions_matching_stability(false, false)
#2 /public_html/phpbb/extension/manager.php(598): phpbb\version_helper->get_ext_update_on_branch(false, false)
#3 /public_html/ext/david63/sitelogo/core/functions.php(71): phpbb\extension\manager->version_check(Object(phpbb\extension\metadata_manager))
#4 /public_html/ext/david63/sitelogo/controller/admin_controller.php(149): david63\sitelogo\core\functions->version_check()
#5 /public_html/ext/david63/si in /public_html/phpbb/version_helper.php on line 406
I guess that maybe rc7 would solve my problem, but just wanted to point out that the first page need to be updated, and also if anyone is having the same problem, the solution is probably to update to rc7.
Last edited by Jsson83 on Sat Sep 17, 2022 4:47 pm, edited 1 time in total.
Jsson83
Registered User
Posts: 2
Joined: Sat Sep 17, 2022 9:03 am

Re: [3.2][RC] Site Logo

Post by Jsson83 »

Nope, trying with rc7 gives me "phpBB encountered an error while creating the container due to an installed extension, thus all extensions have been temporarily disabled. Try clearing your forum cache. All extensions will automatically be re-enabled once the error is resolved. If the error persists, please visit phpBB.com for support."

Exception: The definition for "_defaults" has no class. If you intend to inject this service dynamically at runtime, please mark it as synthetic=true. If this is an abstract definition solely used by child definitions, please add abstract=true, otherwise specify a class to get rid of this error.

Code: Select all

#0 /public_html/vendor/symfony/dependency-injection/Compiler/Compiler.php(102): Symfony\Component\DependencyInjection\Compiler\CheckDefinitionValidityPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#1 /public_html/vendor/symfony/dependency-injection/ContainerBuilder.php(587): Symfony\Component\DependencyInjection\Compiler\Compiler->compile(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#2 /public_html/phpbb/di/container_builder.php(198): Symfony\Component\DependencyInjection\ContainerBuilder->compile()
#3 /public_html/common.php(115): phpbb\di\container_builder->get_container()
#4 /public_html/adm/index.php(23): require('/storage/conten...')
#5 {main}
And when trying the extensions tab, I get a white PHP error page with:

Code: Select all

PHP Fatal error:  Uncaught Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "phpbb.ads.admin.controller". in /public_html/vendor/symfony/dependency-injection/ContainerBuilder.php:817
Stack trace:
#0 /public_html/vendor/symfony/dependency-injection/ContainerBuilder.php(455): Symfony\Component\DependencyInjection\ContainerBuilder->getDefinition('phpbb.ads.admin...')
#1 /public_html/ext/phpbb/ads/acp/main_module.php(34): Symfony\Component\DependencyInjection\ContainerBuilder->get('phpbb.ads.admin...')
#2 /public_html/includes/functions_module.php(676): phpbb\ads\acp\main_module->main('\\phpbb\\ads\\acp\\...', 'manage')
#3 /public_html/adm/index.php(82): p_master->load_active()
#4 {main}
  thrown in /public_html/vendor/symfony/dependency-injection/ContainerBuilder.php on line 817
User avatar
warmweer
Jr. Extension Validator
Posts: 11849
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: [3.2][RC] Site Logo

Post by warmweer »

Jsson83 wrote: Sat Sep 17, 2022 9:14 am Nope, trying with rc7 gives me "phpBB encountered an error while creating the container due to an installed extension, thus all extensions have been temporarily disabled. Try clearing your forum cache. All extensions will automatically be re-enabled once the error is resolved. If the error persists, please visit phpBB.com for support."

...

And when trying the extensions tab, I get a white PHP error page with:

Code: Select all

PHP Fatal error:  Uncaught Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "phpbb.ads.admin.controller". in /public_html/vendor/symfony/dependency-injection/ContainerBuilder.php:817
Note the "phpbb.ads.admin.controller". Fix the phpBB advertisements extension first or effectively disable all extensions and then enable Site Logo only.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.

Return to “Abandoned Extensions”