Title: Edit Flow and PHP 5.4
Last modified: August 20, 2016

---

# Edit Flow and PHP 5.4

 *  Resolved [philippgerard](https://wordpress.org/support/users/philippgerard/)
 * (@philippgerard)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/edit-flow-and-php-54/)
 * Hey there,
 * as requested by Daniel in his blog here we go with bug reports which occur on
   setups using PHP 5.4 (latest stable build):
    - After the installation of the plugin the following error is highlighted by
      PHP (which breaks the complete setup until fixed): _Fatal error: Call-time
      pass-by-reference has been removed in wp-content/plugins/edit-flow/modules/
      story-budget/story-budget.php on line 473_.
       The line in question is: `if (
      method_exists( &$this, 'term_column_' . $key ) ) {`
    - The error happens because of the &this (explanation: [http://stackoverflow.com/questions/4665782/call-time-pass-by-reference-has-been-deprecated](http://stackoverflow.com/questions/4665782/call-time-pass-by-reference-has-been-deprecated)).
 * [http://wordpress.org/extend/plugins/edit-flow/](http://wordpress.org/extend/plugins/edit-flow/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/edit-flow-and-php-54/#post-2776748)
 * As it turns out, I [already fixed this](https://github.com/danielbachhuber/Edit-Flow/issues/89).
   Feel free to make the local modification as necessary. The permanent fix will
   be out in the next release.
 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/edit-flow-and-php-54/#post-2776791)
 * This is now fixed in v0.7.2

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Edit Flow and PHP 5.4’ is closed to new replies.

 * ![](https://ps.w.org/edit-flow/assets/icon-256x256.png?rev=3433533)
 * [Edit Flow](https://wordpress.org/plugins/edit-flow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/edit-flow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/edit-flow/)
 * [Active Topics](https://wordpress.org/support/plugin/edit-flow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/edit-flow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/edit-flow/reviews/)

## Tags

 * [bug reports](https://wordpress.org/support/topic-tag/bug-reports/)
 * [php5](https://wordpress.org/support/topic-tag/php5/)

 * 2 replies
 * 2 participants
 * Last reply from: [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/edit-flow-and-php-54/#post-2776791)
 * Status: resolved