"Oops! we ran into some problems"

comfortably_numb

Dogs have owners, cats have staff
Original poster
Pub Member / Supporter
Nov 30, 2011
17,707
25,843
Kansas City / Las Vegas
Receiving this error regarding my most recent post in the YCMTSU thread.. The message pops up on every page refresh as well. I think it might be related to the Instagram link I posted?

IMG_4102.png
 
  • Wow
Reactions: Howard Simmons
Receiving this error regarding my most recent post in the YCMTSU thread.. The message pops up on every page refresh as well. I think it might be related to the Instagram link I posted?

View attachment 170420
I saw it also on that page but I have occasionally seen it on other pages.
 
OK I think I have this fixed.

Issue was a unicode error. Data was not being stored in a utf8 format instead of utf8m4 format.

If it happens again I will have to run the following command on the database to convert non m4 things to m4.

php cmd.php xf:convert-utf8mb4
I cleared my cache. I still see it when I click on Watch. Again, I am not concerned with it. Only happens every six months or so.
 

Attachments

  • Screenshot_20240411_115028_Chrome.jpg
    Screenshot_20240411_115028_Chrome.jpg
    69 KB · Views: 27
  • Like
Reactions: Howard Simmons
That's a strange one...

If I looked at your code the way it save I saw something I never saw before..

Code:
 [url]unfurl=true"https://www.whatever.com"[/url]

I changed the unfurl=true to unfurl=false and the error went away... I have never seen an unfurl option before. Thats a new one for me.