NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item1849: Error: File does not exist: /var/lib/foswiki/pub/System/ProjectLogos/foswiki-badge.png
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Low |
Closed |
Web Site |
|
|
I got this error bellow when I was acessing
ProjectLogos:
File does not exist: /var/lib/foswiki/pub/System/ProjectLogos/foswiki-badge.png, referer: https://URL/System/ProjectLogos
So, I was looking at subversion logs of this page and I saw:
$ svn log -v -r r2277
------------------------------------------------------------------------
r2277 | ArthurClemens | 2009-01-31 18:08:07 -0300 (Sáb, 31 Jan 2009) | 1 line
Caminhos mudados:
A /trunk/core/pub/System/ProjectLogos/foswiki-badge.gif
D /trunk/core/pub/System/ProjectLogos/foswiki-badge.png
M /trunk/core/pub/System/ProjectLogos/foswiki-logo-slogan.png
M /trunk/core/pub/System/ProjectLogos/foswiki-logo.png
Item914: update logos
------------------------------------------------------------------------
I don't know exactly which topics needs be changed because this file rename, but maybe is only System.ProjectLogos. I think that this patch bellow fix this problem:
Index: System/ProjectLogos.txt
===================================================================
--- System/ProjectLogos.txt (revisão 4544)
+++ System/ProjectLogos.txt (cópia de trabalho)
@@ -10,7 +10,7 @@
<img src="%ATTACHURLPATH%/foswiki-logo.png" alt="The Free and Open Source Wiki" title="The Free and Open Source Wiki" />
-<img src="%ATTACHURLPATH%/foswiki-badge.png" alt="The Free and Open Source Wiki" title="The Free and Open Source Wiki" />
+<img src="%ATTACHURLPATH%/foswiki-badge.gif" alt="The Free and Open Source Wiki" title="The Free and Open Source Wiki" />
%STOPINCLUDE%
@@ -34,7 +34,7 @@
%META:FILEATTACHMENT{name="favicon.ico" attachment="favicon.ico" attr="" comment="" date="1227691956" path="favicon.ico" size="1150" user="ProjectContributor" version="1"}%
-%META:FILEATTACHMENT{name="foswiki-badge.png" attachment="foswiki-badge.png" attr="" comment="" date="1227691956" path="foswiki-badge.png" size="4807" stream="IO::File=GLOB(0x9494014)" tmpFilename="/tmp/B5uA2toSKg" user="ProjectContributor" version="2"}%
+%META:FILEATTACHMENT{name="foswiki-badge.gif" attachment="foswiki-badge.gif" attr="" comment="" date="1227691956" path="foswiki-badge.gif" size="4807" stream="IO::File=GLOB(0x9494014)" tmpFilename="/tmp/B5uA2toSKg" user="ProjectContributor" version="2"}%
%META:FILEATTACHMENT{name="foswiki-logo-slogan.png" attachment="foswiki-logo-slogan.png" attr="" comment="" date="1227691967" path="foswiki-logo-slogan.png" size="8967" stream="IO::File=GLOB(0x948bfa4)" tmpFilename="/tmp/EjtcDwyRwS" user="ProjectContributor" version="3"}%
%META:FILEATTACHMENT{name="foswiki-logo.png" attachment="foswiki-logo.png" attr="" comment="" date="1227691994" path="foswiki-logo.png" size="7537" stream="IO::File=GLOB(0x9494bc8)" tmpFilename="/tmp/SJ8x5Btee3" user="ProjectContributor" version="2"}%
%META:FILEATTACHMENT{name="foswiki-poweredby.gif" attachment="foswiki-poweredby.gif" attr="" comment="" date="1227691956" path="foswiki-poweredby.gif" size="477" user="ProjectContributor" version="1"}%
Thanks!!
I commited your change - thankyou for caring to write us a bug report
-- SvenDowideit - 29 Jul 2009
Topic revision: r6 - 07 Mar 2011 - 18:21:08 -
GeorgeClark