From: Frédéric Buclin
Note that if you have set the" - _ " cookiedomain" + _ " cookiedomain" _" parameter, you should set attachment_base to use a" _ " domain that would not be matched by" _ " cookiedomain.
" diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 4d760c6f81..41a46f4c2b 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -101,7 +101,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions);The local XML file '[% release.xml_file FILTER html %]' cannot be created. Please make sure the web server can write in this directory and that you can access the web. If you are behind a proxy, set the - proxy_url parameter correctly.
+ proxy_url parameter correctly. [% ELSIF release.error == "no_update" %]The local XML file '[% release.xml_file FILTER html %]' cannot be updated. Please make sure the web server can edit this file.
@@ -114,7 +114,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions); [% ELSIF release.error == "unknown_parameter" %]'[% Param("upgrade_notification") FILTER html %]' is not a valid notification parameter. Please check this parameter in the - Parameters page.
+ Parameters page. [% END %] [% END %]