Report 'access column missing' + quickfix
Posted: 29 Aug 2012, 22:25
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...)
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...)