Page 1 of 1

CATEGORY ACCESS GREATER THAN 255

Posted: 04 Oct 2011, 14:30
by lorenzo74
Hi,
first of all this component is smart and useful.
I only find an issue setting access to a category when the IDentification of the Access is greater than 255.
In developing phase, (with many deletion an ID greater than 255 is not so weird).
To fix this problem i suggest to change the file install.bak.sql row 23:

`access` tinyint(3) unsigned NOT NULL default '0',
(you can define access id from the JOOMLA table viewlevels, only if ID is less than 255)

TO

`access` int(11) unsigned NOT NULL default '0',

(now you can define any access id from the JOOMLA table viewlevels)

Best regards

Lorenzo Frigerio

Re: CATEGORY ACCESS GREATER THAN 255

Posted: 07 Oct 2011, 14:48
by Jan
Hi, thank you for the guide, I will chang it (it comes from historical talbes, where access in Joomla had only 3 numbers)

Thank you, Jan

Re: CATEGORY ACCESS GREATER THAN 255

Posted: 24 Oct 2011, 18:05
by Jan
Changed in 2.1.2

Jan