CS WooCommerce Bitcoin / AltCoin Payment Gateway 1.4.7

Does "CS WooCommerce Bitcoin / AltCoin Payment Gateway" work with WordPress 5.5.1 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
2PHP fatal errors
1PHP notices
4Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 62.7 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.024 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version5.5.1
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 700+
WordPress.org page https://wordpress.org/plugins/woo-altcoin-payment-gateway/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 8

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=woo-altcoin-payment-gateway%2Fwoocommerce-altcoin-payment.php&plugin_status=all&paged=1&s&_wpnonce=f511296933
Aspect after-activation
HTTP status 200
Load time 0.962 s
Memory usage 2.79 MiB
JS errors None
Resource errors None

AltCoin Payment

Page screenshot: AltCoin Payment
URL /wp-admin/plugins.php
Requested URL /wp-admin/admin.php?page=cs-woo-altcoin-gateway-settings
Aspect menu-item
HTTP status 200
Load time 0.533 s
Memory usage 2.71 MiB
JS errors None
Resource errors None

AltCoin Payment → Add New Coin

Page screenshot: AltCoin Payment → Add New Coin
URL /wp-admin/admin.php?page=cs-woo-altcoin-add-new-coin
Aspect menu-item
HTTP status 200
Load time 0.406 s
Memory usage 2.87 MiB
JS errors None
Resource errors None

AltCoin Payment → All Coins

Page screenshot: AltCoin Payment → All Coins
URL /wp-admin/admin.php?page=cs-woo-altcoin-all-coins
Aspect menu-item
HTTP status 200
Load time 0.269 s
Memory usage 2.79 MiB
JS errors None
Resource errors None

AltCoin Payment → Order Settings

Page screenshot: AltCoin Payment → Order Settings
URL /wp-admin/plugins.php
Requested URL /wp-admin/admin.php?page=cs-woo-altcoin-automatic-order-confirmation-settings
Aspect menu-item
HTTP status 200
Load time 0.400 s
Memory usage 2.71 MiB
JS errors None
Resource errors None

AltCoin Payment → Product Page Options

Page screenshot: AltCoin Payment → Product Page Options
URL /wp-admin/plugins.php
Requested URL /wp-admin/admin.php?page=cs-woo-altcoin-product-option-settings
Aspect menu-item
HTTP status 200
Load time 0.584 s
Memory usage 2.71 MiB
JS errors None
Resource errors None

AltCoin Payment → Checkout Page Options

Page screenshot: AltCoin Payment → Checkout Page Options
URL /wp-admin/plugins.php
Requested URL /wp-admin/admin.php?page=cs-woo-altcoin-checkout-option-settings
Aspect menu-item
HTTP status 200
Load time 0.408 s
Memory usage 2.71 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.242 s
Memory usage N/A
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.478 s0.394 s-0.084 s2.75 MiB2.82 MiB+ 64.02 KiB
/wp-admin/edit.php0.240 s0.243 s+0.003 s2.8 MiB2.86 MiB+ 64.34 KiB
/wp-admin/post-new.php1.623 s2.286 s+0.663 s4.54 MiB4.62 MiB+ 77.06 KiB
/wp-admin/upload.php0.733 s0.481 s-0.252 s2.63 MiB2.69 MiB+ 62.52 KiB
/wp-admin/options-writing.php0.179 s0.185 s+0.006 s2.64 MiB2.67 MiB+ 30.87 KiB
/wp-admin/media-new.php0.224 s0.383 s+0.159 s2.6 MiB2.67 MiB+ 64.94 KiB
/wp-admin/edit-tags.php?taxonomy=category0.209 s0.190 s-0.019 s2.64 MiB2.71 MiB+ 64.28 KiB
/wp-admin/post-new.php?post_type=page1.572 s1.478 s-0.094 s4.53 MiB4.6 MiB+ 72.65 KiB
/wp-admin/options-discussion.php0.385 s0.406 s+0.021 s2.61 MiB2.67 MiB+ 63.38 KiB
/wp-admin/edit-comments.php0.224 s0.230 s+0.006 s2.65 MiB2.71 MiB+ 62.91 KiB
/0.323 s0.180 s-0.143 s2.56 MiB
Average 0.563 s0.587 s+0.024 s3 MiB3.1 MiB+ 62.7 KiB

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 3

Options wp_options 1

PHP Error Log 38 lines

[05-Sep-2020 11:22:56 UTC] WordPress database error BLOB, TEXT, GEOMETRY or JSON column 'transferFeeTextBoxText' can't have a default value for query CREATE TABLE IF NOT EXISTS `wp_wapg_coins`(
            `id` int(11) NOT NULL auto_increment,
            `name` varchar(56),
            `coin_web_id` varchar(56),
            `symbol` varchar(20),
            `coin_type` varchar(1) DEFAULT 1,
            `checkout_type` char(1),
            `status` char(1),
            `transferFeeTextBoxStatus` char(1) DEFAULT 1,
            `transferFeeTextBoxText` mediumtext DEFAULT 'NB: Don\'t forget to add the transfer fee.',
            PRIMARY KEY ( `id`)
            ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_woo-altcoin-payment-gateway/woocommerce-altcoin-payment.php'), WP_Hook->do_action, WP_Hook->apply_filters, WooGateWayCoreLib\install\Activate::on_activate
