
07-10-2009, 11:46 PM
|
|
New Member
|
|
Join Date: Jul 2009
Posts: 7
|
|
Quote:
Originally Posted by ffeingol
We actually tracked the issue down to the way that Fantastico installs the db. There is an optino that gets set 'wrong'. Here is the fix:
- You'll need to go into the wp_options table
- search for a row where the option_name = 'can_compress_scripts'
The option_value for that row will be a 1 (one). You can either delete the row or just update it and set to to 0 (zero).
That should fix you up if it's a Fantastico install. We worked with Netenberg and now they don't even insert this row. The first time you log as admin it will properly set the value.
|
Checked, the value option is 0 (zero), cleared cache but no luck. 
|