• I was testing a brand new install on my development Blog of the prior version of 0.9.13 and everything was working great.

    THEN I upgraded and that broke Firefox 4.0.1 and IE 9. Ive turned off the Mobil Theme plug in and deleted the tables for same and checked my DB. No luck. Iv’e also turned off all the Browser Cache options except gzip and still no luck. Iv’e also played with the User Agent theme settings and no luck.

    This is certainly a “show stopper” and I hate to say that. Did I miss anything?

    SEE for yourself using Firefox 4.0.1 or IE 9 at:

    https://www.g17.com which is a test/development blog. ??

    It looks like a Mobil theme but NONE are installed or even in the DB.

Viewing 15 replies - 31 through 45 (of 47 total)
  • Ohh thanks. But Idk what this means ‘not have any styles’. How can I add styles? What I should do?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    It means that your page is unformatted.

    Go look at the page with another browser (where you are NOT logged into the site) and you’ll see it.

    The page is pointing to https://wbs.speedymirror.com/wp-content/w3tc/min/81f65/default.include.892609174.css which isn’t working.

    Omg You are right. I enter from explorer and what to see…one big crap ??
    So does it mean that W3 T did this? Also my Minify are turned on manual.

    What can I do?
    Wait for fix? Or this isnt connected with w3 total?

    Thanks guys for the pointing my reality.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You have ‘Rewrite URL structure’ unchecked, correct?

    As a quick fix, turn OFF css minification.

    Why is there no support for this broken plugin?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    There is support. Fredrick’s been in touch with a lot of people. He’s just not replying to every forum thread (and there’s no law that says he has to).

    No I Have “Revrite Url” checked
    So ok I will try with turning off css minification.

    Thanks.. now it its working Ok. I will wait the fix .. if not so soon I will go to the old version.

    Good Luck to All

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    The real fix would be to go through your manual minification of CSS and sort out where it’s failing. You’d basically want to wipe out your settings for manual, then add things in one at a time.

    Oh, it’s horrible. It fails in manual mode also (v0.9.2.1).

    I tried to change to YUI (2.4.6), set the JAVA path and the YUI path also. The result is: it starts the YUI program but that never returns. So I have a constantly running yuicompressor-2.4.6.jar and a webpage which will never load.

    Turning off CSS minification doesn’t help either.
    I have the following error message: “index.php: bad file param format.”

    Neither the iframe background issue (eg. compatibility check) fixed.

    I think you should immediately revoke this version and fix it

    One can download the previous version here:
    https://downloads.www.ads-software.com/plugin/w3-total-cache.0.9.1.3.zip

    SOLUTION:

    Open wp-content/w3tc/min
    Edit .htaccess

    You have to change two lines, between # BEGIN W3TC Minify core and #END

    Change this line:
    RewriteRule ^w3tc_rewrite_test$ index.php?w3tc_rewrite_test=1 [L]
    To:
    RewriteRule ^w3tc_rewrite_test$ index.php?w3tc_rewrite_test=1 [QSA,L]

    Change this line:
    RewriteRule (.*) index.php?file=$1 [L]
    To:
    RewriteRule (.*) index.php?file=$1 [QSA,L]

    Basically, you need to change [L] to [QSA,L]

    I haven’t read through all of the posts here but I wanted to mention that manual mode also doesn’t work for me.

    Thanks to the W3TC people for all of their hard work — it is truly thankless. Remember, this is free software, so bear with them during the bugs. The solution for users of free plugins is to have a staging site to catch errors before you deploy upgrades to your production blog.

    I got it working now

    After modifying .htaccess file, restoring themes and all –

    Finally I disabled – Minify option for the plugin.

    Everything back to normal.

    The new update 0.9.2.1 released yesterday still has the same problem.
    The minified files (.js or .css) only contains:
    Bad file param format.
    even in manual mode.

    I upgraded the plugin to 0.9.2.1 but I didn’t put any of the rules in the .htaccess file. It is stating that the page, browser and minify caching are not active.

    If I switch back to 0.9.1.3 will I be okay

    Thanks,
    Diane

Viewing 15 replies - 31 through 45 (of 47 total)
  • The topic ‘[W3 Total Cache] Upgraded to 0.9.2 – BROKEN in Firefox 4.0.1 and IE 9’ is closed to new replies.