Hallo! I have got a fatal error after updating module to 7.x-1.6-rc5:
Fatal error: Can't use function return value in write context in /var/www/data/data/www/****/sites/all/modules/wysiwyg_filter/wysiwyg_filter.pages.inc on line 489

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pashikk created an issue. See original summary.

aitala’s picture

Same here.

btopro’s picture

Version: 7.x-1.6-rc5 » 7.x-1.x-dev
Priority: Normal » Major
Status: Active » Needs review
FileSize
882 bytes

Didn't test but this should do it; I'm guessing this is a PHP version specific sorta deal since empty() can only evaluate set values instead of by reference (like a function return here)

madar’s picture

Same error with drush pm-update. After apply #3 site is working again on "PHP 5.4.45-0+deb7u11"
Thank You!

  • axel.rutz committed a43eb8f on 7.x-1.x
    Issue #2914039 by btopro:  Fatal error after updating moduleIssue #...
geek-merlin’s picture

Status: Needs review » Fixed

Thanks guys for pointing this out! This should be fixed now in rc6.

Please note that quite some work has gone in in the last days since rc3:
* https://www.drupal.org/project/wysiwyg_filter/releases/7.x-1.6-rc6
* https://www.drupal.org/project/wysiwyg_filter/releases/7.x-1.6-rc5
* https://www.drupal.org/project/wysiwyg_filter/releases/7.x-1.6-rc4

As there might be other regressions, if you test thoroughly and report back, you can help yourself and the community to finally get a stable release.
Thanks!

geek-merlin’s picture

btopro’s picture

no problem, thanks for getting it addressed quickly and all your efforts in cleaning this module up!

Status: Fixed » Closed (fixed)

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