Title: [Plugin: Flickrpress] Fatal error when using php 5.4
Last modified: August 20, 2016

---

# [Plugin: Flickrpress] Fatal error when using php 5.4

 *  [blissofbeing](https://wordpress.org/support/users/blissofbeing/)
 * (@blissofbeing)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-flickrpress-fatal-error-when-using-php-54/)
 * It looks like this plugin is not compatible with php 5.4 I get this error:
 * Fatal error: Call-time pass-by-reference has been removed in /srv/www/public_html/
   wp-content/plugins/flickrpress/flickr.php on line 67
 * Any fixes?
 * [http://wordpress.org/extend/plugins/flickrpress/](http://wordpress.org/extend/plugins/flickrpress/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [blissofbeing](https://wordpress.org/support/users/blissofbeing/)
 * (@blissofbeing)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-flickrpress-fatal-error-when-using-php-54/#post-2658537)
 * Here is my fix:
 * On lines:
    67,121,169,229
 * change:
    `($options, &$cache, 0, &$total);`
 * to:
    `($options, $cache, 0, $total);`
 * That is just remove the & in front of the $, seems to be working fine.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Flickrpress] Fatal error when using php 5.4’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/flickrpress.svg)
 * [Flickrpress](https://wordpress.org/plugins/flickrpress/)
 * [Support Threads](https://wordpress.org/support/plugin/flickrpress/)
 * [Active Topics](https://wordpress.org/support/plugin/flickrpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flickrpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flickrpress/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [blissofbeing](https://wordpress.org/support/users/blissofbeing/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-flickrpress-fatal-error-when-using-php-54/#post-2658537)
 * Status: not resolved