Open michael-hayes opened 9 years ago
Can you check your system setting value for mcdn.default_cdn_url
? It sounds like you may have a trailing space in that value.
If that's the case, then:
I checked the mcdn.default_cdn_url setting and there is no extra space in the value
Hmm, not sure what to suggest - I done an install of the component for a client earlier and it worked absolutely fine.
Could you email me a dump of the mcdn_rules database table to garry@modx.com? I can have a look to see if anything stands out.
Hi,
I installed version 1.0.2pl Release of the MODX MaxCDN Toolkit on MODX CMS version 2.3.2.pl.
The issue is that there is an extra space added to each url within the source therefore breaking the site.
For example: www.example.com/images/image1.jpg
changes to:
www.example.maxcdn.com/ images.image1.jpg (notice the extra space after the domain name)
I was unable to resolve this issue.