I'm note sure if this makes a difference, but the markup syntax is (note the use of dot ".")<div><code class="escaped" style="font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace;white-space:nowrap;line-height:19.5px;background-color:rgb(255,255,255)">Attach:GroupName./filename.ext</code><code class="escaped" style="white-space:nowrap;line-height:19.5px;background-color:rgb(255,255,255)"><font face="Arial, Helvetica, sans-serif"> (</font></code><a href="http://www.pmwiki.org/wiki/PmWiki/Images">http://www.pmwiki.org/wiki/PmWiki/Images</a>)</div>

<div>or <code class="escaped" style="font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace;white-space:nowrap;line-height:19.5px;background-color:rgb(255,255,255)">Attach:GroupName.PageName/filename.ext</code><code class="escaped" style="white-space:nowrap;line-height:19.5px;background-color:rgb(255,255,255)"><font face="Arial, Helvetica, sans-serif">  if using per group sub directories (</font></code><a href="http://www.pmwiki.org/wiki/Cookbook/PerGroupSubDirectories">http://www.pmwiki.org/wiki/Cookbook/PerGroupSubDirectories</a>)</div>

<div><br></div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On 29 June 2013 23:48,  <span dir="ltr"><<a href="mailto:shout@joshleepictures.com" target="_blank">shout@joshleepictures.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Awhile ago I noticed that on some PmWiki sites, I’d have a weird problems with images not being displayed when they are in a different group than the page they are being displayed on.<br>


<br>
E.g. on Home/Home the image Attach:Home/Home/Image.jpg would display just fine, on Legal/Home the same image (Attach:Home/Home/Image.jpg) would instead display a link to the Attach action of the Home/Home page for Image.jpg. Of course clicking that link will show you that it indeed does exist.<br>


<br>
What is driving me nuts, is that the I have not found any clue why the same pattern works for one site and not for another site. From the ~20 PmWiki instances it does not work on 2 so far.<br>
<br>
The site I am currently working on is: <a href="http://antjehamer.com/pmwiki/Home/Home" target="_blank">http://antjehamer.com/pmwiki/Home/Home</a><br>
<br>
You can see the image problem on <a href="http://antjehamer.com/pmwiki/Legal/Home" target="_blank">http://antjehamer.com/pmwiki/Legal/Home</a><br>
<br>
<br>
Some settings from local/config.php that might or might not be relevant to the problem:<br>
$WikiDir = new PageStore('$FarmD/_pagestore.d/$Group/$FullName');<br>
$WikiLibDirs = array( &$WikiDir,<br>
      new PageStore('$FarmD/wiki.d/$FullName',1),<br>
      new PageStore('$FarmD/wikilib.d/$FullName',1));<br>
$UploadDir = "$FarmD/uploads";<br>
$UploadPrefixFmt = '/$group/$name';<br>
<br>
<br>
../.htaccess is<br>
RewriteEngine On<br>
RewriteBase /pmwiki<br>
RewriteRule ^pmwiki/*$           /pmwiki/pmwiki.php  [L]<br>
RewriteRule ^pmwiki/([A-Z0-9\xa0-\xff].*)$ /pmwiki/pmwiki.php?n=$1  [QSA,L]<br>
<br>
<br>
Thanks for any help in advance, Josh</blockquote></div></div>