• Hey!

    Something messed up my WP installation and I experience regular php errors in the wp-admin backend.

    For example when I quickedit a post (like changing the category) I get this error…

    Notice: post_permalink is deprecated since version 4.4! Use get_permalink() instead. in .../wp-includes/functions.php on line 3568
    
    Notice: Undefined index: lat_long_action in .../admin/post/post.php on line 24

    And also I ran across this error…

    Notice: post_permalink is deprecated since version 4.4! Use get_permalink() instead. in /var/www/virtual/jeronemo/html/wp/wp-includes/functions.php on line 3568
    
    Fatal error: Call to undefined function restore_current_blog() in /var/www/virtual/jeronemo/html/wp/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/NextScripts_SNAP.php on line 248

    Anyone knows what could be the reason for this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Setting WP_DEBUG to false in your wp-config.php file should make the notices go away.

    As far as the fatal error, that means there’s a problem with your “social networks auto poster” plugin, and so you need to deactivate it until you can get an update from its developer. (If you can’t get into your dashboard, then you’ll have to do it manually.)

    Thread Starter Stevie

    (@jeronemo)

    Thanks!
    I could fix most of the errors. It seems that W3-Total-Cache is using post_permalink which will not work anymore.

    Anyone knows if there will be an update for W3-Total-Cache for WP4.4?

    To the contrary, post_permalink does still work; it’s just not the preferred function to use.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘php errors post_permalink is deprecated since version 4.4 since update’ is closed to new replies.