Bug in Noix K2 Adapter – Solved
February 16, 2011
Recent Posts
- From Excel Chaos to Automated Operations: How Power Apps Transformed a Field Service Business
- Power BI vs Excel: Which Reporting Tool Is Right for Your Business?
- Smarter Call Scheduling with Power Automate, SharePoint and Microsoft Teams
- We’re Heading to the Odoo Business Show in Birmingham: Here’s What We Want to Talk About
- Only One in Six UK Businesses Are Using AI. Is Manufacturing Falling Behind?
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.
