Moin helmut,
On Saturday 01 April 2006 09:21, Helmut Hullen wrote:
Hallo, Arthur,
Du meintest am 01.04.06 zum Thema RE: [Mediawiki-l] no images:
when you take a look at "http://arktur.de/Wiki", you can't see any picture.
I have installed the wiki some days ago, I have installed it in the same manner as a test installation on my local server. And on my local server, on some other servers I see the pictures.
You can see the environment variables of my hosted part per
http://arktur.de/info.php
Where can I search for the image thief?
Did you install it under /w/ or /wiki/
http://arktur.de/Wiki
Your first mistake :D
See the source:
<div class="portlet" id="p-logo"> <a style="background-image: url(/Wiki/skins/common/images/wiki.png);" href="/Wiki/index.php?title=Hauptseite" title="Hauptseite"></a> </div>
you have /Wiki, but the images are loaded from /wiki.
Just making the directory lower-case should help. (I guess on the testsystem you either had a lower-case "w", or a case-ignoring file system like under windows).
best wishes,
tels