Payment forms for Paystack 2.4.0

Does Payment forms for Paystack work with WordPress 4.9.7 and PHP 7.0.16? A smoke test was performed on .

Summary

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

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

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version4.9.7
PHP version7.0.16
MySQL version5.7.17
PHP memory limit256M
Plugin Info
Last updated
Active installs 3,000+
WordPress.org page https://wordpress.org/plugins/payment-forms-for-paystack/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Requested URL /wp-admin/plugins.php?action=activate&plugin=payment-forms-for-paystack%2Fpaystack-forms.php&plugin_status=all&paged=1&s&_wpnonce=df8387cbbf
Aspect after-activation
HTTP status 200 OK
Load time 0.097 s
Memory usage 3.11 MiB
JS errors None
Resource errors None

Paystack Forms

Page screenshot: Paystack Forms
URL /wp-admin/edit.php?post_type=paystack_form
Aspect menu-item
HTTP status 200 OK
Load time 0.039 s
Memory usage 3.14 MiB
JS errors None
Resource errors None

Paystack Forms → Add New

Page screenshot: Paystack Forms → Add New
URL /wp-admin/post-new.php?post_type=paystack_form
Aspect menu-item
HTTP status 200 OK
Load time 0.044 s
Memory usage 3.18 MiB
JS errors None
Resource errors None

Paystack Forms → Api Keys Settings

Page screenshot: Paystack Forms → Api Keys Settings
URL /wp-admin/edit.php?post_type=paystack_form&page=class-paystack-forms-admin.php
Aspect menu-item
HTTP status 200 OK
Load time 0.035 s
Memory usage 3.01 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 OK
Load time 0.097 s
Memory usage 2.86 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.116 s0.040 s-0.076 s3.1 MiB3.16 MiB+ 64.22 KiB
/wp-admin/edit.php0.119 s0.110 s-0.009 s3.13 MiB3.19 MiB+ 65.66 KiB
/wp-admin/post-new.php0.150 s0.157 s+0.007 s3.19 MiB3.27 MiB+ 81.76 KiB
/wp-admin/upload.php0.087 s0.041 s-0.046 s2.97 MiB3.03 MiB+ 63.02 KiB
/wp-admin/options-writing.php0.083 s0.085 s+0.002 s3.05 MiB3.02 MiB- 30.93 KiB
/wp-admin/media-new.php0.044 s0.071 s+0.027 s2.95 MiB3.01 MiB+ 63.2 KiB
/wp-admin/edit-tags.php?taxonomy=category0.075 s0.082 s+0.007 s2.99 MiB3.11 MiB+ 128.1 KiB
/wp-admin/post-new.php?post_type=page0.159 s0.152 s-0.007 s3.2 MiB3.27 MiB+ 74.5 KiB
/wp-admin/options-discussion.php0.080 s0.035 s-0.045 s2.95 MiB3.01 MiB+ 63.51 KiB
/wp-admin/edit-comments.php0.079 s0.094 s+0.015 s2.99 MiB3.12 MiB+ 128.3 KiB
/0.084 s0.102 s+0.018 s2.83 MiB2.86 MiB+ 29.55 KiB
Average 0.098 s0.088 s-0.010 s3.03 MiB3.1 MiB+ 66.44 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 1

Options wp_options 1

Custom Post Types 1

ID Name
paystack_formPaystack Forms

Meta Boxes

{
    "paystack_form": {
        "kkd_pff_paystack_editor_help_data": {
            "title": "Help Section",
            "context": "custom-metabox-holder"
        },
        "kkd_pff_paystack_editor_add_form_data": {
            "title": "Extra Form Description",
            "context": "normal"
        },
        "kkd_pff_paystack_editor_add_email_data": {
            "title": "Email Receipt Settings",
            "context": "normal"
        },
        "kkd_pff_paystack_editor_add_recur_data": {
            "title": "Recurring Payment",
            "context": "side"
        },
        "kkd_pff_paystack_editor_add_quantity_data": {
            "title": "Quantity Payment",
            "context": "side"
        },
        "kkd_pff_paystack_editor_add_agreement_data": {
            "title": "Agreement checkbox",
            "context": "side"
        },
        "kkd_pff_paystack_editor_add_subaccount_data": {
            "title": "Sub Account",
            "context": "side"
        },
        "kkd_pff_paystack_editor_add_startdateplan_data": {
            "title": "*Special: Subscribe to plan after time",
            "context": "side"
        }
    }
}

PHP Error Log 5 lines

[07-Jul-2018 04:58:21 UTC] WordPress database error Incorrect table definition; there can be only one auto column and it must be defined as a key for query ALTER TABLE wp_paystack_forms_payments ADD COLUMN iid int(11) NOT NULL AUTO_INCREMENT made by activate_plugin, do_action('activate_payment-forms-for-paystack/paystack-forms.php'), WP_Hook->do_action, WP_Hook->apply_filters, kkd_pff_paystack_activate_paystack_forms, Kkd_Pff_Paystack_Activator::activate, dbDelta
[07-Jul-2018 04:58:21 UTC] WordPress database error Duplicate key name 'id' for query ALTER TABLE wp_paystack_forms_payments ADD UNIQUE KEY `id` (`id`,`PRIMARY`) made by activate_plugin, do_action('activate_payment-forms-for-paystack/paystack-forms.php'), WP_Hook->do_action, WP_Hook->apply_filters, kkd_pff_paystack_activate_paystack_forms, Kkd_Pff_Paystack_Activator::activate, dbDelta
[07-Jul-2018 04:58:22 UTC] PHP Notice:  Undefined index: action in /wp-content/plugins/payment-forms-for-paystack/admin/class-paystack-forms-admin.php on line 259
[07-Jul-2018 04:58:24 UTC] PHP Notice:  Undefined index: action in /wp-content/plugins/payment-forms-for-paystack/admin/class-paystack-forms-admin.php on line 259
[07-Jul-2018 04:58:25 UTC] PHP Notice:  Undefined index: action in /wp-content/plugins/payment-forms-for-paystack/admin/class-paystack-forms-admin.php on line 259
See also: All tests for this plugin, How to Hide Payment Forms for Paystack Admin Menus