Joomla! 6 – Legacy Search

In Joomla 6, the castAsChar() database query method is deprecated or removed, causing a method doesn’t exist fatal error. Fix this by replacing it with the standard $query->castAs(‘CHAR’, ‘a.id’) method syntax. If you are still using the legacy search, instead of the new Smart Search component, replace all occurrences of castAsChar( with castAs(‘CHAR’, in Search Plugin.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.