Friday, 09 January 2026
  1 Replies
  320 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
gilou103 set the post as Normal priority — 3 months ago
gilou103 set the type of the post as  Bug — 3 months ago
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!

  • Page :
  • 1
There are no replies made for this post yet.