Joomla 4: update check problem
JuergenLandt opened this issue · 4 comments
JuergenLandt commented
tbela99 commented
I will look into that ASAP
tbela99 commented
can you provide the relevant output of your error_log file?
GeraintEdwards commented
The heart of your problem is your updateserver xml file is wrong in the manifest
<updateservers> <server type="extension" priority="1" name="plg_system_gzip_updates">https://raw.githubusercontent.com/tbela99/gzip/master/gzip.xml</server> </updateservers>
The XML file referenced is not an update server
tbela99 commented
Can you submit a pull request?