Title: Benjamin Netter's Replies | WordPress.org

---

# Benjamin Netter

  [  ](https://wordpress.org/support/users/benjaminnetter/)

 *   [Profile](https://wordpress.org/support/users/benjaminnetter/)
 *   [Topics Started](https://wordpress.org/support/users/benjaminnetter/topics/)
 *   [Replies Created](https://wordpress.org/support/users/benjaminnetter/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/benjaminnetter/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/benjaminnetter/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/benjaminnetter/engagements/)
 *   [Favorites](https://wordpress.org/support/users/benjaminnetter/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instapress] Error fatal at activate plugin](https://wordpress.org/support/topic/error-fatal-at-activate-plugin/)
 *  [Benjamin Netter](https://wordpress.org/support/users/benjaminnetter/)
 * (@benjaminnetter)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/error-fatal-at-activate-plugin/#post-3580943)
 * Still having the same problem. Solving it is easy though, following this thread
   on SO : [http://stackoverflow.com/questions/8971261/php-5-4-call-time-pass-by-reference-easy-fix-available](http://stackoverflow.com/questions/8971261/php-5-4-call-time-pass-by-reference-easy-fix-available)
 * 1°) You open instagram.php in the plugin’s folder.
    2°) You’re looking for the
   declaration of the method _getFeedByUserId_ and _getFeedByTag_ 3°) You change
   $nextMaxId = 0 with **&**$nextMaxId = 0 4°) Then, you look over instagram.php
   and widget.php and every time you see &$nextMaxId you change it for $nextMaxId(
   removing the ampersand) 5°) Activate the plugin
 * But it would be easier if the plugin was PHP5.4-ready

Viewing 1 replies (of 1 total)