After update, CDN URL appearing in every element attribute
-
After updating to the most recent version of W3 Total Cache, each attribute on a client’s website has the CDN’s URL prepended before and after each quotation mark.
Example:
<div class=”nav-links”>
see below what happened after the plugin update:
<div class=https://d1z5s5y0si54rq.cloudfront.net/”https://d1z5s5y0si54rq.cloudfront.net/nav-links”https://d1z5s5y0si54rq.cloudfront.net/>
This is also happening on , <script>, and <link> tags, so no assets are loading.
This is in my local dev environment. I’d like to update the plugin on the staging and live site as soon as possible, and now I’m hesitant to do that.
I’m using php 5.6.28, so I don’t think that’s the issue. Any idea what might be causing this? Updating this plugin was the only change I made before seeing this issue.
Thanks
- The topic ‘After update, CDN URL appearing in every element attribute’ is closed to new replies.