Loading...
 
Skip to main content

Features / Usability


Image problems

posts: 18

I have a new installation of TW on my site Green Andover. At work today, I uploaded a few images to the image gallery, and then referenced a few of them in the wiki homepage. They displayed perfectly.

At home tonight, I went to view the page, and the graphics are not visible on the homepage.

The code I used is Image Image
[See source of this text for my code, since I don't know how to stop the code from actually displaying an image here!]

In Firefox, the images simply do not show; there is no "broken image" displayed. In IE, the two images show up as "broken images".

I spent a few minutes on the phone with a friend, and he was able to see the images for a few minutes, and then after coming back to the page, the images "disappeared" for him too.

Any suggestions would be appreciated!

-David

posts: 113 Ireland

Do Anonymous users have view access to the image? Can you see the image as Admin? If you can see as Admin and not other groups, I would suspect permissions. If you cannot see it as Admin, is there an image with the correct id? Look at the web server logs to see what files are GET and the error codes.

gary

posts: 18

> Do Anonymous users have view access to the image? Can you see the image as Admin? If you can see as Admin and not other groups, I would suspect permissions. If you cannot see it as Admin, is there an image with the correct id? Look at the web server logs to see what files are GET and the error codes.
>
> gary

Hi Gary,

Thank you! I think you may have solved it. I have now changed the permission settings for Anonymous to allow them to view the gallery image files, and it seems to have fixed it.

Would you mind just clicking here from your end to see if you can view the images too?
Green Andover - Can you see the images?

Thanks again!

-David

posts: 113 Ireland


>
> Would you mind just clicking here from your end to see if you can view the images too?
> Green Andover - Can you see the images?

Yes, I see the images.

gary

>
> Thanks again!
>
> -David


posts: 3665 United States

> I have a new installation of TW on my site Green Andover. At work today, I uploaded a few images to the image gallery, and then referenced a few of them in the wiki homepage. They displayed perfectly.
>
> At home tonight, I went to view the page, and the graphics are not visible on the homepage.

Make sure that you have given anonymous uses permission to view gallery images.



>
> The code I used is Image Image
> [See source of this text for my code, since I don't know how to stop the code from actually displaying an image here!]
>

Use ~np~ to stop wiki parsing:

Copy to clipboard
{img src=show_image.php?id=2 width=202 height=83}{img src=show_image.php?id=1 height=83}


HTH,

Rick

posts: 18

Thanks Rick.
A related question to the "np" thing...what can I use when I want to have "comment" lines in my code that I do not want to show up on the wiki page when displayed?




> > I have a new installation of TW on my site Green Andover. At work today, I uploaded a few images to the image gallery, and then referenced a few of them in the wiki homepage. They displayed perfectly.
> >
> > At home tonight, I went to view the page, and the graphics are not visible on the homepage.
>
> Make sure that you have given anonymous uses permission to view gallery images.
>
>
>
> >
> > The code I used is Image Image
> > [See source of this text for my code, since I don't know how to stop the code from actually displaying an image here!]
> >
>
> Use ~np~ to stop wiki parsing:

>
Copy to clipboard
> {img src=show_image.php?id=2 width=202 height=83}{img src=show_image.php?id=1 height=83} >

>
> HTH,
>
> Rick