Re: [SOGo] Lightning via updates.php / i don't get it...

2011-11-08 Thread Jürgen Echter

Am 02.11.2011 11:25, schrieb André Schild:

Hello Jürgen,

remove the win32 from the lighting, both in the file and in the update 
script.


  = array( application = thunderbird,
   version = 1.0b2.106i,
   filename = lightning-1.0b2.106i.xpi ));

and rename the file lightning-1.0b2.106i_win32.xpi to 
lightning-1.0b2.106i.xpi.
The folder is then automagically selected based on the platform your 
tb is running.


André

Am 02.11.2011 11:14, schrieb Jürgen Echter:

Hi,

i have configured updates.php and extensions.rdf.

SOGo Connector and Integrator update very well, but lightning 
doesn't


I don't see any update request in Apache access.log


192.168.0.91 - - [02/Nov/2011:10:36:50 +0100] GET 
/plugins/updates.php?plugin=sogo-integra...@inverse.caversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 683 - Mozilla/5.0 (Windows; U; Windows NT 5.1; de; 
rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2.104i Thunderbird/3.1.10
192.168.0.91 - - [02/Nov/2011:10:36:50 +0100] GET 
/plugins/updates.php?plugin=sogo-connec...@inverse.caversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 671 - Mozilla/5.0 (Windows; U; Windows NT 5.1; de; 
rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2.104i Thunderbird/3.1.10


only the integrator  connector are requesting a update.

my updates.php looks like this:

= array(
sogo-connec...@inverse.ca
 = array( application = thunderbird,
   version = 3.106,
   filename = sogo-connector-3.106.xpi ),
sogo-integra...@inverse.ca
 = array( application = thunderbird,
   version = 3.106,
   filename = 
thunderbird-integrator-3.106-sogo.xpi ),

{e2fda1a4-762b-4020-b5ad-a41df1933103}
= array( application = thunderbird,
   version = 1.0b2.106i,
   filename = lightning-1.0b2.106i_win32.xpi ));

---snip---

em:updateLinkhttp://192.168.0.200/plugins/?php echo 
$plugin[filename] ?/em:updateLink



my files structure looks like this:

/var/www# ls -alR plugins
plugins:
total 396
drwxr-xr-x 3 www-data www-data   4096 Nov  2 10:20 .
drwxr-xr-x 4 root root   4096 Jan 30  2011 ..
drw-r--r-- 2 www-data www-data   4096 Oct 29 16:03 WINNT_x86-msvc
-rwxr--r-- 1 www-data www-data 229161 Oct 27 22:42 
sogo-connector-3.106.xpi
-rwxr--r-- 1 www-data www-data 156747 Oct 29 16:02 
thunderbird-integrator-3.106-sogo.xpi

-rwxr--r-- 1 www-data www-data   3118 Nov  2 10:15 updates.php

plugins/WINNT_x86-msvc:
total 3524
drw-r--r-- 2 www-data www-data4096 Oct 29 16:03 .
drwxr-xr-x 3 www-data www-data4096 Nov  2 10:20 ..
-rwxr--r-- 1 www-data www-data 3599457 Oct 27 22:37 
lightning-1.0b2.106i_win32.xpi



what could be wrong here?

many thanks in advance




is there any thing i could have missed??

why is this lightning.xpi *not* upgraded... :(
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Lightning via updates.php / i don't get it...

2011-11-05 Thread Jürgen Echter

Hi,

i just realised that if i go to http://my.server/plugins i don't even 
see the WINNT_x86-msvc folder...


any hints on that?

thanks.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Lightning via updates.php / i don't get it...

2011-11-05 Thread Jürgen Echter

Am 05.11.2011 10:22, schrieb Jürgen Echter:

Hi,

i just realised that if i go to http://my.server/plugins i don't even 
see the WINNT_x86-msvc folder...


any hints on that?

thanks.

ok, permission problem... stupid me... issue solved :)

but still no automagically upgrade of lightning... :(
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Lightning via updates.php / i don't get it...

2011-11-02 Thread Jürgen Echter

Hi,

i have configured updates.php and extensions.rdf.

SOGo Connector and Integrator update very well, but lightning doesn't

I don't see any update request in Apache access.log


192.168.0.91 - - [02/Nov/2011:10:36:50 +0100] GET 
/plugins/updates.php?plugin=sogo-integra...@inverse.caversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 683 - Mozilla/5.0 (Windows; U; Windows NT 5.1; de; 
rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2.104i Thunderbird/3.1.10
192.168.0.91 - - [02/Nov/2011:10:36:50 +0100] GET 
/plugins/updates.php?plugin=sogo-connec...@inverse.caversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 671 - Mozilla/5.0 (Windows; U; Windows NT 5.1; de; 
rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2.104i Thunderbird/3.1.10


only the integrator  connector are requesting a update.

my updates.php looks like this:

= array(
sogo-connec...@inverse.ca
 = array( application = thunderbird,
   version = 3.106,
   filename = sogo-connector-3.106.xpi ),
sogo-integra...@inverse.ca
 = array( application = thunderbird,
   version = 3.106,
   filename = thunderbird-integrator-3.106-sogo.xpi ),
{e2fda1a4-762b-4020-b5ad-a41df1933103}
= array( application = thunderbird,
   version = 1.0b2.106i,
   filename = lightning-1.0b2.106i_win32.xpi ));

---snip---

em:updateLinkhttp://192.168.0.200/plugins/?php echo 
$plugin[filename] ?/em:updateLink



my files structure looks like this:

/var/www# ls -alR plugins
plugins:
total 396
drwxr-xr-x 3 www-data www-data   4096 Nov  2 10:20 .
drwxr-xr-x 4 root root   4096 Jan 30  2011 ..
drw-r--r-- 2 www-data www-data   4096 Oct 29 16:03 WINNT_x86-msvc
-rwxr--r-- 1 www-data www-data 229161 Oct 27 22:42 sogo-connector-3.106.xpi
-rwxr--r-- 1 www-data www-data 156747 Oct 29 16:02 
thunderbird-integrator-3.106-sogo.xpi

-rwxr--r-- 1 www-data www-data   3118 Nov  2 10:15 updates.php

plugins/WINNT_x86-msvc:
total 3524
drw-r--r-- 2 www-data www-data4096 Oct 29 16:03 .
drwxr-xr-x 3 www-data www-data4096 Nov  2 10:20 ..
-rwxr--r-- 1 www-data www-data 3599457 Oct 27 22:37 
lightning-1.0b2.106i_win32.xpi



what could be wrong here?

many thanks in advance

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Lightning via updates.php / i don't get it...

2011-11-02 Thread André Schild

Hello Jürgen,

remove the win32 from the lighting, both in the file and in the update 
script.


  = array( application = thunderbird,
   version = 1.0b2.106i,
   filename = lightning-1.0b2.106i.xpi ));

and rename the file lightning-1.0b2.106i_win32.xpi to 
lightning-1.0b2.106i.xpi.
The folder is then automagically selected based on the platform your tb 
is running.


André

Am 02.11.2011 11:14, schrieb Jürgen Echter:

Hi,

i have configured updates.php and extensions.rdf.

SOGo Connector and Integrator update very well, but lightning doesn't

I don't see any update request in Apache access.log


192.168.0.91 - - [02/Nov/2011:10:36:50 +0100] GET 
/plugins/updates.php?plugin=sogo-integra...@inverse.caversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 683 - Mozilla/5.0 (Windows; U; Windows NT 5.1; de; 
rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2.104i Thunderbird/3.1.10
192.168.0.91 - - [02/Nov/2011:10:36:50 +0100] GET 
/plugins/updates.php?plugin=sogo-connec...@inverse.caversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 671 - Mozilla/5.0 (Windows; U; Windows NT 5.1; de; 
rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2.104i Thunderbird/3.1.10


only the integrator  connector are requesting a update.

my updates.php looks like this:

= array(
sogo-connec...@inverse.ca
 = array( application = thunderbird,
   version = 3.106,
   filename = sogo-connector-3.106.xpi ),
sogo-integra...@inverse.ca
 = array( application = thunderbird,
   version = 3.106,
   filename = 
thunderbird-integrator-3.106-sogo.xpi ),

{e2fda1a4-762b-4020-b5ad-a41df1933103}
= array( application = thunderbird,
   version = 1.0b2.106i,
   filename = lightning-1.0b2.106i_win32.xpi ));

---snip---

em:updateLinkhttp://192.168.0.200/plugins/?php echo 
$plugin[filename] ?/em:updateLink



my files structure looks like this:

/var/www# ls -alR plugins
plugins:
total 396
drwxr-xr-x 3 www-data www-data   4096 Nov  2 10:20 .
drwxr-xr-x 4 root root   4096 Jan 30  2011 ..
drw-r--r-- 2 www-data www-data   4096 Oct 29 16:03 WINNT_x86-msvc
-rwxr--r-- 1 www-data www-data 229161 Oct 27 22:42 
sogo-connector-3.106.xpi
-rwxr--r-- 1 www-data www-data 156747 Oct 29 16:02 
thunderbird-integrator-3.106-sogo.xpi

-rwxr--r-- 1 www-data www-data   3118 Nov  2 10:15 updates.php

plugins/WINNT_x86-msvc:
total 3524
drw-r--r-- 2 www-data www-data4096 Oct 29 16:03 .
drwxr-xr-x 3 www-data www-data4096 Nov  2 10:20 ..
-rwxr--r-- 1 www-data www-data 3599457 Oct 27 22:37 
lightning-1.0b2.106i_win32.xpi



what could be wrong here?

many thanks in advance



--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Lightning via updates.php / i don't get it...

2011-11-02 Thread Jürgen Echter

Am 02.11.2011 11:25, schrieb André Schild:

Hello Jürgen,

remove the win32 from the lighting, both in the file and in the update 
script.


  = array( application = thunderbird,
   version = 1.0b2.106i,
   filename = lightning-1.0b2.106i.xpi ));

and rename the file lightning-1.0b2.106i_win32.xpi to 
lightning-1.0b2.106i.xpi.
The folder is then automagically selected based on the platform your 
tb is running.


André

Am 02.11.2011 11:14, schrieb Jürgen Echter:

Hi,

i have configured updates.php and extensions.rdf.

SOGo Connector and Integrator update very well, but lightning 
doesn't


I don't see any update request in Apache access.log


192.168.0.91 - - [02/Nov/2011:10:36:50 +0100] GET 
/plugins/updates.php?plugin=sogo-integra...@inverse.caversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 683 - Mozilla/5.0 (Windows; U; Windows NT 5.1; de; 
rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2.104i Thunderbird/3.1.10
192.168.0.91 - - [02/Nov/2011:10:36:50 +0100] GET 
/plugins/updates.php?plugin=sogo-connec...@inverse.caversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 671 - Mozilla/5.0 (Windows; U; Windows NT 5.1; de; 
rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2.104i Thunderbird/3.1.10


only the integrator  connector are requesting a update.

my updates.php looks like this:

= array(
sogo-connec...@inverse.ca
 = array( application = thunderbird,
   version = 3.106,
   filename = sogo-connector-3.106.xpi ),
sogo-integra...@inverse.ca
 = array( application = thunderbird,
   version = 3.106,
   filename = 
thunderbird-integrator-3.106-sogo.xpi ),

{e2fda1a4-762b-4020-b5ad-a41df1933103}
= array( application = thunderbird,
   version = 1.0b2.106i,
   filename = lightning-1.0b2.106i_win32.xpi ));

---snip---

em:updateLinkhttp://192.168.0.200/plugins/?php echo 
$plugin[filename] ?/em:updateLink



my files structure looks like this:

/var/www# ls -alR plugins
plugins:
total 396
drwxr-xr-x 3 www-data www-data   4096 Nov  2 10:20 .
drwxr-xr-x 4 root root   4096 Jan 30  2011 ..
drw-r--r-- 2 www-data www-data   4096 Oct 29 16:03 WINNT_x86-msvc
-rwxr--r-- 1 www-data www-data 229161 Oct 27 22:42 
sogo-connector-3.106.xpi
-rwxr--r-- 1 www-data www-data 156747 Oct 29 16:02 
thunderbird-integrator-3.106-sogo.xpi

-rwxr--r-- 1 www-data www-data   3118 Nov  2 10:15 updates.php

plugins/WINNT_x86-msvc:
total 3524
drw-r--r-- 2 www-data www-data4096 Oct 29 16:03 .
drwxr-xr-x 3 www-data www-data4096 Nov  2 10:20 ..
-rwxr--r-- 1 www-data www-data 3599457 Oct 27 22:37 
lightning-1.0b2.106i_win32.xpi



what could be wrong here?

many thanks in advance




Hi,

thanks for you answer, but still no luck.

192.168.0.91 - - [02/Nov/2011:11:29:57 +0100] GET 
/plugins/updates.php?plugin=sogo-integra...@inverse.caversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 683 - Mozilla/5.0 (Windows; U; Windows NT 5.1; de; 
rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2.104i Thunderbird/3.1.10
192.168.0.91 - - [02/Nov/2011:11:29:58 +0100] GET 
/plugins/updates.php?plugin=sogo-connec...@inverse.caversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 671 - Mozilla/5.0 (Windows; U; Windows NT 5.1; de; 
rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2.104i Thunderbird/3.1.10



it still doesnt request an update for lighning.

greets.
--
users@sogo.nu
https://inverse.ca/sogo/lists