On 01/24/2011 10:07 AM, Donny Brooks wrote: > $plugins > = array( > "[email protected]" > => array( "application" => "thunderbird", > "version" => "3.104", > "filename" => "sogo-connector-3.104.xpi" ), > "[email protected]" > => array( "application" => "thunderbird", > "version" => "3.104", > "filename" => "sogo-integrator-3.104-MDAH.xpi" ), > "{e2fda1a4-762b-4020-b5ad-a41df1933103}" > => array( "application" => "thunderbird", > "version" => "1.0b2.104i_win32", > "filename" => "lightning-1.0b2.104i_win32.xpi" ) > ); > > > File locations are: > /var/www/html/downloads/extensions/sogo-connector-3.104.xpi > /var/www/html/downloads/extensions/sogo-integrator-3.104-MDAH.xpi > /var/www/html/downloads/extensions/WINNT_x86-msvc/lightning-1.0b2.104i_win32.xpi > > /var/www/html/plugins/updates.php > > > Something is not jiving here. Do I need to put the full path or relative > path for the xpi files in the updates.php?
I think you're close. Put the path to your add-ons in the "filename" variables and you should be set. "filename" => "/var/www/html/downloads/extensions/lightning-1.0b2.104i_win32.xpi" ) -- Clay -- [email protected] https://inverse.ca/sogo/lists
