Jump to content

[IPS 4.3] Potential Bug at Sign In Page. Checkbox issue

Featured Replies

Posted

 If we click on "Sign in anonymously" at Sign In page, the "Remember me" checkbox becomes unchecked and "Sign in anonymously" is still unchecked

remmber-me.png.6686e8576ba8b793fde301bcd5f4fa0d.png

 

  • Author

@Jim M

I don't have a "Clients" group anymore. I must renew the license :p I can't see the page :(

Quote

Sorry, there is a problem

We could not locate the item you are trying to view.

Error code: 2T254/2

 

Made the report:

 

  • Author

@AlexWright

Quote

Sorry, we can't show this content because you do not have permission to see it.

:)  

Just now, SeNioR- said:

Aww. Ok. It's been added to the bug list, so no worries!

  • 2 weeks later...
  • Author

Still no fixed.

Also new bug with slide cover

  • 2 weeks later...

Thanks, we can take a look at that.

  • 3 weeks later...
  • Author

 

@bfarber After the Facebook scandal, Facebook has changed a little bit in the API code so that the synchronization of photos and covers does not work.

missing-av.png.05563867a66047941c09589e4b5df826.png

monthly_2018_04/_rofilepic.b9ea5a303031b2aad5cf3ea0f2b8f2d3

 

I see that sync cover on IPS also don't working.

@claudiuhks -> cover -> https://dne4i5cb88590.cloudfront.net/invisionpower-com/monthly_2018_04/_overpic.b826d08e589cd25c487e7524aa760424

Now URl to covers and profile pics look like

https://lookaside.facebook.com/platform/coverpic/

https://lookaside.facebook.com/platform/profilepic/

An alternative in IPS 4.2.8 is to return a direct link in ProfileSync\Facebook.php

return \IPS\Http\Url::external( $response['data']['url'] );

 

Edited by SeNioR-

11 hours ago, SeNioR- said:

 

@bfarber After the Facebook scandal, Facebook has changed a little bit in the API code so that the synchronization of photos and covers does not work.

missing-av.png.05563867a66047941c09589e4b5df826.png


monthly_2018_04/_rofilepic.b9ea5a303031b2aad5cf3ea0f2b8f2d3

 

I see that sync cover on IPS also don't working.

@claudiuhks -> cover -> https://dne4i5cb88590.cloudfront.net/invisionpower-com/monthly_2018_04/_overpic.b826d08e589cd25c487e7524aa760424

Now URl to covers and profile pics look like

https://lookaside.facebook.com/platform/coverpic/

https://lookaside.facebook.com/platform/profilepic/

An alternative in IPS 4.2.8 is to return a direct link in ProfileSync\Facebook.php


return \IPS\Http\Url::external( $response['data']['url'] );

 

Is this something you're noticing locally, or did you notice broken photos here?

  • Author
30 minutes ago, bfarber said:

Is this something you're noticing locally, or did you notice broken photos here?

Broken profile pictures appear only on version IPS 4.2.8 and lower on my test live site. 

This error doesn't occur on Invision Community because it is 4.3

Edited by SeNioR-

8 minutes ago, SeNioR- said:

Broken profile pictures appear only on version IPS 4.2.8 and lower on my test live site. 

This error doesn't occur on Invision Community because it is 4.3

My solution for 4.2.8 and lower versions: 


$GetPhotoURL = \IPS\Http\Url::external( $response['data']['url'] );
$CreateNewAv = \IPS\Image::create( (string) \IPS\Http\Url::external( $GetPhotoURL )->request()->get() );
$CreatedAv = \IPS\File::create( 'core_Profile', 'imported-fb-photo-' . $this->member->member_id . '.jpg', (string) $CreateNewAv );
			
return $CreatedAv;

Before:


monthly_2018_04/_rofilepic.b9ea5a303031b2aad5cf3ea0f2b8f2d3

After:


uploads/monthly_2018_04/imported-fb-photo-43866.jpg.2db3321122c507cf229795cb91e63dca.jpg

 

We released a patch for 4.2.8 on March 28th

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.