modxcms / maxcdn

MODX integration for speeding up sites via MaxCDN: http://www.maxcdn.com/
4 stars 3 forks source link

Installation issue #24

Open michael-hayes opened 9 years ago

michael-hayes commented 9 years ago

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.

garryn commented 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:

michael-hayes commented 9 years ago

I checked the mcdn.default_cdn_url setting and there is no extra space in the value

garryn commented 9 years ago

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.