No bug trouble setting up the Joomla Updater configuration for a package
- Ruediger Schultz
-
Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
3 weeks 3 days ago #3285
by Ruediger Schultz
trouble setting up the Joomla Updater configuration for a package was created by Ruediger Schultz
Hey Ruud,
I seem to miss something when creating a new file. On the "Joomla Updater" tab I enter the (hopefully) proper values, but when calling the updater manifest, I only get an "empty" response
(see it-solutions.schultz.ch/en/?option=com_o..._pwned/extension.xml )
I could not find any info about this in the documentation...
What am I missing?
Kind regards
Ruediger
I seem to miss something when creating a new file. On the "Joomla Updater" tab I enter the (hopefully) proper values, but when calling the updater manifest, I only get an "empty" response
(see it-solutions.schultz.ch/en/?option=com_o..._pwned/extension.xml )
I could not find any info about this in the documentation...
What am I missing?
Kind regards
Ruediger
The topic has been locked.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1707
- Thank you received: 111
3 weeks 2 days ago - 3 weeks 2 days ago #3286
by Ruud van Lent
Replied by Ruud van Lent on topic trouble setting up the Joomla Updater configuration for a package
Hi,
the URL is wrong, this is the correct one:
for your reference, here a snippet from one of my extensions manifest xml:
you can find the documentation here:
onlinecommunityhub.nl/documentation/ochs...xtension-integration
the URL is wrong, this is the correct one:
Code:
https://it-solutions.schultz.ch/en/?option=com_ochsubscriptions&view=updater&format=xml&element=password_pwned
for your reference, here a snippet from one of my extensions manifest xml:
Code:
<changelogurl>https://onlinecommunityhub.nl/index.php?option=com_ochsubscriptions&view=changelog&format=xml&element=ochjssocials</changelogurl>
<updateservers>
<server
type="extension"
priority="1"
name="ochJSsocials">https://onlinecommunityhub.nl/index.php?option=com_ochsubscriptions&view=updater&format=xml&element=ochjssocials</server>
</updateservers>
<dlid prefix="key=" />
Last edit: 3 weeks 2 days ago by Ruud van Lent.
The following user(s) said Thank You: Ruediger Schultz
The topic has been locked.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1707
- Thank you received: 111
3 weeks 2 days ago #3287
by Ruud van Lent
Replied by Ruud van Lent on topic trouble setting up the Joomla Updater configuration for a package
Hi Ruediger,
seeing you hit the thank you button so assume this is now solved for you.
Closing this topic,
feel free to open a new one if you have new or follow up questions.
have a nice weekend!
regards,
Ruud.
seeing you hit the thank you button so assume this is now solved for you.
Closing this topic,
feel free to open a new one if you have new or follow up questions.
have a nice weekend!
regards,
Ruud.
The topic has been locked.