Support » Plugin: Customer Service Software & Support Ticket System » 500 error for redeclaring P2P classes

  • Resolved Ruben Garcia

    (@rubengc)


    Hi WP Ticket support team

    An user was reported an issue about when GamiPress was activated in conjunction with WP Ticket

    Error comes that WP Ticket is redeclaring P2P classes

    In you function _p2p_load() you should add a check similar to this one to avoid any issues:
    if ( function_exists( ‘p2p_register_connection_type’ ) )
    return;

    Also, on P2P 1.6.5, author was included an autoload file to avoid any issue like that

    Best regards

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘500 error for redeclaring P2P classes’ is closed to new replies.