images are not displaying inside message body

Issue #811 on hold
imran yousaf created an issue

Any in-line remote image is not displaying inside the message body All images are showing as broken

We already have enable the remote image setting in config.php file $config['ENABLE_REMOTE_IMAGES'] = 1;

Comments (9)

  1. Janos SUTO repo owner

    Provided that you have a recent build, model/search/message.php has the following:

    $config->set('URI', 'DisableExternal', 'true'); $config->set('URI', 'DisableExternalResources', 'true');

    Try setting them to false, and let's see if it fixes your problem.

  2. imran yousaf reporter

    We did not have these settings available under model/search/message.php

    What we need to do with?

  3. imran yousaf reporter

    Did not able to find i am on what version but in config.php i have this line

    define('BUILD', '2014-01-29 858');

    If this thing will not help you then please let me know which version i am using

  4. imran yousaf reporter

    piler 1.1.1, build 904,

    Build Date: Tue Jun 6 15:31:46 CST 2017 ldd version: ldd (Debian GLIBC 2.19-18+deb8u9) 2.19 gcc version: gcc version 4.9.2 (Debian 4.9.2-10) Configure command: ./configure --localstatedir=/var --with-database=mysql --enable-starttls --enable-tcpwrappers

  5. Janos SUTO repo owner

    Sorry, I had some urgent issues to fix. Can you show me the html output of such broken message and the actual html part of the message? Then I'd compare what's different.

  6. Log in to comment