Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

sql error after component update #7

Closed
jbreeding opened this issue May 7, 2017 · 2 comments
Closed

sql error after component update #7

jbreeding opened this issue May 7, 2017 · 2 comments

Comments

@jbreeding
Copy link

jbreeding commented May 7, 2017

Unknown column 'a.catid' in 'on clause' Unknown column 'a.catid' in 'on clause'

I also try to uninstall / install the new component, but not better.

/var/log/Apache2/error.log
Invalid argument supplied for foreach() in /var/www/html/joomla370/joomla-cms/administrator/components/com_manifest2md/models/extensions.php on line 61

@jbreeding
Copy link
Author

Bug found:

manifest2md_extensions: bad field name 'category'.
must be changed to 'catid'.

ALTER TABLE #__manifest2md_extensionsCHANGEcategory catid INT(11) NOT NULL;

@elecoest
Copy link
Owner

elecoest commented May 7, 2017 via email

@elecoest elecoest closed this as completed May 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants