wpsnoop: fix Affiliate Manager plugin conflicts, errors & issues

When the plugin Affiliate Manager conflicts or throws a PHP error we hope wpsnoop can help you to fix the issue quickly.


Discover which shortcodes wp-options PHP functions database tables and files are created by Affiliate Manager, plus learn which plugins and/or themes could be in conflict with Affiliate Manager.


Troubleshooting theme and plugin conflicts is easier when you know what Affiliate Manager leaves behind after uninstalling it from a WordPress installation, there is a list down below for your convenience.

Expert advice is recommended if you are not technically proficient with PHP, MySQL etc. View support options for Affiliate Manager

Get professional support for Affiliate Manager here

When you need professional help with WordPress: get help here


What does Affiliate Manager version 0.5 add to WordPress? Answers Here.

This is an automatically generated report - it is possible for Affiliate Manager to perform differently in your installation, previous versions before 0.5 may have created a different set of shortcodes, used different function names or could have created entirely different database tables to store settings and operate. This is not an exhaustive list but shows how version 0.5 of Affiliate Manager behaves when installed and removed on a clean installation of WordPress.

We have not tested individual shortcodes, features or settings of this plugin but instead have concentrated on the potential for obvious errors and conflicts which can occur, if you need help with the plugin in your local installation you can get WordPress help and support for Affiliate Manager by clicking here.

Our testing covered the free version of this plugin there may or may not be a paid version or premium version available for purchase that unlocks additional features and could behave in a slightly or very different manner.

Which new files does Affiliate Manager add to WordPress?

This section will populate with a table showing an icon, size and filepath.

Type & Path Size Conflicts
wp-content/plugins/affiliate-manager/ 729.29kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/affiliate-manager.php 41.55kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/domparser.php 34.34kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/market-leverage-fetch.php 6.38kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/ 621.40kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/changelog 34.70kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/class.nusoap_base.php 29.14kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/class.soap_fault.php 2.25kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/class.soap_parser.php 24.81kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/class.soap_server.php 37.60kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/class.soap_transport_http.php 44.57kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/class.soap_val.php 2.35kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/class.soapclient.php 32.07kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/class.wsdl.php 76.60kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/class.wsdlcache.php 5.46kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/class.xmlschema.php 33.69kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/nusoap.php 282.97kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/nusoap/nusoapmime.php 15.19kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/readme.txt 2.89kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/screenshot-1.png 9.22kB No known conflicts with other themes or plugins.
wp-content/plugins/affiliate-manager/screenshot-2.png 13.52kB No known conflicts with other themes or plugins.

Which new shortcodes does Affiliate Manager add to WordPress?

Which new database tables are created by the WordPress plugin Affiliate Manager?

Which new options are added to the wp-options table by Affiliate Manager?

What new PHP functions does Affiliate Manager declare when it is active?

Function   Conflicts Common Errors
bf_smart_multiwidget_update 10 conflicts Fatal error: Cannot redeclare bf_smart_multiwidget_update()
affiliate_manager_add_admin 0 conflicts Fatal error: Cannot redeclare affiliate_manager_add_admin()
affiliate_manager_add_marketleverage_keyword 0 conflicts Fatal error: Cannot redeclare affiliate_manager_add_marketleverage_keyword()
affiliate_manager_admin 0 conflicts Fatal error: Cannot redeclare affiliate_manager_admin()
affiliate_manager_by_keyword 0 conflicts Fatal error: Cannot redeclare affiliate_manager_by_keyword()
affiliate_manager_delete_ad 0 conflicts Fatal error: Cannot redeclare affiliate_manager_delete_ad()
affiliate_manager_delete_campaign 0 conflicts Fatal error: Cannot redeclare affiliate_manager_delete_campaign()
affiliate_manager_delete_keyword 0 conflicts Fatal error: Cannot redeclare affiliate_manager_delete_keyword()
affiliate_manager_displayad 0 conflicts Fatal error: Cannot redeclare affiliate_manager_displayad()
affiliate_manager_image_proxy 0 conflicts Fatal error: Cannot redeclare affiliate_manager_image_proxy()
affiliate_manager_install 0 conflicts Fatal error: Cannot redeclare affiliate_manager_install()
affiliate_manager_random_banner 0 conflicts Fatal error: Cannot redeclare affiliate_manager_random_banner()
affiliate_manager_remote_load_file 0 conflicts Fatal error: Cannot redeclare affiliate_manager_remote_load_file()
affiliate_manager_remote_original_url 0 conflicts Fatal error: Cannot redeclare affiliate_manager_remote_original_url()
affiliate_manager_rewrite_rules 0 conflicts Fatal error: Cannot redeclare affiliate_manager_rewrite_rules()
affiliate_manager_rewrite_rules_add_query_vars 0 conflicts Fatal error: Cannot redeclare affiliate_manager_rewrite_rules_add_query_vars()
affiliate_manager_rewrite_rules_parse_request 0 conflicts Fatal error: Cannot redeclare affiliate_manager_rewrite_rules_parse_request()
affiliate_manager_set_defaults 0 conflicts Fatal error: Cannot redeclare affiliate_manager_set_defaults()
affiliate_manager_setup_rewrite 0 conflicts Fatal error: Cannot redeclare affiliate_manager_setup_rewrite()
affiliate_manager_update_marketleverage_db 0 conflicts Fatal error: Cannot redeclare affiliate_manager_update_marketleverage_db()
affiliate_manager_widget_multi 0 conflicts Fatal error: Cannot redeclare affiliate_manager_widget_multi()
affiliate_manager_widget_multi_control 0 conflicts Fatal error: Cannot redeclare affiliate_manager_widget_multi_control()
affiliate_manager_widget_multi_register 0 conflicts Fatal error: Cannot redeclare affiliate_manager_widget_multi_register()

Using Affiliate Manager from the command line with WP-CLI

The following commands are provided for convenience and should only be used if you understand how WP-CLI works. These commands refer to a single WordPress instance and may need to be modified if you are working with a Multisite installation.


How to install Affiliate Manager from the command line with WP-CLI

Navigate to the root of your WordPress installation and type the following command:

wp plugin install affiliate-manager


How to activate Affiliate Manager from the command line with WP-CLI

To immediately activate Affiliate Manager after WP-CLI downloads the latest version you can use the following command:

wp plugin install affiliate-manager --activate


How to reinstall Affiliate Manager from the command line with WP-CLI

To force a reinstallation of Affiliate Manager which overwrites the current plugin without asking for confirmation you can use the following command:

wp plugin install affiliate-manager --force


How to update Affiliate Manager to the latest version from the command line with WP-CLI

wp plugin update affiliate-manager


How to delete Affiliate Manager from the command line with WP-CLI

wp plugin delete affiliate-manager

Where can you download earlier versions of Affiliate Manager?

Whenever possible you should use the latest version of plugins and themes, however if you have recently updated and discovered that you need to install an earlier version you may be able to download other versions of Affiliate Manager from the WordPress repository by visiting this link.

Please note that installing earlier versions of a theme or plugin is not generally a recommended course of action for most users and could re-introduce security, stability or other issues in Affiliate Manager

About our testing enviroment

Tests were conducted using Apache 2.4.29, PHP 7.2 on Ubuntu 18.04, MySQL 5.7.33 and WordPress 5.9

It is very possible that different versions of PHP such as PHP 8.0, PHP 7.4, or PHP 7.3 could behave differently with Affiliate Manager. Different versions of WordPress could implement the features of this plugin in slightly different ways as well.