Send a webpage - URL is no longer working?

Hello, the feature that I was using (previous to the 3.5.5 release) to Send a webpage no longer seems to be working for some reason. When I type in the url, it finds the .html file, but now sends the page with the heading [URL:https://XXXXXXXXXXX.com/XXX/XX.html as opposed to the actual page within the HTML file. I have attached screenshots the first of which shows what the received looked like before.![previous_htmlwebpage|284x500](upload://aeFlLjAmqfsw8q4QBPgEMGfycxs.png) and files of what is sending now.![Screen Shot 2020-07-25 at 5.01.29 PM|690x354]
Is anyone else having a similar issue? I’d appreciate any help with this going forward.

Thanks all.

Best.

Hello, @nathanlangvoiceactor

It seems that Click track feature.

Have you ever tried define('CLICKTRACK', 0);?

config_extended.php says like the following.

// Click tracking
// If you set this to 1, all links in your emails will be converted to links that
// go via phpList. This will make sure that clicks are tracked. Default: 1
// If you disable a URL conversion, set to 0.
define('CLICKTRACK', 1);

thanks @hiroyuki-sato I figured it out. I re-copied all the files back to the server and it is all good now! Thanks agian so much!

2 Likes