MySQL(Joomla) - Unknown Column -
i've migrated 1 component 1 of website another. in same version , looks fine except 2 errors i've listed below.
unknown column 'a.downloads' in 'where clause' sql=select a.*,c.cid category, c.name category_name ve63d_joomgallery left join ve63d_joomgallery_catg c on c.cid = a.catid a.published = 1 , a.approved = 1 , a.downloads > 0 order a.downloads desc limit 0, 5
the other 1 :
unknown column 'c.password' in 'where clause' sql=select c.cid, c.parent_id, c.name, c.access, c.published, c.hidden, c.owner ve63d_joomgallery_catg c lft > 0 , c.published = 1 , c.access in (1,1) , (c.password = '' or c.cid in (0)) order c.lft
how can fix these tables?
Comments
Post a Comment