SQL Problem

Phoca Gallery - image gallery extension
laci0815
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 30 Mar 2013, 10:37

SQL Problem

Post by laci0815 »

Hello,

i use Joomla 3.0.3 and i installed Phoca gallerie 4.0.0 Alpha3. When i will create a new category i get this message:

SQL=SELECT a.*,l.title AS language_title,uc.name AS editor,ag.title AS access_level,c.title AS parentcat_title, c.id AS parentcat_id,ua.id AS userid, ua.username AS username, ua.name AS usernameno,v.average AS ratingavg,cc.countid AS countid FROM `bacht_phocagallery_categories` AS a LEFT JOIN `bacht_languages` AS l ON l.lang_code = a.language LEFT JOIN bacht_users AS uc ON uc.id=a.checked_out LEFT JOIN bacht_viewlevels AS ag ON ag.id = a.access LEFT JOIN bacht_phocagallery_categories AS c ON c.id = a.parent_id LEFT JOIN bacht_users AS ua ON ua.id = a.owner_id LEFT JOIN bacht_phocagallery_votes_statistics AS v ON v.catid = a.id LEFT JOIN (SELECT cc.parent_id, count(*) AS countid FROM bacht_phocagallery_categories AS cc GROUP BY cc.parent_id ) AS cc ON a.parent_id = cc.parent_id GROUP BY a.id ORDER BY

I hope somebody can help me :idea:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49149
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: SQL Problem

Post by Jan »

Hi, why you are not running Phoca Gallery 4 Beta :idea:

Jan
If you find Phoca extensions useful, please support the project
laci0815
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 30 Mar 2013, 10:37

Re: SQL Problem

Post by laci0815 »

Uppss, ok thats new :roll: Now it works fine :twisted: thanks :D
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49149
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: SQL Problem

Post by Jan »

Great to hear it.

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