• Resolved agsrescue

    (@agsrescue)


    Ever since I updated Participants Database today, I am getting several different errors. Participants Database seems to be conflicting with the Charitable plugin: https://www.ads-software.com/plugins/charitable/

    The errors were not occurring prior to the update and Charitable does not have the errors occur with any other plugins and if Participants Database is disabled.

    The errors are:

    Notice: WP_Session::get_instance was called incorrectly. Please use native Session functionality. Please see Debugging in WordPress for more information. (This message was added in version 3.0.) in /home/agsgerbi/public_html/wp-includes/functions.php on line 4161

    Notice: Undefined property: WP_Session::$session_id in /home/agsgerbi/public_html/wp-content/plugins/charitable/includes/public/class-charitable-session.php on line 381

    Notice: Undefined property: WP_Session::$session_id in /home/agsgerbi/public_html/wp-content/plugins/charitable/includes/public/class-charitable-session.php on line 381

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author xnau webdesign

    (@xnau)

    It looks like you have a plugin on your site that is incompatible with the session handler in Participants Database. I’m not sure what the immediate solution is, the other plugin is apparently called “charitable”

    Plugin Author xnau webdesign

    (@xnau)

    The problem is not that there is a local instance of a global function, it is that there are two incompatible versions of the WP Session library present on your site.

    I am working on ways to get around this, but because WP Sessions is not in the core, I have to include it in the plugin. This can cause problems such as what you see here.

    Are you using the latest version of Ninja Forms?

    Plugin Author xnau webdesign

    (@xnau)

    On possible solution is to edit the file

    wp-content/plugins/participants-database/vendor/wp-session-manager/includes/deprecated.php

    just remove everything from that file so it loads a blank file.

    No guarantee this will solve other problems due to WP Sessions being included in two plugins but it’s a start.

    Thread Starter agsrescue

    (@agsrescue)

    jsulliv2 please don’t hijack support threads. Open a new one instead as our issues are totally different and it’s detracting from me being able to get assistance. Thank you.

    Plugin Author xnau webdesign

    (@xnau)

    @agsrescue you’re right about the thread, and I’m sorry, but I am waiting on any response you might have to my answer to your support request…it looks like you’ve got an incompatible plugin that is perhaps out of date or needs to be updated.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note: @jsulliv2 If you need support then per the forum guidelines please start your own topic.

    https://www.ads-software.com/support/guidelines/#post-in-the-best-place

    You can do so here.

    https://www.ads-software.com/support/plugin/participants-database/#new-post

    I’ve archived the replies that had nothing to do with this user’s problem.

    Thread Starter agsrescue

    (@agsrescue)

    Hi Xnau, thanks for checking in with me. We removed the Charitable plugin and went with another, lighter donation plugin for our website. We turned off the debugging feature with wordpress and everything seems to be functioning okay. The recent update to PHP 7.2 on our host provider is making it difficult to keep everything working correctly in general right now lol. We’re looking to hire a wordpress developer for some consulting if you know of anyone. ??

    Plugin Author xnau webdesign

    (@xnau)

    Hi, I’m familiar with the problems that a major php update can bring. They are good problems to solve, though, php 7 has been out a while and it’s time to take that step.

    I can’t make a recommendation for you, that kind of help can be hard to find, I know, I’ve been looking for it myself.

    Thanks for the update.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Errors after new plugin update’ is closed to new replies.