Closed (fixed)
Project:
FileField
Version:
6.x-3.0-alpha7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2009 at 13:14 UTC
Updated:
28 May 2009 at 12:25 UTC
Hi,
I'm pretty new to Drupal/Web design but having a problem with FileField module.
On my Drupal 6.9 site, FileField breaks internet explorer. Once I disable FileField module, it works again.
This does not happen on my Drupal 5.15 site with Filefield enabled.
I'm using FileField 6.x-3.0-alpha7 on Drubal 6.9.
thanks
Noel
| Comment | File | Size | Author |
|---|---|---|---|
| filefield_enabled_d69.jpg | 92.25 KB | macloch | |
| filefield_disabled_d69.jpg | 142.07 KB | macloch |
Comments
Comment #1
quicksketchDo you have CSS aggregation turned on (admin/settings/performance)? FileField doesn't directly change any output on the page just by being enabled, does the page you're looking at actually contain any FileField data? It looks like a lot of you CSS just isn't loaded at all, what CSS files can you see in the HTML output?
Comment #2
macloch commentedNo, just page compression is enabled (by default I guess).
I don't think I am using any FileField data on this page, someone else designed it (I have taken over).
I'll try to investigate a little to see if I can figure out whats happening, just hoped there was a simple answer.
/thanks.
Comment #3
NieMarie commentedHello,
I'm having the same problem.
Macloch (or someone else (: ), have you already found a solution?
Thanks in advance!
Comment #4
quicksketchYou've probably exceeded the 30 file CSS limit in IE. Either turn on CSS aggregation or see how you can reduce the number of modules installed or CSS files added to the page.
See
#245268: Notify about, or avoid, IE 31 stylesheet limit
#256802: IE limits Drupal to 31 stylesheets total
#228818: IE: Stylesheets ignored after 31 link/style tags
Comment #5
quicksketchPlease reopen if this does not seem to be the case.
Comment #7
macloch commentedHi NieMarie,
I fixed the problem by disabling modules and enabling ONE by ONE.....
I think I had a few modules enabled that were not required anyway.
The problem went away after I audited my modules and disabled ones I was not using.
I guess there was a "clash" between FileFiled and Another module .. maybe a bug...
I have seen modules clashing or breaking my theme a few times during development.
rgds
Noel