Hi,

im not able to get the updates.php script to work.

under /var/www/plugins i have the following:

-rwxr--r-- 1 www-data www-data 226694 May  8 15:18 sogo-connector-10.0.1.xpi
-rwxr--r-- 1 www-data www-data 154374 May 8 15:18 sogo-integrator-10.0.1.xpi
-r-xr-xr-x 1 www-data www-data   3113 May  8 15:19 updates.php

my updates.php looks like this (only relevant parts):

<?php
$plugins
= array(
        "[email protected]"
         => array( "application" => "thunderbird",
                   "version" => "10.0.1",
                   "filename" => "sogo-connector-10.0.1.xpi" ),
        "[email protected]"
         => array( "application" => "thunderbird",
                   "version" => "10.0.1",
                   "filename" => "sogo-integrator-10.0.1.xpi" ),
        "{e2fda1a4-762b-4020-b5ad-a41df1933103}"
                   "filename" => "sogo-integrator-10.0.1.xpi" ),
        "{e2fda1a4-762b-4020-b5ad-a41df1933103}"
        => array( "application" => "thunderbird",
                   "version" => "disabled",
                   "filename" => "lightning-1.0b2.102i.xpi" )
);

my extensions.rdf (only relevant part)

isi:updateURL="https://192.168.0.200/plugins/updates.php?plugin=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;platform=%PLATFORM%";>

ssl-access.log from apache2

192.168.0.1 - - [08/May/2012:15:50:24 +0200] "GET /plugins/[email protected]&version=0.00&platform=WINNT_x86-msvc HTTP/1.1" 200 564 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.168 Safari/535.19"

trying to update from 10.0pre4 plugins.

what do i do wrong here?

any hints?

thanks a lot.

juergen
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to