Support Forum

Smiley Image not found

BR Brandon
Brandon
Member

I have one forum that if I use the code for inserting any smiley IE ‘colon smile colon’ that returns  [image not found ] when a post is saved.

I have checked my other forums and it does work on them.

The smileys are shown and work fine when I click on them when creating or replying to a topic.

I double checked the storage area and that appears fine. I guess it would, if they are shown and work when clicked.

Checked the Components – Smiley setup and they all show up there and the code to use them is the same on my other sites. I am only using the ones that come with SP and the default codes for them. All are set to “In Use” and none have ‘Break’ turned on.

Only difference between that site and my others is that it is running WP development version (3.4-beta1) but they do work here.

smile

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

its not the WP version…  I only run wp trunk (ie 3.4 now) on my test sites and we have 3.4 beta 1 running here too…

look in the db, sfposts table…  the post with the smiley…  look at the post content…  what is in there?

MP Mr Papa
Mr Papa
Member

okay, so already replaced…  can you inspect the image/smiley before you save and get the path?  can you open that path in a browser?

if so, might need to see if getimagesize() is not working properly…