Page 1 of 1

Error while authorizing all categories and images

Posted: 18 Mar 2016, 19:31
by lucode
I have update an old Gallery version 2.2.3 (Joomla 1.5) to the version 2.8.1. It went ok but I can't see any pictures. I did check the docs. and tried to Authorize all categories and images.
But I get the error "Error while authorizing all categories and images". What can I do? Change something in the DB. Or going back to the old version? I don't have the old version installer anymore. :x

Re: Error while authorizing all categories and images

Posted: 20 Mar 2016, 23:23
by Jan
Hi, try to do it directly in the database, e.g. per phpmyadmin:

Code: Select all

UPDATE `jos_phocagallery` SET approved = 1;
(set your own prefix for the table)

Jan