Am 31.01.2012 16:48, schrieb André Schild:
Am 31.01.2012 16:40, schrieb Jürgen Echter:
Am 03.01.2012 13:12, schrieb Jürgen Echter:
Hi,
i tried to update to plugins version 3.108, i downloaded all,
changed integrator. as everytime. but this time only lightning got
updated, not my other extensions. it was always the way around
before. what could have happened now?
im lost again.
greets
juergen
still stuggling with this.
chmod 777 on /var/www/plugins
still no updates are pushed, only lightning...
it worked before, but only plugins got updated, now only lightning...
argh...
any hints?
Double/Tripple/Quadrupple checked for typos ?
Else post your update.php here......
André
Hi,
yes double and quadripple checked :)
im trying to set it up for SOGo plugins 10.0pre?.
Still no luck.
I changed lightning version to 'disabled'
i change min version to 10.0 and max version to 10.1.*
and heres my updates.php:
$plugins
= array(
"[email protected]"
=> array( "application" => "thunderbird",
"version" => "10.0pre4",
"filename" => "sogo-connector-10.0pre4.xpi" ),
"[email protected]"
=> array( "application" => "thunderbird",
"version" => "10.0pre4",
"filename" => "sogo-integrator-10.0pre4.xpi" ),
"{e2fda1a4-762b-4020-b5ad-a41df1933103}"
=> array( "application" => "thunderbird",
"version" => "disabled",
"filename" => "lightning-1.0b2.109i.xpi" ));
$applications
= array( "thunderbird" =>
"<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>10.0</em:minVersion>
<em:maxVersion>10.1.*</em:maxVersion>" );
$pluginname = $_GET["plugin"];
$plugin =& $plugins[$pluginname];
$application =& $applications[$plugin["application"]];
if ( $plugin ) {
$platform = $_GET["platform"];
if ( $platform
&& file_exists( $platform . "/" . $plugin["filename"] ) ) {
$plugin["filename"] = $platform . "/" . $plugin["filename"];
}
elseif ( !file_exists( $plugin["filename"] ) ) {
$plugin = false;
}
}
if ( $plugin ) {
header("Content-type: text/xml; charset=utf-8");
echo ('<?xml version="1.0"?>' . "\n");
?>
<!DOCTYPE RDF>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:extension:<?php echo $pluginname ?>">
<em:updates>
<Seq>
<li>
<Description>
<em:version><?php echo $plugin["version"] ?></em:version>
<em:targetApplication>
<Description><?php echo $applications[$plugin["application"]] ?>
<em:updateLink>https://192.168.0.200/plugins/<?php echo $plugin$
</Description>
</em:targetApplication>
</Description>
</li>
</Seq>
</em:updates>
</Description>
</RDF>
<?php
} else {
header("Content-type: text/plain; charset=utf-8", true, 404);
echo( 'Plugin not found' );
}
?>
also i changed integrator plugin updateURL to https://192.168.0.200.
greets
juergen.
--
[email protected]
https://inverse.ca/sogo/lists