• Error with PHP7

    Fatal error: Uncaught Error: Call to undefined function ereg_replace() in wp-content/plugins/alpine-photo-tile-for-instagram/gears/alpinebot-display.php:58 Stack trace: #0 wp-content/plugins/alpine-photo-tile-for-instagram/gears/alpinebot-display.php(48): PhotoTileForInstagramBotSecondary->filter_filename(‘in-1-2-7-Th-car…’) #1 wp-content/plugins/alpine-photo-tile-for-instagram/gears/alpinebot-display.php(501): PhotoTileForInstagramBotSecondary->key_maker(Array) #2 wp-content/plugins/alpine-photo-tile-for-instagram/gears/alpinebot-primary.php(72): PhotoTileForInstagramBotTertiary->photo_retrieval() #3 wp-content/plugins/alpine-photo-tile-for-instagram/gears/plugin-widget.php(35): PhotoTileForInstagramPrimary->do_alpine_method(‘photo_re in wp-content/plugins/alpine-photo-tile-for-instagram/gears/alpinebot-display.php on line 58

    https://wordpress.org/plugins/alpine-photo-tile-for-instagram/

Viewing 5 replies - 1 through 5 (of 5 total)
  • eclev91

    (@eclev91)

    Seconded. There’s even error suppression on the call because the dev was aware it was deprecated.

    Fix is to swap line 58 of alpinebot-display.php for the following, almost identical code:

    $name = preg_replace('/:cntrl:/', '', $name ); // remove ASCII's control characters

    I hate to fork the plugin, though. Hopefully we’ll see a response from the dev.

    eclev91

    (@eclev91)

    This plugin is no longer maintained. I’ve reached out to the dev and hope to gain ownership to at least keep up with bugs.

    eclev91

    (@eclev91)

    In the meantime, this seems to do the same stuff: https://wordpress.org/plugins/instagram-feed/

    Any update ?. Its a great plugin and a simple change to support PHP7

    gotten ownership yet?

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

The topic ‘PHP 7’ is closed to new replies.