Does extension check newer version automatically?

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Scam Warning
exemplary1
Registered User
Posts: 192
Joined: Mon Feb 05, 2024 11:41 am

Does extension check newer version automatically?

Post by exemplary1 »

Hello,
I have installed an abandoned extension on localhost. When I enabled it, the localhost website took bit longer than usual. So my question is, does extension try to connect to origin website ? Because I see the website is currently unreachable.
User avatar
danieltj
Infrastructure Team Member
Infrastructure Team Member
Posts: 518
Joined: Thu May 03, 2018 9:32 pm
Location: United Kingdom
Name: Daniel James

Re: Does extension check newer version automatically?

Post by danieltj »

It’s possible that it’s checking a third party site. Open the composer.json file in the root of the extensions files and see if there’s anything under the version_check heading. There’s also a possibility that somewhere else in the code there’s a call to a third party website.

It obviously goes without saying that you shouldn’t use abandoned extensions.
💷 Purchase the Awesome Payments extension today!
Monetise your forum with one off payments and subscriptions.

Need a premium extension created? Send me a PM.
User avatar
nou nou
Registered User
Posts: 677
Joined: Sat Oct 29, 2016 8:08 pm

Re: Does extension check newer version automatically?

Post by nou nou »

danieltj wrote: Thu Sep 12, 2024 8:41 am It obviously goes without saying that you shouldn’t use abandoned extensions.
Ah, that's debatable! :)
exemplary1
Registered User
Posts: 192
Joined: Mon Feb 05, 2024 11:41 am

Re: Does extension check newer version automatically?

Post by exemplary1 »

danieltj wrote: Thu Sep 12, 2024 8:41 am It’s possible that it’s checking a third party site. Open the composer.json file in the root of the extensions files and see if there’s anything under the version_check heading. There’s also a possibility that somewhere else in the code there’s a call to a third party website.

It obviously goes without saying that you shouldn’t use abandoned extensions.
Yes, the version_check in composer.json file has a link to his website. His extensions posted here has a phpbb.com link, while other extensions (posted on his website) have links to his website. (Now his website is up).
User avatar
danieltj
Infrastructure Team Member
Infrastructure Team Member
Posts: 518
Joined: Thu May 03, 2018 9:32 pm
Location: United Kingdom
Name: Daniel James

Re: Does extension check newer version automatically?

Post by danieltj »

Yeah that’s probably it then. If his website is down the check in composer probably doesn’t have a short enough time out period.

If it’s running super slow and slowing down your forum, you can remove the version check to bypass the slowing down of your forum but of course that means you won’t be alerted to updates so be cautious.
💷 Purchase the Awesome Payments extension today!
Monetise your forum with one off payments and subscriptions.

Need a premium extension created? Send me a PM.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26828
Joined: Fri Aug 29, 2008 9:49 am

Re: Does extension check newer version automatically?

Post by Mick »

nou nou wrote: Thu Sep 12, 2024 8:51 am
danieltj wrote: Thu Sep 12, 2024 8:41 am It obviously goes without saying that you shouldn’t use abandoned extensions.
Ah, that's debatable! :)
Also there’s no support for abandoned extensions you need to contact the author.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
User avatar
nou nou
Registered User
Posts: 677
Joined: Sat Oct 29, 2016 8:08 pm

Re: Does extension check newer version automatically?

Post by nou nou »

Or find a developer who is willing to take over.

A lot of perfectly fine ideas and code are out there, I have often counted on other devs and this very community to keep them going over the years. Sometimes until a new and better solution comes along, sometimes old stuff just keeps working. Sure there's risk assessment to be done, and currently I'm feeling the pain of porting to PHP8 which is taking me a lot longer than I had hoped, but I enjoy that side of it too :)

Return to “phpBB Discussion”