Closed (fixed)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2010 at 12:43 UTC
Updated:
19 Apr 2011 at 01:11 UTC
I am using 1.0-rc1 and in my logs I am seeing lots of page not found errors :
Location http:///sites/all/modules/vertical_tabs/siwto01/vertical_tabs.siwto01.css
Referrer http://mysite/admin/node/add/outfit
Message sites/all/modules/vertical_tabs/siwto01/vertical_tabs.siwto01.css
and the theme I am using is called siwto01.
Comments
Comment #1
dave reiddrupal_get_css() automatically checks if the file exists, so you shouldn't be seeing this error. I even tried changing to a different theme that would have caused this same condition and I never got the non-existent CSS included in the source or any reports for a missing vertical tabs CSS file.
Comment #2
com_net commentedhave similar log records:
actually such a file presence only in garland theme.
copy+rename from
changes nothing
Comment #3
com_net commentedsolved with upgrade to vertical_tabs-6.x-1.x-dev (2011-jan-27)
Comment #4
rv0 commentedwhats causing this?
i'm having the same issue.. upgrade to dev didn't work.
/sites/all/modules/contrib/vertical_tabs/NAME-OF-THEME/vertical_tabs.NAME-OF-THEME.css
Failed to load resource: the server responded with a status of 404 (Not Found)
Comment #5
amanire commentedI'm getting this same error message with a Fusion sub-theme. I discovered that by disabling the admin_menu module (6.x-1.6), the log messages stopped appearing. So, it appears to be a conflict with the Administration menu module.
Comment #6
amanire commentedWell, OK, it's apparently more peculiar than just a conflict with the admin_menu module. I noticed that the problem only occurred for me when adding a node for a content type that has both a tagging module widget and a multi-select vocabulary while the admin_menu is installed. Disabling any one of those three configurations caused the errors to stop appearing. A bit of an edge case but it appears to be consistently reproducible.
Comment #7
rv0 commentedIt's very strange... Don't think it's related to Vertical Tabs in any way.. Rather another module screwing up something.
Meanwhile though, I just put a temp fix in Vertical Tabs for it:
change line 362 in vertical_tabs.module to:
Comment #8
dave reidOk I committed a fix with http://drupalcode.org/project/vertical_tabs.git/commit/d426c3e that should solve this.