christoflee
Forum Replies Created
-
Forum: Reviews
In reply to: [Simple Page Tester] Doesn't workI had the same issue but this was being caused by another plugin : Kwayy html sitemap
After deactivating it worked fine
(I say fine, there are php notices all over the place)Forum: Plugins
In reply to: [AI Twitter Feeds (Twitter widget & shortcode)] Errors above PHP 5.5Posted a pull request on your git.
GitHubForum: Plugins
In reply to: [AI Twitter Feeds (Twitter widget & shortcode)] Errors above PHP 5.5In WP
preg_replaceis 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_replaceshould 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://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/deprecated-preg_replace-usage?replies=5Forum: Plugins
In reply to: [Simple Share Buttons Adder] Undefined index error on plugin activationAfter clicking save, the notices are removed
Thanks for your help, I’ve run the update and it cleared all the errors. Couldn’t be more thankful for your speedy response.
Saw the update and and ran it. Removed all empty style tags, thank you for your help.