Jump to content
This topic contains 93 posts. A summary containing the most significant posts is available

Featured Replies

  • Community Expert
 

Hi Matt, 

I think the patch is now live on my site but I'm still seeing locked for my Classifieds application:

Could contain: Text

 

let me take a look at your install!

 

 

Edit:

The patch was available, but not applied!

Could contain: Text, Page, Word, File

 

I'll just finish this step for you:) 

  • Replies 92
  • Views 8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • One more thing. A quick shout out to @Adriano Faria who first thing this morning, and I mean first thing, was hammering out update notices on all of his apps. He's the only one that I've seen all day.

  • Adriano Faria
    Adriano Faria

    Another suggestion, @Matt.  Make this message visible to everyone:   Transparency never hurts and will certainly avoid posts and messages asking to update. Currently it shows o

  • We have released 4.7.2.1 with an update to the PHP8 compatibility scanner to make it less sensitive to issues that PHP8 is not concerned at this time, such as the following: Parameter variable na

Posted Images

  • Author

Fantastic response from @Matt that makes it clear about apps and plugins.  

If I had one suggestion, I would not just make the message clear on this topic, but also on the main site index, and/or in the ACP of owners sites.  That way no one can use the excuse that they didn't see the message.

 

let me take a look at your install!

 

 

Edit:

The patch was available, but not applied!

Could contain: Text, Page, Word, File

 

I'll just finish this step for you:) 

Thank you!!

 

I've re-opened this topic. Please read the message above the topic, thanks.

  Quote

The upgrade from Invision Community 4.7.1 to 4.7.2 will warn you of PHP 8 incompatible applications and disable them, but you can re-enable them from the AdminCP if you wish to take the risk.


I believe that was exactly what users wanted. I understand that you warned in a topic, but this alert was missing right at the moment of the user updating the system, visible there just in time for him to read and be aware. Great job!

To reinforce the message you want to get across to clients, something like this could be done (just a suggestion)

Could contain: Text, Business Card, Paper

Could contain: Menu, Text, Tree, Plant

SMILERS

 

Now they're deleting posts. Yikes.

Just reached out to you via PM 😊

Thanks a lot for the patch!!!

 

Could contain: Menu, Text, Tree, Plant

SMILERS

 

That's self destruction mode.. i am glad IPS is not auto executing rm -rf haha  That would be epic in history lol 

@Matt - Thanks for the patch! I appreciate it. It was nightmare, last 24 hrs. Now need to chase few app. developers to get stuff updated. 

Edited by AlexJ

I update today and now, messenger and modcp/reports, opens a blank page, there seems to be problems.

It's most likely either a problem with your theme or a 3rd party plugin.  Per my note in your other topic....  disable them all and re-enable one at a time to find your culprit.  

Update patch? I can not see the patch at support as busy cercle still going.

 

Not sure if you notified all the third party devs but if they had been they would not be scrambling at the last minute. In a perfect world, for such a major shift, you'd think that third party developers would have upgraded their apps BEFORE 4.7.2 was released.

There have been many warnings in recent times - both in the forums and in every upgrade which checks server specs.

This said, perhaps a bulk email to all active Clients might have worked better?....or better yet, a perfect time for one of those spiffy new must-be-acknowleged call-to-action alert boxes. 🙂

Edited by LiquidFractal

 

Update patch? I can not see the patch at support as busy cercle still going.

You have to wait for them to push an actual update instead of a patch. For now you can update manually if you're self hosted.

  • Community Expert
 

Update patch? I can not see the patch at support as busy cercle still going.

Please update a fresh set of files as mentioned above, and then go to /admin/upgrade to run the upgrader. This will apply the patch for you

Yes I know about all that, Marc & Daddy, I did not know if the patch went as well to the downloaded file.

I will do it when I have time later today.

  • Management

We have released 4.7.2.1 with an update to the PHP8 compatibility scanner to make it less sensitive to issues that PHP8 is not concerned at this time, such as the following:

Parameter variable names being different in the extended class, eg:

Base: function foo( $node )
Extended: function foo( $forum )

Protected methods becoming public methods in the extended class, eg:

Base: protected function foo()
Extended: public function foo()


Extended methods returning a type when the base class does not have any type, eg:

Base: function foo():
Extended: function foo(): \IPS\Member


This will reduce the number of third party code flagged and thus fewer plugins and applications being disabled.

Posted edited to reflect that 4.7.2.1 has been released.