With the latest PHP 5.5 the export icons are not showing and PHP errors are displayed instead.
The solution is quite easy: simply add the following code at line 168 in views_data_export_plugin_style_export.inc.

if (!isset($this->view->feed_icon)) {
  $this->view->feed_icon = '';
}
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Norberto Ostallo’s picture

Status: Active » Needs review
Steven Jones’s picture

Status: Needs review » Active

Any chance you could provide a patch for this?

Steven Jones’s picture

Status: Active » Needs review
FileSize
1020 bytes

Heres a patch.

Steven Jones’s picture

Status: Needs review » Fixed

Committed to 7.x-3.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Bram Rongen’s picture

Issue summary: View changes

Does anyone have any info on when and why this changed in PHP 5.5.x?

m.stenta’s picture

Version: 7.x-3.0-beta6 » 6.x-3.x-dev
Status: Closed (fixed) » Patch (to be ported)

Requesting a backport to the 6.x-3.x branch.

m.stenta’s picture

Status: Patch (to be ported) » Needs review
FileSize
665 bytes

Patch for the 6.x-3.x branch attached (ported from the patch in #3 above).

DamienMcKenna’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +PHP 5.4

It's a simple fix.

Steven Jones’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for the patch!

  • Steven Jones committed 08034a2 on 6.x-3.x authored by m.stenta
    Issue #2026669 by Steven Jones, m.stenta: Export icons not showing with...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.