To use the Add-ons function of Mango 1.3.1 with Railo 3.1.0.012. You need to modify the files updater.cfc
The file is located YourBlog/components/updater.cfc
In the function downloadPlugin you need to change around the line 214
Original Line
<cffile action="rename"
source="#local.pluginDir#"
destination="#userPluginsDir##local.plugin#" />
New line
<cfdirectory action="rename"
newdirectory="#userPluginsDir##local.plugin#"
directory="#local.pluginDir#">
I already submited as a "bug" to mango forum but I wanted more people aware of it. | View count: 1102











#1 by Adam Tuttle - May 12, 2009 at 4:12 PM
#2 by Pierre-Olivier - May 12, 2009 at 7:03 PM
#3 by Adam Tuttle - May 12, 2009 at 7:06 PM