Friday, 09 January 2026
  1 Replies
  321 Visits
0
Votes
Undo
Hi,

Thanks for fixing HTML Filtering that was causing us trouble ...

I've found another J6 recommandation for Database about "castAsChar"
check : grep -RInF "castAsChar("

Please check file :
./components/com_jevents/helpers/category.php:73: $c_id = $query->castAsChar('c.id');

Example fix :
Replace :
$a_id = $query->castAsChar('a.id');
by
$a_id = $query->castAs('CHAR', 'a.id');

(Joomla\Database\Mysqli\MysqliQuery::castAsChar())
MySQLi, method doesn’t exist in Joomla 6,

Best regards,
Gil
Friday, 16 January 2026 14:04
·
#237741
0
Votes
Undo
Thanks for highlighting this issue - I thought we'd picked up all uses of castAsChar, looks like we missed one :(

Fixed in the next release

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

gilou103 set the post as Normal priority — 3 months ago
gilou103 set the type of the post as  Bug — 3 months ago
  • Page :
  • 1
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.