Hello,
I think the function castAsChar() was removed from the database class and this generates an error when the ATS finder plugin is activated.
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by stimulus on Monday, 27 October 2025 13:15 CDT
Hello,
I think the function castAsChar() was removed from the database class and this generates an error when the ATS finder plugin is activated.
You are right. It looks like Joomla failed to document this in the backwards incompatible changes documentation page for Joomla 6.0. Since the change comes from a Composer dependency (joomla/database) we didn't spot it when reviewing each and every Joomla 6 commit the 12 months leading to the 6.0 release.
We will address this in the next release. In the meantime, edit plugins/finder/tickets/src/Extension/Tickets.php and change line 363 from
$c_id = $query->castAsChar('c.id');
to
$c_id = $query->castAs('CHAR', 'c.id');
The part in bold is what you need to change on that line.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!
Thank you!
Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.
Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!