×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Issue with the update server
Anthony Ceccarelli
New Member
Posts: 2
8 lata 11 miesiąc temu #1110
przez Anthony Ceccarelli
Easy Timetable, a user-friendly schedule management system build with Component Creator
Issue with the update server was created by Anthony Ceccarelli
Hello Everyone,
I'm new in Joomla component developement and I have an issue with the update server of my free component Easy Timetable. I followed instruction found there to configure it :
docs.joomla.org/Deploying_an_Update_Server
Here is the code regarding the update in the component xml file :
and the code on the server :
If I insert an error in the server xml file, Joomla reports it in the update page in Joomla admin (missing of an end tag for example). But if there is no error to report, I have no notification for an available update.
You can download the component there, it's free : www.stereonomy.com/download-easytimetable-for-joomla-free.html
I'm stuck with this for a long time now, so if anyone can help it would be very very much appreciated!
Best regards
Anthony
I'm new in Joomla component developement and I have an issue with the update server of my free component Easy Timetable. I followed instruction found there to configure it :
docs.joomla.org/Deploying_an_Update_Server
Here is the code regarding the update in the component xml file :
<updateservers>
<server type="extension" priority="1" name="Easy Timetable">http://www.stereonomy.com/updater/update_easytimetable.xml</server>
</updateservers>
and the code on the server :
<updates>
<update>
<name>Easy Timetable</name>
<description>Easy Timetable</description>
<element>com_easytimetable</element>
<type>component</type>
<version>1.1.2</version>
<infourl title="Easy Timetable for Joomla! 1.1.2">http://www.stereonomy.com/</infourl>
<downloads>
<downloadurl type="full" format="zip">http://www.stereonomy.com/download-easytimetable-for-joomla-free/category/1-easy-timetable.html?download=1:easytimetable-free-for-joomla</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Stereonomy</maintainer>
<maintainerurl>http://www.stereonomy.com/</maintainerurl>
<section>Updates</section>
<targetplatform name="joomla" version="3.4"/>
<client>site</client>
<folder>N/A</folder>
</update>
<update>
<name>Easy Timetable</name>
<description>Easy Timetable</description>
<element>com_easytimetable</element>
<type>component</type>
<version>1.1.2</version>
<infourl title="Easy Timetable for Joomla! 1.1.2">http://www.stereonomy.com/</infourl>
<downloads>
<downloadurl type="full" format="zip">http://www.stereonomy.com/download-easytimetable-for-joomla-free/category/1-easy-timetable.html?download=1:easytimetable-free-for-joomla</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Stereonomy</maintainer>
<maintainerurl>http://www.stereonomy.com/</maintainerurl>
<section>Updates</section>
<targetplatform name="joomla" version="3.3"/>
<client>site</client>
<folder>N/A</folder>
</update>
<update>
<name>Easy Timetable</name>
<description>Easy Timetable</description>
<element>com_easytimetable</element>
<type>component</type>
<version>1.1.2</version>
<infourl title="Easy Timetable for Joomla! 1.1.2">http://www.stereonomy.com/</infourl>
<downloads>
<downloadurl type="full" format="zip">http://www.stereonomy.com/download-easytimetable-for-joomla-free/category/1-easy-timetable.html?download=1:easytimetable-free-for-joomla</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Stereonomy</maintainer>
<maintainerurl>http://www.stereonomy.com/</maintainerurl>
<section>Updates</section>
<targetplatform name="joomla" version="3.2"/>
<client>site</client>
<folder>N/A</folder>
</update>
</updates>
If I insert an error in the server xml file, Joomla reports it in the update page in Joomla admin (missing of an end tag for example). But if there is no error to report, I have no notification for an available update.
You can download the component there, it's free : www.stereonomy.com/download-easytimetable-for-joomla-free.html
I'm stuck with this for a long time now, so if anyone can help it would be very very much appreciated!
Best regards
Anthony
Easy Timetable, a user-friendly schedule management system build with Component Creator
Proszę Zaloguj lub Zarejestruj się, aby dołączyć do konwersacji.
Czas generowania strony: 0.085 s.