Ajax errors in admin
-
Most plugins aren’t working if they use ajax in their admin pages, also admin pages loading slowly because of the error from this plugin. The code is line 20 of b2w-redirection.php:
wp_enqueue_script( 'rt-fb-share', ('https://static.ak.fbcdn.net/connect.php/js/FB.Share' ), '', '', true );
That fb share button is no longer supported by FB, needs to be updated or removed from plugin.
For others, remove that line and everything that needs ajax in wp-admin works again.
Thanks.
- The topic ‘Ajax errors in admin’ is closed to new replies.