• I moved servers and my site began loading without any styles. I cleared the WP Super Cache and WP Minify caches as well as my browser caches and refreshed but it still wasn’t working.

    I then disabled minifying CSS and cleared caches and the site works fine.

    I believe there is a cache that is not being cleared properly, or something in the database was transferred and is trying to serve an incorrect minified CSS file.

    Anyone know the answer, or at least know where in the database the WP Minify info is at?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter haysuess

    (@haysuess)

    I used FireBug to check the headers and I am getting 302 Moved Temporarily errors when it tries to call for the minified CSS and JS files. I can’t figure this out!

    Thread Starter haysuess

    (@haysuess)

    Even weirder, I tried using CSS-JS Booster and that plugin can’t load a combined CSS/JS file either! Is there a certain setting on my server that could be causing this?

    The most likely cause for that particular problem is the php module suhosin. When you do a “tail -F /var/log/syslog” you should be able to locate something like this…

    suhosin[17384]: ALERT - configured GET variable value length limit exceeded - dropped variable 'f' ...

    Locate your suhosin.ini try increasing suhosin.get.max_name_length

    tonykwon, that’s a great help, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP Minify is Broken After Server Move’ is closed to new replies.