Title: Errors above PHP 5.5
Last modified: August 30, 2016

---

# Errors above PHP 5.5

 *  Resolved [olimax](https://wordpress.org/support/users/olimax/)
 * (@olimax)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/errors-above-php-55/)
 * Gives the following error with php 5.5+
 * `Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback
   instead in /home/ ..<snip/>.. /wp-content/plugins/ai-twitter-feeds/ai-twitter-
   feeds.php on line 192`
 * This is a great plugin. The best I can find for Twitter feed but it could do 
   with a good update
 * [https://wordpress.org/plugins/ai-twitter-feeds/](https://wordpress.org/plugins/ai-twitter-feeds/)

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

 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/errors-above-php-55/#post-6819243)
 * Hello olimax,
 * we are using PHP Version 5.5.3 and it working fine , do not display any error
   on screen as well as browser console.
 * Please check your site may be other plugin are conflict.
 * Regards
    August Infotech
 *  Thread Starter [olimax](https://wordpress.org/support/users/olimax/)
 * (@olimax)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/errors-above-php-55/#post-6819244)
 * Do you have error reporting on
    have a look at the relevant line cited It does
   use the /e modifier so needs changing Other plugins are irrelevant
 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/errors-above-php-55/#post-6819255)
 * Hello olimax,
 * Yes, we have check php information files that display error_reporting 30711(E_ALL).
 * Please share your website url, so we can check this issues.
 * Regards
    August Infotech
 *  [christoflee](https://wordpress.org/support/users/christoflee/)
 * (@christoflee)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/errors-above-php-55/#post-6819289)
 * In WP `preg_replace` is deprecated, like the warning says.
 * It should be `preg_replace_callback()`.
 * Plugin developers have been having this issue for at least 2 years, from what
   I understand `preg_replace` should not be used because it causes issues on certain
   hosts.
 * I don’t have a site to share with you at the moment, but I’m using the latest
   version of WP.
 * Others have discussed this here:
    [https://core.trac.wordpress.org/ticket/8689](https://core.trac.wordpress.org/ticket/8689)
   [https://wordpress.org/support/topic/php-55-preg_replace-e-modifier-depricated?replies=3](https://wordpress.org/support/topic/php-55-preg_replace-e-modifier-depricated?replies=3)
   [https://wordpress.org/support/topic/preg_replace-modifier-e-depricated?replies=2](https://wordpress.org/support/topic/preg_replace-modifier-e-depricated?replies=2)
   [https://wordpress.org/support/topic/deprecated-preg_replace-usage?replies=5](https://wordpress.org/support/topic/deprecated-preg_replace-usage?replies=5)
 *  [christoflee](https://wordpress.org/support/users/christoflee/)
 * (@christoflee)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/errors-above-php-55/#post-6819292)
 * Posted a pull request on your git.
    [GitHub](https://github.com/wp-plugins/ai-twitter-feeds/pulls)
 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/errors-above-php-55/#post-6819297)
 * Hello christoflee,
 * Thank you to provide us changes file. we have uploading file on AI Twitter Feeds
   plugin.
 * Regards
    August Infotech

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

The topic ‘Errors above PHP 5.5’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ai-twitter-feeds_bde0ed.svg)
 * [AI Twitter Feeds (Twitter widget & shortcode)](https://wordpress.org/plugins/ai-twitter-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ai-twitter-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ai-twitter-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/ai-twitter-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ai-twitter-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ai-twitter-feeds/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/errors-above-php-55/#post-6819297)
 * Status: resolved