Bug in Noix K2 Adapter – Solved

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

NOIX ACL - K2 Adapter Error Solved

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.

Share on:

You may also like