haysuess
Member
Posted 1 year ago #
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?
haysuess
Member
Posted 1 year ago #
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!
haysuess
Member
Posted 1 year ago #
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?
tonykwon
Member
Posted 1 year ago #
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
Andrzej Zglobica
Member
Posted 10 months ago #
tonykwon, that's a great help, thanks!