Flow Payments 1.1.0

Does Flow Payments work with WordPress 6.8.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
14PHP warnings
276PHP deprecation warnings
5Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 11.1 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 version6.8.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/flow-payments/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

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=flow-payments%2Fswell.php&plugin_status=all&paged=1&s&_wpnonce=dbf980b33c
Aspect after-activation
HTTP status 200
Load time 0.418 s
Memory usage 3.54 MiB
JS errors None
Resource errors None

Swell

Page screenshot: Swell
URL /wp-admin/admin.php?page=flow%2Fflow-admin-page.php
Requested URL /wp-admin/admin.php?page=flow/flow-admin-page.php
Aspect menu-item
HTTP status 200
Load time 0.167 s
Memory usage 3.5 MiB
JS errors None
Resource errors None

Swell → Payment Form

Page screenshot: Swell → Payment Form
URL /wp-admin/admin.php?page=payment-form-options.php.php
Aspect menu-item
HTTP status 200
Load time 0.144 s
Memory usage 3.5 MiB
JS errors None
Resource errors None

Swell → Products

Page screenshot: Swell → Products
URL /wp-admin/admin.php?page=products.php
Aspect menu-item
HTTP status 200
Load time 0.327 s
Memory usage 3.5 MiB
JS errors None
Resource errors None

Swell → Orders

Page screenshot: Swell → Orders
URL /wp-admin/admin.php?page=orders.php
Aspect menu-item
HTTP status 200
Load time 0.163 s
Memory usage 3.5 MiB
JS errors None
Resource errors None

Swell → Settings

Page screenshot: Swell → Settings
URL /wp-admin/admin.php?page=settings.php
Aspect menu-item
HTTP status 200
Load time 0.161 s
Memory usage 3.5 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.658 s
Memory usage 3.44 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.295 s0.336 s+0.041 s3.51 MiB3.52 MiB+ 17.79 KiB
/wp-admin/edit.php0.198 s0.200 s+0.002 s3.57 MiB3.59 MiB+ 17.77 KiB
/wp-admin/post-new.php0.746 s0.809 s+0.063 s6.06 MiB6.08 MiB+ 21.14 KiB
/wp-admin/upload.php0.665 s0.513 s-0.152 s3.52 MiB3.52 MiB+ 376 bytes
/wp-admin/options-writing.php0.222 s0.220 s-0.002 s3.5 MiB3.51 MiB+ 4.36 KiB
/wp-admin/media-new.php0.329 s0.229 s-0.100 s3.49 MiB3.5 MiB+ 12.55 KiB
/wp-admin/edit-tags.php?taxonomy=category0.231 s0.217 s-0.014 s3.5 MiB3.53 MiB+ 23.23 KiB
/wp-admin/post-new.php?post_type=page0.590 s0.614 s+0.024 s6.05 MiB6.07 MiB+ 16.66 KiB
/wp-admin/options-discussion.php0.466 s0.259 s-0.207 s3.5 MiB3.5 MiB+ 880 bytes
/wp-admin/edit-comments.php0.252 s0.210 s-0.042 s3.52 MiB3.52 MiB+ 368 bytes
/0.307 s0.627 s+0.320 s3.43 MiB3.44 MiB+ 6.98 KiB
Average 0.391 s0.385 s-0.006 s3.97 MiB3.98 MiB+ 11.1 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
Language % Lines of code Comment lines Files
PHP78.5%4,9931,005116
CSS7.4%473322
JavaScript4.8%305525
Stylus4.6%295291
Markdown3.3%21302
JSON0.6%3601
XML0.5%3002
YAML0.3%1802
Total 6,363 1,118 131

PHP Code Analysis | More results »

Lines of code 4,256
Total complexity 551
Median class complexity 4.0
Median method complexity 1.0
Most complex class Stripe\StripeObject
Most complex function Stripe\HttpClient\CurlClient::request()
Classes 86
Methods 350
Functions 17

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

PHP Error Log 300 lines

