CMS MADE SIMPLE FORGE

Newsletter Made Simple

 

[#9058] Included Image missing slash in http:/

avatar
Created By: TimdeBuurman (timdebuurman)
Date Submitted: Fri Mar 15 01:58:14 -0400 2013

Assigned To: Robert Campbell (calguy1000)
Version: 2.7.2
CMSMS Version: None
Severity: Minor
Resolution: Fixed
State: Open
Summary:
Included Image missing slash in http:/
Detailed Description:
Hi,

If an image is included in a message, there is a '/' (slash) missing.

It becomes http:/www.website.com/uploads/.....

Thx


History

Comments
avatar
Date: 2013-03-24 13:02
Posted By: rap3r (rap3r)

Hi,

When will be solved this problem?

Thanks
      
avatar
Date: 2013-04-12 17:05
Posted By: TimdeBuurman (timdebuurman)

Hi,

I see an resolution_id added after my report.
Does that mean that the issue is solved in the next release?

If so, when will this new version be released?

Sorry to be so impatient about this, I have many users of the module.
I appreciate your work..

grtz Tim
      
avatar
Date: 2013-04-25 06:21
Posted By: Ludger Merkens (lume)

I also stumbled upon this problem, which prevents e.g. outlook 2003 to load
images.

In file function.utils.php lin 124 a str_replace('//','/',$result) is done after
prepending the $base_start (which holds http://your.domain.xyz)

I changed my local copy to

  $result = implode("/", $base_array); 
  $result = str_replace('//','/',$result);
  $result = $base_start . '/' . $result;

thus replacing double slashes before prepending the base_start.

hope this is a temporary remedy until the bug is fixed in the repository.

best regards
Ludger Merkens
      
avatar
Date: 2014-07-09 05:50
Posted By: Mich-adg (Mich)

I got the same problem with NMS 2.9.1 and Cmsms 1.11.10.
      
avatar
Date: 2015-03-14 05:50
Posted By: Leopold Talirz (leoteo)

This bug is still present in CMSMS 1.11.12 and NMS 2.9.5

In my case, it does not only affect images, but all internal links to the
homepage.
Some email servers translate the malformed http:/ URLs into correct ones, but
others simply block them.

Please seriously consider fixing this bug!
      
avatar
Date: 2016-06-23 14:32
Posted By: Robert Campbell (calguy1000)

fixed this a while ago
      
Updates

Updated: 2016-06-23 14:32
resolution_id: 5 => 7
cmsms_version_id: 29850 => -1

Updated: 2013-03-20 07:33
resolution_id: => 5
severity_id: 12 => 3