My images aren't showing up in "stories" or "pages". They did yesterday. Yesterday I was getting a "can't write to temp directory" error and I fussed with server folder permissions and got that straightened out, but now images do not show up in posts. If you click "Edit" you can see the code is there for the images, they just don't appear.

The image does show up in its own node, just not when inserted into another node.

When creating a new node, clicking on the img_assist icon works, and image assist shows all the images I've created. Everything works, nor errors, the code seems to insert properly. Just doesn't display with the story or page.

Note that I am NOT using TinyMCE (yet).

I'm stumped,

Thanks for the help,

Shai

Comments

kohlerj’s picture

Hi,
I've had a similar problem but I couldn't see the images at all (not even in img_assist) That turned out to be a .htaccess problem. My host prevented certain .htaccess directives. It showed up in the apache error log as "directive not allowed" or something like that.

View the source of the page, copy the img src and try to paste that in a new browser tab. Check if the image loads in that manner. Also things like uppercase/lowercase might make a difference.

Hope this triggers something to solve your problem...

Shai’s picture

1. Using "view source" I see that none of the code is coming through.
2. Turns out when I use the "html code" versus the "filter" approach, no html code is inserted.
3. When I simply put in html code myself in the "body" of node -- using the image url: "files/images/picname.jpg" it works fine.

Image assist is definitely not working. Whether it is using some directive that the server won't allow or is not configured properly I don't know. I haven't figured out how to check those apache logs yet.

Thanks for getting me started.

Shai