• Resolved ahaostojic

    (@ahaostojic)


    I have Awesome support 3.3.2
    I have Ninja Forms 3.0.11

    “Awesome support 3.3.1 – June 20, 2016
    Bugfixes
    Fix conflict with Ninja Forms”

    Why I have this conflict now, with new version? Can you help me?

    Ana

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author awesomesupport

    (@awesomesupport)

    Hi Ana – can you describe the nature of the conflict you’re seeing now please? It could be something different so a description, error logs etc. would be helpful.

    Thanks.

    Thread Starter ahaostojic

    (@ahaostojic)

    Hi..I have changed this
    “/awesome-support/vendor/ericmann/wp-session-manager/includes/class-wp-session.php and change protected $session_id; to public $session_id; line 25.”
    now works fine
    and error was this:
    “Fatal error: Cannot access protected property WP_Session::$session_id in /home/[wordpress install name]/wp-content/plugins/ninja-forms/deprecated/classes/session.php on line 122”
    this is part of log

    [19-Oct-2016 19:42:42 UTC] PHP Fatal error: Cannot access protected property WP_Session::$session_id in /home3/awe/public_html/yallabike.com/wp-content/plugins/ninja-forms/deprecated/classes/session.php on line 122
    [19-Oct-2016 14:42:45 America/Chicago] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set ‘always_populate_raw_post_data’ to ‘-1’ in php.ini and use the php://input stream instead. in Unknown on line 0
    [19-Oct-2016 19:42:47 UTC] PHP Fatal error: Cannot access protected property WP_Session::$session_id in /home3/awe/public_html/yallabike.com/wp-content/plugins/ninja-forms/deprecated/classes/session.php on line 122
    [19-Oct-2016 19:42:49 UTC] PHP Fatal error: Cannot access protected property WP_Session::$session_id in /home3/awe/public_html/yallabike.com/wp-content/plugins/ninja-forms/deprecated/classes/session.php on line 122
    [19-Oct-2016 19:42:51 UTC] PHP Fatal error: Cannot access protected property WP_Session::$session_id in /home3/awe/public_html/yallabike.com/wp-content/plugins/ninja-forms/deprecated/classes/session.php on line 122
    [19-Oct-2016 19:42:54 UTC] PHP Fatal error: Cannot access protected property WP_Session::$session_id in /home3/awe/public_html/yallabike.com/wp-content/plugins/ninja-forms/deprecated/classes/session.php on line 122
    [19-Oct-2016 19:43:38 UTC] PHP Fatal error: Cannot access protected property WP_Session::$session_id in /home3/awe/public_html/yallabike.com/wp-content/plugins/ninja-forms/deprecated/classes/session.php on line 122

    Justin Greer

    (@justingreerbbi)

    This issue is confirmed. The session manager clashes with Ninja Forms since both use the WP_Session. Ninja forms will soon be removing this deprecated use of sessions but it would be nice to see WP_Session be converted to use transients or something on those lines.

    Temp fix:
    Set $session_id to public in
    /awesome-support/vendor/ericmann/wp-session-manager/includes/class-wp-session.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ninja / Awesome support conflict’ is closed to new replies.