Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • @jmviade Perhaps I didn’t articulate it well but I was trying to say that they’re two separate issues: 1) not checking for null 2) the generic “message” event that should be something like “wp_message” instead to avoid event name collisions.

    spiteful: Did you try viewing the combined source files (javascript or CSS) and that the minify rewrite URLs are in the .htaccess file (Apache)?

    Just wanted to confirm that CDN (Amazon S3 Origin Push) is not working for me either. It looks like W3TC is rewriting theme URLs for me even though I have the “Host theme files” unchecked. I confirmed the setting was being written to the file wp-content/cache/config/master.php as well as wp-content/w3tc-config/master.php:

    'cdn.theme.enable' => false,

    The reason I think it’s still rewriting theme files is I’m getting errors for files in wp-content/themes/my-parent-theme/images/imagename.png as well as wp-content/plugins/slidedeck2-personal/lenses/... (multiple files) in the chrome console and stuff is breaking. I manually uploaded the parent theme files thinking W3TC couldn’t deal with that specific situation but there was still more stuff broken (slidedeck2) and who knows what else I didn’t find.

    I deleted all the files on S3 and did a “importing attachments into Media Library”, “Upload attachments”, and “Upload includes files” to confirm all the appropriate files were on S3.

    FWIW I also had to stop minifying or combining javascript because BOTH options were breaking some part of the javascript for the site. I have not had a chance to research further but will post when I do.

    Is there documentation somewhere that spells out where the new config files are and how they are used (which file overrides what)?

    Also just wanted to say thank you to the W3TC team. This has been a frustrating release but it’s free software and I get a lot of value out of it as I’m sure others do so thanks again.

    Thread Starter robhenley

    (@robhenley)

    Frederick – This was fixed in 0.9.2.6b by adding a separate checkbox and if statement. Thanks anyway!

Viewing 4 replies - 1 through 4 (of 4 total)