[support] as admin cannot insert image into block

Ron Dorman rwd at simplydigtech.net
Wed May 14 22:13:23 UTC 2014


You're welcome. Wish I could help more but i have never run IMCE and
have no insights into fixing the issue other than debugging the php
instead of the html to find the cause.

Ron D.

On 5/13/2014 5:59 PM, Pia Oliver wrote:
> Thanks very much for the help. I have created a work around now but
> would like to get IMCE working properly. I did replace the module with
> a new one but still the size boxes are set at zero...  And some of the
> images I cannot get to size because they are sized in the "image
> sizes" by the module but apparently is lost ...
>
> Wish I could figure this out to fix it properly.
>
> Pia
>
>
> On May 12, 2014, at 3:10 PM, Ron Dorman wrote:
>
>> I did a little debugging, found that the image height and width
>> values were '0'. When I manually set the width and height in Firebug,
>> the image displayed. Also, removing the width and height attributes
>> from the img tag allowed the image to display.
>>
>> As Loaded:
>>> <p style="text-align: center;">
>>> <img width="0" height="0" title="celebrate with Heaven Sent
>>> Desserts" alt="celebrate with Heaven Sent
>>> Desserts" src="/sites/default/files/IMCE_UPLOAD_HERE/header_bg_0.jpg">
>>> </p>
>> Changed values with Firebug: (image displays)
>>> <p style="text-align: center;">
>>> <img width="960" height="200" title="celebrate with Heaven Sent
>>> Desserts" alt="celebrate with Heaven Sent Desserts"
>>> src="/sites/default/files/IMCE_UPLOAD_HERE/header_bg_0.jpg">
>>> </p>
>> Removed attributes with Firebug: (image displays)
>>> <p style="text-align: center;">
>>> <img title="celebrate with Heaven Sent Desserts" alt="celebrate with
>>> Heaven Sent Desserts"
>>> src="/sites/default/files/IMCE_UPLOAD_HERE/header_bg_0.jpg">
>>> </p>
>>
>> This does not really resolve your issue but hopefully gives some
>> direction in where to look. Concur with Walt that it may be a bug,
>> probably in IMCE not getting the correct parameters generated in the
>> code.
>>
>> Ron D.
>>
>>
>> On 5/12/2014 3:34 PM, Pia Oliver wrote:
>>> Further to my woes, now all my header images have disappeared. It's
>>> as if that region is gone ... I have checked the sub-theme and
>>> everything appears to still be there...
>>>  
>>> Anyone?  The URL is http://www.heavensentdesserts.com
>>> <http://www.heavensentdesserts.com/> and all the pages are supposed
>>> to have a 960px header image just below the menu. The subtheme is
>>> based on the Omega theme.
>>>
>>> thanks,
>>>
>>> Pia
>>>
>>>
>>>
>>> On May 12, 2014, at 10:35 AM, Walt Daniels wrote:
>>>
>>>> There may be a bug here somewhere. I had a similar problem a few
>>>> months ago with a block one of the content people created. Nothing
>>>> I did could make it work, but I created a new block and it worked.
>>>> Mine might have had slightly different html tags than there's as I
>>>> did not check that they were in fact identical so there may have
>>>> been some bad html in theirs that I just did not see. I thought I
>>>> had counted all the quotes and parens correctly but could have
>>>> missed counted.
>>>>
>>>>
>>>> On Mon, May 12, 2014 at 1:00 PM, Pia Oliver <pia at piasworld.com
>>>> <mailto:pia at piasworld.com>> wrote:
>>>>
>>>>     I have Drupal 7.28 and a site which uses IMCE and have a block
>>>>     on the front page which consist of just one image, a header
>>>>     image. The site has been up and running for 3 years plus
>>>>     without any issues. The block is configured to the "menu"
>>>>     region and for the front page only. Last Thursday I wanted to
>>>>     change the image, and did what I usually do: simply replace the
>>>>     image with another one, and save.
>>>>
>>>>     No image showed up! I am the admin and use Full HTML in rich
>>>>     text format. I tried again, thought I had accidentally deleted
>>>>     the image ... tried in every other text format; in the plain
>>>>     and php I can see the code. If I use plain or php the code is
>>>>     then visible on the site ...
>>>>
>>>>     I have not changed any settings anywhere, but am totally unable
>>>>     to insert an image and have it show up. I tried creating a
>>>>     block thinking the old one might be corrupt ... same thing.
>>>>
>>>>     I have checked the admin permissions and everything is checked.
>>>>     However, when I go to "admin/people/permissions" and should be
>>>>     able to see the various check marks for the different roles, I
>>>>     have 5 different roles, the page is black for any check marks -
>>>>     nothing ...
>>>>
>>>>     I really need some help- I have tried since last Thursday to
>>>>     figure this out but have not moved forward one inch.
>>>>
>>>>     thanks,
>>>>
>>>>     Pia
>>>>
>>>>
>>>>
>>>>
>>>>     <http://www.Piasworld.com <http://www.Piasworld.com/>>
>>>>
>>>>     "That's a great deal to make one word mean," Alice said in a
>>>>     thoughtful
>>>>      tone. "When I make a word do a lot of work like that," said
>>>>     Humpty Dumpty, "I always pay it extra."
>>>>     Lewis Carroll
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>     --
>>>>     [ Drupal support list | http://lists.drupal.org/ ]
>>>>
>>>>
>>>> -- 
>>>> [ Drupal support list | http://lists.drupal.org/ ]
>>>
>>> <http://www.Piasworld.com <http://www.Piasworld.com/>>
>>>
>>> "That's a great deal to make one word mean," Alice said in a thoughtful
>>>  tone. "When I make a word do a lot of work like that," said Humpty
>>> Dumpty, "I always pay it extra."
>>> Lewis Carroll
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>> -- 
>> [ Drupal support list | http://lists.drupal.org/ ]
>
> <http://www.Piasworld.com>
>
> "That's a great deal to make one word mean," Alice said in a thoughtful
>  tone. "When I make a word do a lot of work like that," said Humpty
> Dumpty, "I always pay it extra."
> Lewis Carroll
>
>
>
>
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20140514/0c738221/attachment-0001.html 


More information about the support mailing list