arthurpar
arthurpar
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
Yeah I'll try to tweak something to make it work 🙂 thanks a lot to both of you
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
Hi, I managed to make it work by deleting my db completely and recreating it in utf8mb4_unicode_ci so it's definitely an encoding error... I'll just have to find out how to convert my current db to utf8mb4_unicode_ci I think I did it wrongly last night. Thank you very much for the help
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
Well i'm gonna sleep. In any case, even if we haven't yet found the solution, I really appreciate the time and help you gave me tonight, so thank you
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
I think it's enabled since I see it there
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
No description
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
where it is in phpmyadmin ?
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
I have the php json extension but the mariadb json extension I don't know
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
of course i just have to figure out how to do that
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
https://github.com/filamentphp/filament/pull/8305#issuecomment-1711419170 I'm not sure that these two issues are linked. Here it says that updating to mariadb 10.6 resolved this bug but I'm on 10.11 so I also have this patch but still have an issue
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
okay so from what i understand it's related to my mariadb version
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
oh thx, I got so used to consider that mariadb and mysql were almost the same that I didn't ask myself the question
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
mariadb
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
I replaced the where of this line : https://github.com/filamentphp/filament/blob/3.x/packages/notifications/src/Livewire/DatabaseNotifications.php#L88 by whereJsonContains. I saw taht the where was on the json in the data column and i look in the laravel docs how to do a where on a json field. They talk about using whereJsonContains so i tried and it worked
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
I just tried and it didn't change anything
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
I'm not sure... I thought I was in utf8_unicode_ci or utf8mb4_unicode_ci and I discovered this evening that it wasn't... Could trying to change everything to one of the other two solve my problem?
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
it looks like yes but it doesn't work with an empty table either
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
I just checked everything I have utf8mb3_unicode_ci everywhere
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
yeah
42 replies
FFilament
Created by arthurpar on 12/6/2023 in #❓┊help
Notifications illegal mix of collations error
No description
42 replies