attached to this post a stacktrace notification in the attachment:
context of this issue:
- Joomla 4.4.14
- PHP: 8.2.28
- CB: CB 2.10.0+build.2025.02.10.18.59.11.b0d14120b
The attached stacktrace issue happened on my live website which I deployed approx 1 month ago. It is the first stacktrace notification since deployment time which I received as administrator. But in general my website works fine with no issues at all. PS: In order to hide private data within this stacktrace message, I masked out sensitive data by replacing it (XXXXX, YYYYY, ZZZZZ or mywebsite.com)
You've mixed database collations. Suggest using phpmyadmin or whatever database management software you're using to adjust all table and column collations to utf8mb4_unicode_ci. Normally this shouldn't even be possible as Joomla sets the collation to utf8mb4_unicode_ci and CB the inherits that, but if this was a migrated install (e.g. from Joomla 3) it's possible for collations to be incorrect.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.