No Code Attached Yet
avatar jschmi102
jschmi102
15 Oct 2021

Steps to reproduce the issue

deploy new version of plugin and component. Update update-server xml with availability of new Version

Expected result

Joomla update proceess sould inform about new version of plugin and component to be updated

Actual result

Joomla v3.10.2 informs correctly about new plugin and component version
Joomla v4.03 only detects and informs only about new plugin version but does not detect new component version version

System information (as much as possible)

here is my upodate server xml:
`

<update>
	<name>jphpx</name>
	<description>jphpx component</description>
	<element>com_jphpx</element>
	<type>component</type>
	<client>administrator</client>
	<version>1.3.1.2</version>
	<infourl title="com_jphpx">http://www.jschmidt-systemberatung.de/</infourl>
	<downloads>
		<downloadurl type="full" format="zip">http://www.jschmidt-systemberatung.de/downloads/com_jphpx-v1.3.1.zip</downloadurl>
	</downloads>
	<tags>
		<tag>stable</tag>
	</tags>
    <targetplatform name="joomla" version="3.(9|10)" />
</update>
	<update>
	<name>com_jphpx</name>
	<description>jphpx component</description>
	<element>jphpx</element>
	<type>component</type>
	<client>administrator</client>
	<version>1.3.1.2</version>
	<infourl title="com_jphpx">http://www.jschmidt-systemberatung.de/</infourl>
	<downloads>
		<downloadurl type="full" format="zip">http://www.jschmidt-systemberatung.de/downloads/com_jphpx-v1.3.1.zip</downloadurl>
	</downloads>
	<tags>
		<tag>stable</tag>
	</tags>
    <targetplatform name="joomla" version="4.[0]" />
</update>

`

Additional comments

checked #__extensions and #__update_sites -but could not find any differences

avatar jschmi102 jschmi102 - open - 15 Oct 2021
avatar joomla-cms-bot joomla-cms-bot - change - 15 Oct 2021
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Oct 2021
avatar jschmi102
jschmi102 - comment - 15 Oct 2021

hi,
found the problem (element name was wrong)

avatar jschmi102 jschmi102 - change - 15 Oct 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-10-15 09:14:48
Closed_By jschmi102
avatar jschmi102 jschmi102 - close - 15 Oct 2021

Add a Comment

Login with GitHub to post a comment