Phoca Gallery Plugin SQL Error

Phoca Gallery - image gallery extension
Byakuya
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 07 Dec 2009, 18:10

Phoca Gallery Plugin SQL Error

Post by Byakuya »

Hello, i have problem with phoca gallery plugin.
I use phoca gallery 2.6 and phoca plugin 2.6. I try to put gallery into content, but there is error when i display this content:
No valid database connection Unknown column 'cc.approved' in 'where clause' SQL=SELECT cc.*, a.catid, COUNT(a.id) AS numlinks, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as slug FROM jos_phocagallery_categories AS cc LEFT JOIN jos_phocagallery AS a ON a.catid = cc.id WHERE a.published = 1 AND cc.published = 1 AND cc.approved = 1 AND a.approved = 1 AND cc.id != 2 GROUP BY cc.id ORDER BY cc.ordering
No valid database connection Unknown column 'cc.approved' in 'where clause' SQL=SELECT cc.title AS text, cc.id AS value, cc.parent_id as parentid FROM jos_phocagallery_categories AS cc WHERE cc.published = 1 AND cc.approved = 1 ORDER BY cc.ordering
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery Plugin SQL Error

Post by Jan »

Hi, check your database if there are all tables and colums installed while upgrading to 2.6.0 (compare your database table and columns with install.bak file which can be found in ZIP installation file) You can use e.g. phpMyAdmin.

Jan
If you find Phoca extensions useful, please support the project
Byakuya
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 07 Dec 2009, 18:10

Re: Phoca Gallery Plugin SQL Error

Post by Byakuya »

thanks, I just saw that I used version 2.5.8.
after the upgrade everything works fine.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery Plugin SQL Error

Post by Jan »

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