Joomla component installing warining JInstaller: :Install: Cannot find Joomla XML setup file [closed]

StackOverflow https://stackoverflow.com/questions/13068167

  •  14-07-2021
  •  | 
  •  

Question

I'm using latest Joomla version 3.0.1, and trying to install VirtueMart. When I do, I get the warning:

"JInstaller: :Install: Cannot find Joomla XML setup file"

I'm using Wamp Server, so maybe the problem is in the server configuration, because all settings are default.

Was it helpful?

Solution

Virtuemart doesn't support Joomla 3.0 yet. The XML file present uses the <install> tag in the xml file which was depreciated at the end of Joomla 1.5 (although still worked in 2.5) however this function has now been removed from Joomla 3.0, hence it can't find a function that works. Due to the large amount of changes that are undergoing for components in Joomla 3.0. Legacy views to start with. I advice using Joomla 2.5 as it is much more stable than 3.0.1 anyway!

Note if you really want to go through and edit the xml file needs <install> changed to <extension> as well as changing the JModel, Controller and View. (due to upcoming changes to the MVC implementation in the platform, JModel, JView, and JController are re-used as the names of the new interfaces.) So for now, use JModelLegacy, JViewLegacy and JControllerLegacy instead.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top