The plugin shows two warnings under PHP 8.1
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in?wp-includes/functions.php?on line?7241
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in?/wp-includes/functions.php?on line?2187
Disabling the plugin clears the warnings.
]]>When I try to use this plugin on a server running PHP 8, I get the following warning:
PHP Warning: The magic method WP101\API::__wakeup() must have public visibility in /sitename/wp-content/plugins/wp101/includes/class-api.php on line 71
Changing the visibility to public does fix it, so I wanted to give you a heads up!
]]>Is WP101 Video Tutorial Plugin compatible with Woocommerce 5.0.0?
]]>yes i read about its features and it looks like very useful plugin for an attractive video tutorial for a website i wanna use it i my music website that was hosted on WordPress.
]]>I removed some plugins that were said to be inactive and now I’m unable to reach my site.
Any suggestions.
HEre’s the full error message.
Fatal error: Call to undefined function WP101\wp_json_encode() in /home4/my9to5/public_html/wp-content/plugins/wp101/includes/class-api.php on line 517
Hello
Is the plugin supported or compatible with PHP 7?
Thanks
Is the plugin compatible with WPMU?
Cheers.
]]>I’ve installed the WP101 Videos plugin by uploading a ZIP file, installing it, and entering the API key.
However, I’m finding that the videos aren’t working in Google Chrome. When I try to play a video, it stutters back and forth, displaying 0, then the duration of the video (I’m assuming), and never actually plays.
They do work in Firefox.
Has anyone seem similar behavior? For what it’s worth, I tried viewing them in incognito mode in Chrome, but still no luck.
Chrome is my first choice for a browser, so it’s annoying that they don’t work there.
Anyone have any suggestions?
]]>I’m trying to install the WP101 plugin. When I search for it in WordPress, I get the following description of the plugin:
——————————
WP101
Install Now
More Details
Delivers a complete set of WordPress tutorial videos directly within the dashboard. Choose which videos to show, or add your own!
5.0 rating based on 4 ratings (4) Last Updated: 46 years ago 10,000+ Active Installs Compatible with your version of WordPress
——————————
Last Updated: 46 years ago?
Then, when I try to install it, it gives me:
——————————
Downloading install package from https://downloads.www.ads-software.com/plugin/wp101.zip…
Unpacking the package…
Installing the plugin…
The package could not be installed. No valid plugins were found.
Plugin install failed.
——————————
Either I’m doing something wrong, or the ZIP file would seem to be corrupt.
How can I install the plugin? Any assistance would be gratefully received.
Thanks
]]>Hi Shawn,
Found this little bug in your latest version, thought you might like a patch for it:
Index: htdocs/wp-content/plugins/wp101/wp101.php
===================================================================
— htdocs/wp-content/plugins/wp101/wp101.php (revision 824616)
+++ htdocs/wp-content/plugins/wp101/wp101.php (working copy)
@@ -45,7 +45,7 @@
}
public function admin_menu() {
- $hook = add_menu_page( _x( 'WP101', 'page title', 'wp101' ), _x( 'Video Tutorials', 'menu title', 'wp101' ), 'read', 'wp101', array( $this, 'render_listing_page' ), $wp101_icon_url );
+ $hook = add_menu_page( _x( 'WP101', 'page title', 'wp101' ), _x( 'Video Tutorials', 'menu title', 'wp101' ), 'read', 'wp101', array( $this, 'render_listing_page' ) );
add_action( "load-{$hook}", array( $this, 'load' ) );
}
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
]]>Is there a way, like for the global API key setting in wp101.php, to set the default videos for all sites across a multisite network?
Thanks so much!
]]>Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'WP101_Plugin' does not have a method 'api_key_notset_message' in [removed]/wp-includes/plugin.php on line 406
Seen on a multisite, sub-site admin ?page=wp101&configure=1
with no API key.
What is the cost for the use? I have clients daily who want WP direct training on top of eCommerce sites so this might be a good plugin for use but I don’t know your rates. The plugin is not free because you require an API key and registration so how do I get to know the costs involved?
]]>How do I get the API key to be recognized on subsites of a network without having to re-type the API key every time?
]]>