Bug in Noix K2 Adapter – Solved
February 16, 2011
Recent Posts
- AI and Compliance in Financial Services: How to Innovate Without Losing Control
- Odoo 19.4: The Key New Features Businesses Should Know
- TI Manufacturing Digital Divide Report June2026
- 6 Practical Ways AI in ERP Can Improve Everyday Business Operations
- AI in ERP: How Artificial Intelligence Is Changing the Way Businesses Work
Want to make your Microsoft 365 work harder for your business?
and we’ll tailor a solution that’s just right for you.
We all know that Joomla 1.6 has been released but what is stopping Target Integration to move from Joomla 1.5 to Joomla 1.6 for all of our new projects is the Content Construction feature. With customers’ needs varying a lot we are now becoming a fan of using K2 but something which was badly needed and has now been integrated in Joomla 1.6 is ACL (Access Control Lists). But until we move to Joomla 1.6 we are and will be using Noix ACL as our preferred component of choice but when we tried to use Noix ACL with K2 Adapter (K2 Adapter is developed by the core Noix Team as well); it gave us an error

We investigated further and found that there is a typo in the k2.xml file.
Edit the file k2.xml in the folder JoomlaRoot/administrator/components/com_noix/adapters/k2/ in your preferred editor and change the following line
{code type=php}<name>K2</name>{/code}
to
{code type=php}<name>k2</name>{/code}
and you are ready to use K2 Adapter for Noix ACL.
