Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

5.0.8 Released

This topic contains 96 posts with an estimated read time of 46 minutes. A summary containing the most significant posts is available with an estimated read time of 5 minutes.

Featured Replies

Because of the security update I had to go for Beta 2.

Now I get some issue with Javascript I think.

This is still loading :

image.pnge

We can not post any message because the box doesn't react when we click on here.

  • Replies 95
  • Views 11.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Just a note to say that 5.0.8 has now been released. Just the one extra bug fix: Fixes an issue where guests could comment on blogs when the group setting was set to off.

  • You actually like autoplay? I always disable that in my browser settings first thing.

  • Stuart Silvester
    Stuart Silvester

    Thanks for letting us know. I have corrected that issue.

Posted Images

image.png

6 hours ago, SoloInter said:

Because of the security update I had to go for Beta 2.

Now I get some issue with Javascript I think.

This is still loading :

image.pnge

We can not post any message because the box doesn't react when we click on here.

Try clicking to clear cache on the right.

Updating to beta 2 wasnt needed to get the security patch by the way, unless you were already on beta 1. We released updates for the 5.0.7 and 4.7.20 releases too

Impossible to get something by clicking "clear cache". It's do nothing.

I follow your instructions on the red message on top of the site. It was asking to go to settings and update. I just follow the step in the description.

We was on 5.0.7

We did not updated 5.0.8 Beta 1.

So now what can I do ? Nobody can post anything. All is stuck. Menu can not be open.

27 minutes ago, SoloInter said:

Impossible to get something by clicking "clear cache". It's do nothing.

Im not sure what you mean on this. It should always be the first thing attempted, and does indeed clear cache.

28 minutes ago, SoloInter said:

We was on 5.0.7

If you were on 5.0.7 you needed only to run the upgrade shown in the admin CP, which is to a patched version of 5.0.7, unless your site was set to use beta versions.

29 minutes ago, SoloInter said:

So now what can I do ? Nobody can post anything. All is stuck. Menu can not be open.

Having taken a look, there is a permission issue there somewhere. Please check uploads and all subfolders are writeable, which would be the usual cause.

Just now, Marc said:

If you were on 5.0.7 you needed only to run the upgrade shown in the admin CP, which is to a patched version of 5.0.7, unless your site was set to use beta versions.

Having taken a look, there is a permission issue there somewhere. Please check uploads and all subfolders are writeable, which would be the usual cause.

yes my site was able to get betas versions. But I didn't install it. I was on the stable version 5.0.7

And yes there is an issue with permission somewhere, but why ? I didn't do anything on this server. Just after the upgrade there is this things. I tried to upload manually but I get this issue about permissions on fiew folders... wtf...

12 minutes ago, SoloInter said:

And yes there is an issue with permission somewhere, but why ? I didn't do anything on this server. Just after the upgrade there is this things. I tried to upload manually but I get this issue about permissions on fiew folders... wtf...

Unfortunately, we're not able to assist with hosting related issues. You would be best to contact your hosting company if you are having issues with uploading too

13 minutes ago, SoloInter said:

yes my site was able to get betas versions. But I didn't install it. I was on the stable version 5.0.7

If you clicked on upgrade, and you had development builds enabled, you would get the latest beta

Just now, Marc said:

If you clicked on upgrade, and you had development builds enabled, you would get the latest beta

That's why ... aaaaaarrrrgg !!

I only backup database, not the files. I upload the last stable version and try to revert database from yesterday before the upgrade.

Nothing change. I just have the data from yesterday but we still can not make any action like post, open menu...

I suppose I have to make a fresh install of 5.0.7 and restore database ?

  • Author
  • Management
7 minutes ago, SoloInter said:

Nothing change. I just have the data from yesterday but we still can not make any action like post, open menu...

I suppose I have to make a fresh install of 5.0.7 and restore database ?

Are you client area details up to date? I can take a look now for you. DM me if anything has changed.

Oh thanks! Yes should be all good about the client area details.

  • Author
  • Management

I'll DM you, there's a few things odd.

All good now. Thanks for the helpful help as always @Matt

@Matt i was on 5.0.7 - it was a fresh forum and I’ve never enabled development/beta updates via the config yet mines was showing 5.0.8 beta 1 as the latest update. I am fine with this although not sure why it would be available.

The issue now is my ACP can’t see beta 2 to let me update - I’ve checked and cleared caches and checked again. Apparently beta 1 is the latest.

Edit - I’ve fixed the update not showing issue by adding the code to the constant file (which absolutely hasn’t ever existed in that file for my forum). So I’m unsure why beta1 would ever have been presented.

Edited by Jordano

Glad to hear thats sorted it for you. If you see the same happen again, of course let us know

  • Author
  • Management

I've just pushed 5.0.8 Beta 3 to deployment, which should show up soon.

There's not a huge amount that has changed, but we wanted just to test one last thing before we release the final version tomorrow.

Coming Soon GIF by Kev Lavery

12 minutes ago, Matt said:

I've just pushed 5.0.8 Beta 3 to deployment, which should show up soon.

There's not a huge amount that has changed, but we wanted just to test one last thing before we release the final version tomorrow.

Coming Soon GIF by Kev Lavery

Done - give us a clue of the changes, the suspense is killing :D

  • Author
  • Management
14 minutes ago, Jordano said:

Done - give us a clue of the changes, the suspense is killing :D

It's just some minor API changes and SSO things. Nothing exciting.

Dear Invision Team.

To enhance the user experience when embedding media content, I would like to suggest adding the autoplay parameter to the iframe tags. This allows embedded videos or other media content to begin playing automatically when the page loads, which can be useful in various scenarios such as showcasing promotional videos or presentations.

Below is a proposed update to the current template code to include the autoplay=1 query string in the src URL when appropriate:

<ips:template parameters="$url, $width=NULL, $height=NULL, $embedId=NULL" />

<div class='ipsEmbeddedOther' contenteditable="false">

<iframe

src="{$url|raw}&autoplay=1"

data-controller="core.front.core.autosizeiframe"

{{if $embedId}}data-embedId='{$embedId}'{{endif}}

allowfullscreen

allowtransparency="true"

></iframe>

</div>

Edited by Resesetti

Only to show the process of upgrade ips in localhost environments , laravel, mamp pro etc all same

9 minutes ago, Matt said:

Is there any way I can get access to this site?

Only way i can see if you have a mac and i share desktop i guess 😀

  • Author
  • Management
5 minutes ago, Chris59 said:

Only way i can see if you have a mac and i share desktop i guess 😀

The only thing I can think of is that there's an encoding issue somehow.

Perhaps you could zip up those named files and DM them to me? We do a simple MD5 check, but conversion of \n to \r anywhere would probably break it.

2 minutes ago, Matt said:

The only thing I can think of is that there's an encoding issue somehow.

Perhaps you could zip up those named files and DM them to me? We do a simple MD5 check, but conversion of \n to \r anywhere would probably break it.

constants.php My constants file

EDIT: i can zip the site and download the database if it helps, is also two other members who have same problems as me . one with laravel and another with xampps . we all use macs

@Matt PM you to download the files , i hope it helps , thank you

Edited by Chris59

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.