• Resolved bbtodd

    (@bbtodd)


    I installed the update and it crashed my site. I had to replace the new plugin with the old version to get my site working again. But I can no longer create connections. If I try it scrolls to the message saying I must update the plugin. Can’t do anything with my site now.

    • This topic was modified 4 years, 3 months ago by bbtodd.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bbtodd

    (@bbtodd)

    FOLLOW UP:
    1. The new version of this plugin did crash my site. I had to revert to my old version of P2P and then disable update by changing the version number in the PHP file to 999999

    2. The wordpress update to 5.5 has caused the plugin to not work while in admin. If I’m editing a post and try to make a connection it scrolls up to the top of the page. This is the HTML code:

    	<div class="p2p-create-connections" >
    		<p class="p2p-toggle-tabs"><a href="#">+ Create connections</a></p>
    

    I can’t be the only one that is experiencing this issue since the 5.5 update? I rolled back to 5.4.2 and it works correctly. So what is going on in version 5.5 that’s conflicting with this?

    In the plugin files box.php has this code

    
      // View responsible for the entire metabox
      MetaboxView = Backbone.View.extend({
        events: {
          'click .p2p-toggle-tabs': 'toggleTabs',
          'click .wp-tab-bar li': 'setActiveTab'
        },
    

    Any help in piecing together a solution?

    • This reply was modified 4 years, 3 months ago by bbtodd.
    • This reply was modified 4 years, 3 months ago by bbtodd.
    Plugin Author Stiofan

    (@stiofansisland)

    Hello,

    I tested with 5.5 in both the block and classic editor and did not see any issues. I am guessing its a plugin conflict, did you have anything in your error logs?

    Thanks,

    Stiofan

    Thread Starter bbtodd

    (@bbtodd)

    Thanks for checking. OK, sorry, this probably is not specific to Posts 2 Posts.

    I’ve been looking into this and version 5.5 had some dramatic updates to JQuery and I see several errors in my console, it must be some other code conflicting with things. I’ll have to go through these instructions and try to resolve this.
    https://www.searchenginejournal.com/how-to-fix-wordpress-5-5/378452/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘1.6.6 update crashes site. Can’t make connections if I don’t update :-/’ is closed to new replies.