Report 'access column missing' + quickfix

Phoca Gallery - image gallery extension
_tom_
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 29 Aug 2012, 22:22

Report 'access column missing' + quickfix

Post by _tom_ »

Hi
I encountered a simple problem in phoca where the table "#__phocagallery is missing the columng "access"
it is no big deal, but it reports a problem "cannot modify columnt etc." when selecting access level on photos

one way (I used) is simply to modify the table in mysql (alter table add access int(11) NOT NULL default '0')

hope it helps

(the access column could be missing in some other tables, developers should check...)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49150
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Report 'access column missing' + quickfix

Post by Jan »

Hi, there are no access rights for images in Phoca Gallery, only for categories.

Jan
If you find Phoca extensions useful, please support the project
Post Reply