[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:34 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''&pound' at line 6 for query CREATE TABLE wp_swell_user (
		id mediumint(9) NOT NULL AUTO_INCREMENT,
		accesstoken varchar(255) NOT NULL DEFAULT '',
		publishablekey  varchar(255) NOT NULL DEFAULT '',
		currency varchar(3) NOT NULL DEFAULT 'GBP',
		currency_symbol varchar(10) NOT NULL DEFAULT '&pound made by activate_plugin, do_action('activate_flow-payments/swell.php'), WP_Hook->do_action, WP_Hook->apply_filters, flow_create_store_db, dbDelta
[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:34 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:35 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:35 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:35 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:35 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:35 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:35 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:36 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:36 UTC] WordPress database error Table 'wordpress.wp_swell_user' doesn't exist for query SELECT publishablekey, accesstoken FROM wp_swell_user made by do_action('swell_page_payment-form-options'), WP_Hook->do_action, WP_Hook->apply_filters, flow_payment_form_options, require('/plugins/flow-payments/admin/pages/payment-form/form_options_controller.php'), require_once('/plugins/flow-payments/admin/models/get_keys.php')
[17-May-2025 23:41:36 UTC] PHP Warning:  Undefined array key 0 in /wp-content/plugins/flow-payments/admin/models/get_keys.php on line 8
[17-May-2025 23:41:36 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/flow-payments/admin/models/get_keys.php on line 10
[17-May-2025 23:41:36 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/flow-payments/admin/models/get_keys.php on line 11
[17-May-2025 23:41:37 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:37 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:37 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:37 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:37 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:37 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:37 UTC] WordPress database error Table 'wordpress.wp_swell_user' doesn't exist for query SELECT currency_symbol FROM wp_swell_user made by do_action('swell_page_products'), WP_Hook->do_action, WP_Hook->apply_filters, flow_products_selection, require('/plugins/flow-payments/admin/pages/products/products_controller.php'), require_once('/plugins/flow-payments/admin/pages/products/products_model.php')
[17-May-2025 23:41:37 UTC] PHP Warning:  Undefined array key 0 in /wp-content/plugins/flow-payments/admin/pages/products/products_model.php on line 8
[17-May-2025 23:41:37 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/flow-payments/admin/pages/products/products_model.php on line 8
[17-May-2025 23:41:38 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:38 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:38 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:38 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:38 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:38 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:38 UTC] WordPress database error Table 'wordpress.wp_swell_user' doesn't exist for query SELECT publishablekey, accesstoken FROM wp_swell_user made by do_action('swell_page_orders'), WP_Hook->do_action, WP_Hook->apply_filters, flow_orders_selection, require('/plugins/flow-payments/admin/pages/orders/orders_controller.php'), require_once('/plugins/flow-payments/admin/models/get_keys.php')
[17-May-2025 23:41:38 UTC] PHP Warning:  Undefined array key 0 in /wp-content/plugins/flow-payments/admin/models/get_keys.php on line 8
[17-May-2025 23:41:38 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/flow-payments/admin/models/get_keys.php on line 10
[17-May-2025 23:41:38 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/flow-payments/admin/models/get_keys.php on line 11
[17-May-2025 23:41:39 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:39 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:39 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:39 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:39 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:39 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:39 UTC] WordPress database error Table 'wordpress.wp_swell_user' doesn't exist for query SELECT accesstoken, publishablekey, id, currency FROM wp_swell_user made by do_action('swell_page_settings'), WP_Hook->do_action, WP_Hook->apply_filters, flow_settings, require('/plugins/flow-payments/admin/pages/settings/settings.php')
[17-May-2025 23:41:39 UTC] PHP Warning:  Undefined array key 0 in /wp-content/plugins/flow-payments/admin/pages/settings/settings.php on line 6
[17-May-2025 23:41:39 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/flow-payments/admin/pages/settings/settings.php on line 39
[17-May-2025 23:41:39 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/flow-payments/admin/pages/settings/settings.php on line 40
[17-May-2025 23:41:39 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/flow-payments/admin/pages/settings/settings.php on line 41
[17-May-2025 23:41:39 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/flow-payments/admin/pages/settings/settings.php on line 42
[17-May-2025 23:41:39 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/flow-payments/admin/pages/settings/settings.php on line 44
[17-May-2025 23:41:40 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:40 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:40 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:40 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:40 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:40 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:41 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:42 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:42 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:42 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:42 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137
[17-May-2025 23:41:42 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 147
[17-May-2025 23:41:42 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 253
[17-May-2025 23:41:42 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/Util/Set.php on line 40
[17-May-2025 23:41:42 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 142
[17-May-2025 23:41:42 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 151
[17-May-2025 23:41:42 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/flow-payments/library/stripe/stripe-php/lib/StripeObject.php on line 137

(+200 more lines)
See also: All tests for this plugin, How to Hide Flow Payments Admin Menus