tbela99/gzip

Joomla 4: update check problem

JuergenLandt opened this issue · 4 comments

Hi,

if 'Update Source' is activated, an error occurs during the 'Update Check'. This has a global effect on the update checker.

  • Joomla 4.2.6
  • PHP 8.1.7
  • GZip Plugin 3.1.2

Best regards from Berlin

image

I will look into that ASAP

can you provide the relevant output of your error_log file?

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

Can you submit a pull request?