gzip icon indicating copy to clipboard operation
gzip copied to clipboard

Joomla 4: update check problem

Open JuergenLandt opened this issue 2 years ago • 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

JuergenLandt avatar Dec 15 '22 16:12 JuergenLandt

I will look into that ASAP

tbela99 avatar Dec 15 '22 17:12 tbela99

can you provide the relevant output of your error_log file?

tbela99 avatar Jan 06 '23 18:01 tbela99

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

GeraintEdwards avatar Nov 21 '23 09:11 GeraintEdwards

Can you submit a pull request?

tbela99 avatar Jan 18 '24 21:01 tbela99