Home › Forums › BulletProof Security Pro › Simple Video Management System
- This topic has 2 replies, 2 voices, and was last updated 1 month, 2 weeks ago by
AITpro Admin.
-
AuthorPosts
-
Terry
ParticipantI am getting errors from a plugin called Simple Video Management Systems as shown below. Can you advise if BPS is blocking anything that would cause this error. I already have some whitelisting code for this plugin in the firewall section.
Stack trace: #0 /home/igniteurbiz/public_html/wp-content/plugins/s3_video_player_plus/s3_video_player_plus_functions.php(943): include_once() #1 /home/igniteurbiz/public_html/wp-includes/class-wp-hook.php(308): vpp_analytic_ajax('') #2 /home/igniteurbiz/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array) #3 /home/igniteurbiz/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /home/igniteurbiz/public_html/wp-admin/admin-ajax.php(203): do_action('wp_ajax_nopriv_...') #5 {main} thrown in /home/igniteurbiz/public_html/wp-content/plugins/s3_video_player_plus/ajax.php on line 988 [13-Apr-2023 02:16:38 UTC] PHP Warning: Undefined variable $row in /home/igniteurbiz/public_html/wp-content/plugins/s3_video_player_plus/ajax.php on line 988 [13-Apr-2023 02:16:38 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/igniteurbiz/public_html/wp-content/plugins/s3_video_player_plus/ajax.php:988 Stack trace: #0 /home/igniteurbiz/public_html/wp-content/plugins/s3_video_player_plus/s3_video_player_plus_functions.php(943): include_once() #1 /home/igniteurbiz/public_html/wp-includes/class-wp-hook.php(308): vpp_analytic_ajax('') #2 /home/igniteurbiz/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array) #3 /home/igniteurbiz/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /home/igniteurbiz/public_html/wp-admin/admin-ajax.php(203): do_action('wp_ajax_nopriv_...') #5 {main} thrown in /home/igniteurbiz/public_html/wp-content/plugins/s3_video_player_plus/ajax.php on line 988 [13-Apr-2023 02:16:54 UTC] PHP Warning: Undefined variable $is_elementor in /home/igniteurbiz/public_html/wp-content/plugins/s3_video_player_plus/app/Vpp_Base.php on line 962 [13-Apr-2023 02:50:11 UTC] PHP Warning: Undefined variable $is_elementor in /home/igniteurbiz/public_html/wp-content/plugins/s3_video_player_plus/app/Vpp_Base.php on line 962 [13-Apr-2023 04:32:10 UTC] PHP Warning: Undefined variable $is_elementor in /home/igniteurbiz/public_html/wp-content/plugins/s3_video_player_plus/app/Vpp_Base.php on line 962
AITpro Admin
KeymasterThe BPS PHP error log just logs any php errors that are occurring with your website, WordPress, Plugins, Themes, etc. The php error means that there is a coding mistake in the S3 Video Player Plus plugin here > /home/igniteurbiz/public_html/wp-content/plugins/s3_video_player_plus/ajax.php:988. Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given = The php function count() should output an array of values, but instead a null value is outputted causing a Fatal Error. Contact the plugin author and let them know about his coding mistake so they can provide a fix.
AITpro Admin
KeymasterI just thought of something that could be caused by the BPS Pro Plugin Firewall. If a dependent plugin file for that plugin is being blocked by the Plugin Firewall then the array values from that file would not be populated in the ajax.php file. Try deactivating the BPS Pro Plugin Firewall to see if the error message no longer occurs.
-
AuthorPosts
- You must be logged in to reply to this topic.