thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
897 stars 295 forks source link

A very weird bug I found !! #270

Open TommyRoy776 opened 4 years ago

TommyRoy776 commented 4 years ago

I use two laptops to build my forum. One is windows 7, one is windows 10. Chatter works find on the one with windows 7 but I got an error on the one with win 10. The bug is when I edit the post, I would get ErrorException thrown with message "Array and string offset access syntax with curly braces is deprecated" In this file: ezyang\htmlpurifier\library\HTMLPurifier\TagTransform\Font.php I upload it to 000webhost and everything is fine. No error when I edit post. Mysql version: 5.7.28 php version: 7.4.1 laravel version: 5.5.48