Receiving the following warning on all view edits, this one happens to be og_list.
Replicated on MySQL and PostgreSQL, with Apache or IIS, core 7.12

Type page not found
Location http://opsql/drupalms/sites/all/modules/views/images/sprites.png"), -webkit-linear-gradient( -90deg,
Referrer http://opsql/drupalms/admin/structure/views/view/og_list/edit?render=ove...
Message sites/all/modules/views/images/sprites.png"), -webkit-linear-gradient( -90deg,
Severity warning

Comments

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

The file exists, i'm not that what should be done here. Maybe you have made to limited configurations of your webserver.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
CobraMP’s picture

I get this error when I use an old version of IE. in particular ie7.

LNakamura’s picture

Happens for me with IE9 (9.0.8112.16421, to be exact). No problems w/ FF. Happens for any view I edit. It appears to happen right as the edit page is brought up. I'm running Drupal 7.14 and Views 7.x-3.3.

Update: doing a little experimenting, I was able to determine that IE is having problems with this rule (line 63ff) in views-admin.theme.css:

background-image:
url("../images/sprites.png"),
-webkit-linear-gradient(
-90deg,
#ffffff 0px,
#e8e8e8 100%);

katannshaw’s picture

I'm having this same exact problem when using IE9 to edit views in Drupal 7.16. When I use FF16, this doesn't happen. This is what's in my log:

User: admin
Location: http://mydrupalsite/sites/all/modules/views/images/sprites.png),-webkit-linear-gradient(-90deg,
Referrer: http://mydrupalsite/admin/structure/views/view/viewname?render=overlay
Message: Missing text format: 1.
Severity: alert

These steps could reproduce the issue:
- Install Drupal 7.16 with Views module
- Create a new view in IE9
- Open same view in IE9 and update it
- Review your log messages under Admin > Reports > Recent Log Messages
- You should see "Missing text format: 1" as the message

Is there any word on getting this fixed?

katannshaw’s picture

Status: Closed (cannot reproduce) » Active

UPDATE: I just reproduced the same issue in Firefox 16.