[05-Sep-2020 11:22:59 UTC] WordPress database error Table 'wordpress.wp_wapg_coins' doesn't exist for query SELECT *,c.id as cid, a.id as aid, o.id as oid, GROUP_CONCAT(address SEPARATOR ', ') as address from  wp_wapg_coins as c  left join wp_wapg_coin_addresses as a on c.id = a.coin_id  left join wp_wapg_coin_offers as o on c.id = o.coin_id   group by c.name order by c.id DESC limit 10 offset 0 made by do_action('altcoin-payment_page_cs-woo-altcoin-all-coins'), WP_Hook->do_action, WP_Hook->apply_filters, WooGateWayCoreLib\actions\RegisterCustomMenu->load_all_coins_list_page, WooGateWayCoreLib\admin\options\pages\AllCoins->generate_coin_list, WooGateWayCoreLib\admin\options\Coin_List->prepare_items, WooGateWayCoreLib\admin\options\Coin_List->poulate_the_data
[05-Sep-2020 11:22:59 UTC] WordPress database error Table 'wordpress.wp_wapg_coins' doesn't exist for query select count(id) as total from wp_wapg_coins  made by do_action('altcoin-payment_page_cs-woo-altcoin-all-coins'), WP_Hook->do_action, WP_Hook->apply_filters, WooGateWayCoreLib\actions\RegisterCustomMenu->load_all_coins_list_page, WooGateWayCoreLib\admin\options\pages\AllCoins->generate_coin_list, WooGateWayCoreLib\admin\options\Coin_List->prepare_items, WooGateWayCoreLib\admin\options\Coin_List->poulate_the_data
[05-Sep-2020 11:23:01 UTC] WordPress database error Table 'wordpress.wp_wapg_coins' doesn't exist for query  select * from `wp_wapg_coins` where status = 1 made by do_action('altcoin-payment_page_cs-woo-altcoin-product-option-settings'), WP_Hook->do_action, WP_Hook->apply_filters, WooGateWayCoreLib\actions\RegisterCustomMenu->load_product_page_option_settings, WooGateWayCoreLib\admin\options\pages\ProductPageOptions->generate_product_options_settings, WooGateWayCoreLib\admin\builders\CsFormHelperLib::get_all_active_coins
[05-Sep-2020 11:23:01 UTC] PHP Notice:  Undefined variable: settings_data in /wp-content/plugins/woo-altcoin-payment-gateway/core/admin/options/pages/ProductPageOptions.php on line 114
[05-Sep-2020 11:23:02 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function WooGateWayCoreLib\Actions\is_shop() in /wp-content/plugins/woo-altcoin-payment-gateway/core/actions/WooHooks.php:177
Stack trace:
#0 /wp-includes/class-wp-hook.php(287): WooGateWayCoreLib\Actions\WooHooks->wapg_crypto_live_prices_ticker()
#1 /wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(478): WP_Hook->do_action()
#3 /wp-includes/general-template.php(3022): do_action()
#4 /wp-content/themes/twentyseventeen/footer.php(48): wp_footer()
#5 /wp-includes/template.php(730): require_once('/opt/bitnami/ap...')
#6 /wp-includes/template.php(676): load_template()
#7 /wp-includes/general-template.php(92): locate_template()
#8 /opt/bitnam in /wp-content/plugins/woo-altcoin-payment-gateway/core/actions/WooHooks.php on line 177
[05-Sep-2020 11:23:10 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function WooGateWayCoreLib\Actions\is_shop() in /wp-content/plugins/woo-altcoin-payment-gateway/core/actions/WooHooks.php:177
Stack trace:
#0 /wp-includes/class-wp-hook.php(287): WooGateWayCoreLib\Actions\WooHooks->wapg_crypto_live_prices_ticker()
#1 /wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(478): WP_Hook->do_action()
#3 /wp-includes/general-template.php(3022): do_action()
#4 /wp-content/themes/twentyseventeen/footer.php(48): wp_footer()
#5 /wp-includes/template.php(730): require_once('/opt/bitnami/ap...')
#6 /wp-includes/template.php(676): load_template()
#7 /wp-includes/general-template.php(92): locate_template()
#8 /opt/bitnam in /wp-content/plugins/woo-altcoin-payment-gateway/core/actions/WooHooks.php on line 177
See also: All tests for this plugin, How to Hide WooCommerce Bitcoin / AltCoin Payment Gateway Admin Menus