Picture of nigel delgaudio
Duplicate Extentions
by nigel delgaudio - Friday, 11 March 2016, 1:50 PM
 

Hi,

I am using a vagrant install of the AT and have been playing around with a few plugins. I have added many plugins with no problems. I recently added what I though was an update to an existing theme but it has caused an issue with my AT install.

Looking at the extension manager I see I now have two versions of 'Assessment' installed. This is strange because I did not upload any 'assessment' plugins.

Now my course is broken as it only renders a blank page (box menu is fine however) and disabling either versions of the assessment extension has zero effect. How can I get rid of this duplicate assessment extension on my vagrant install?


Picture of nigel delgaudio
Re: Duplicate Extentions
by nigel delgaudio - Friday, 11 March 2016, 3:15 PM
 

I think the offending component was the [adapt-pageArticleSlider] developed by Kineo.

looking at the bower.json it seems to extend 'Assessment':

{
"name": "adapt-pageArticleSlider",
"version": "2.0.0",
"homepage": "https://github.com/cgkineo/adapt-pageArticleSlider",
"authors": [
"Oliver Foster <oliver.foster@kineo.com>"
],
"displayName" : "Assessment",
"extension" : "assessment",
"description": "",
"main": "/js/adapt-pageArticleSlider.js",
"keywords": [
"adapt-plugin",
"adapt-extension"
],
"license": "GPLv3"
}

 

Picture of Matt Leathes
Re: Duplicate Extentions
by Matt Leathes - Friday, 11 March 2016, 3:58 PM
 

erk, sorry about that! I've fixed that now - not that that will necessarily help you get out of the problem you're in right now. Sorry, I don't know how to sort that out.

Picture of nigel delgaudio
Re: Duplicate Extentions
by nigel delgaudio - Monday, 14 March 2016, 9:37 AM
 

No problem. These little issues help me get my head round how things work.