• Resolved aspenvapesca

    (@aspenvapesca)


    Hello Roland,

    First I would like to thank you for the excellent work you have put into this plugin, it’s a dream come true for displaying databases on a WP site. The plugin has worked like a charm for the past months I’ve been using it. However in the past few days I’ve ran into a problem and it won’t let me open the settings page. It displays “Fatal error: Call to private method PDb_Live_Notification::analytics_vars() from context ” in /hermes/bosnaweb03a/b2377/nf.aspenvapesca/research/wp-content/plugins/participants-database/classes/PDb_Live_Notification.class.php on line 47″

    On the installed plugin details there are also some error messages, “Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /hermes/bosnaweb03a/b2377/nf.aspenvapesca/research/wp-content/plugins/participants-database/classes/PDb_Update_Notices.class.php on line 190 Warning: file_get_contents(http://plugins.svn.wordpress.org/participants-database/trunk/readme.txt?format=txt): failed to open stream: no suitable wrapper could be found in /hermes/bosnaweb03a/b2377/nf.aspenvapesca/research/wp-content/plugins/participants-database/classes/PDb_Update_Notices.class.php on line 190 Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /hermes/bosnaweb03a/b2377/nf.aspenvapesca/research/wp-content/plugins/participants-database/classes/PDb_Update_Notices.class.php on line 190 Warning: file_get_contents(http://plugins.svn.wordpress.org/participants-database/trunk/readme.txt?format=txt): failed to open stream: no suitable wrapper could be found in /hermes/bosnaweb03a/b2377/nf.aspenvapesca/research/wp-content/plugins/participants-database/classes/PDb_Update_Notices.class.php on line 190”

    I’ve deleted the plugin and reinstalled, I’ve cleared my cache and databases and I haven’t seen any changes. I would appreciate if you could look into this.

    Thank you,

    Mark

    https://wordpress.org/plugins/participants-database/

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

    (@xnau)

    Yes, I’m aware of the issue, it will affect people running PHP version 5.3…later versions won’t have the issue.

    You can fix this by opening the file classes/PDb_Live_Notification.class.php and on line 235, you’ll see the word “private” change that to “public” and you’ll be good.

    Plugin Author xnau webdesign

    (@xnau)

    Also, the other warnings you’re seeing are probably due to security restrictions on your hosting server. The “allow_url_fopen” PHP setting is disabled. If you have access to your PHP configuration, set the “allow_url_fopen” setting to “on”

    Thread Starter aspenvapesca

    (@aspenvapesca)

    That worked, thank you so much. I’ll pay for your next coffee.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Live Notification error in WP 4.6’ is closed to new replies.