Bug in Noix K2 Adapter – Solved
February 16, 2011
Recent Posts
- Why Businesses Choose Target Integration as Their Odoo Partner
- Securing the Supply Chain: AI and Cyber Risk in Manufacturing
- AI & Cyber Risk in Manufacturing: What Businesses Need to Know
- The Sustainable Factory Report
- Target Integration at the Northern Ireland Manufacturing & Supply Chain Conference & Exhibition
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.
