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
CATEGORY ACCESS GREATER THAN 255
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: CATEGORY ACCESS GREATER THAN 255
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
Thank you, Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: CATEGORY ACCESS GREATER THAN 255
Changed in 2.1.2
Jan
Jan
If you find Phoca extensions useful, please support the project
