JInstaller::install: File 'weight_countries\weight_countries' does not exist.

Started by carsten888, March 10, 2012, 08:19:08 AM

Previous topic - Next topic

carsten888

The all-in-one component just won't install on my live site (but thats another topic), so I had to install the plugins and modules from the all-in-one component manually.

I get this error when installing the 'weight_countries' plugin.
JInstaller::install: File 'weight_countries\weight_countries' does not exist.
Because there is no such folder in the package.
I deleted in the installer xml line 16
<folder>weight_countries</folder>
and then it installed correctly.
(There is still an error because the language files are not included, but at least it works.)


Fixing this would probably also fix errors on uninstall.

Also would be helpfull if in the xml for each plugin and module would be method="upgrade"
<install version="1.5" type="plugin" group="vmshipment" method="upgrade">
Else users can not update these modules and plugins individually.

I hope this helps in making VM2 even better then it is already  :)