Error 500 in 4.0.0Alpha3
Posted: 05 Feb 2013, 20:29
Hello,
After installing Phoca Gallery I want to create a categorie. I got this error:
500 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 `ba302_phocagallery_categories` AS a LEFT JOIN `ba302_languages` AS l ON l.lang_code = a.language LEFT JOIN ba302_users AS uc ON uc.id=a.checked_out LEFT JOIN ba302_viewlevels AS ag ON ag.id = a.access LEFT JOIN ba302_phocagallery_categories AS c ON c.id = a.parent_id LEFT JOIN ba302_users AS ua ON ua.id = a.owner_id LEFT JOIN ba302_phocagallery_votes_statistics AS v ON v.catid = a.id LEFT JOIN (SELECT cc.parent_id, count(*) AS countid FROM ba302_phocagallery_categories AS cc GROUP BY cc.parent_id ) AS cc ON a.parent_id = cc.parent_id GROUP BY a.id ORDER BY
Now I deinstalled it and installed it again. It was the same.
Now I searched in several forums but I did not find the same errorcode, but only a code like mine. The answer was to enable the debug-button in the main configuration . I did it. Now I got the following error : Fatal error:...........com_phocagallery/controller.php on line 46
I am a little bit confused. Who could help me.
After installing Phoca Gallery I want to create a categorie. I got this error:
500 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 `ba302_phocagallery_categories` AS a LEFT JOIN `ba302_languages` AS l ON l.lang_code = a.language LEFT JOIN ba302_users AS uc ON uc.id=a.checked_out LEFT JOIN ba302_viewlevels AS ag ON ag.id = a.access LEFT JOIN ba302_phocagallery_categories AS c ON c.id = a.parent_id LEFT JOIN ba302_users AS ua ON ua.id = a.owner_id LEFT JOIN ba302_phocagallery_votes_statistics AS v ON v.catid = a.id LEFT JOIN (SELECT cc.parent_id, count(*) AS countid FROM ba302_phocagallery_categories AS cc GROUP BY cc.parent_id ) AS cc ON a.parent_id = cc.parent_id GROUP BY a.id ORDER BY
Now I deinstalled it and installed it again. It was the same.
Now I searched in several forums but I did not find the same errorcode, but only a code like mine. The answer was to enable the debug-button in the main configuration . I did it. Now I got the following error : Fatal error:...........com_phocagallery/controller.php on line 46
I am a little bit confused. Who could help me.