Flow Payments 1.1.0

Does Flow Payments work with WordPress 6.8.2 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.2
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=60ed9a1d10
Aspect after-activation
HTTP status 200
Load time 0.263 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.141 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.128 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.244 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.132 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.120 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.727 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.284 s0.264 s-0.020 s3.51 MiB3.52 MiB+ 17.79 KiB
/wp-admin/edit.php0.169 s0.178 s+0.009 s3.57 MiB3.59 MiB+ 17.77 KiB
/wp-admin/post-new.php0.678 s0.579 s-0.099 s6.06 MiB6.08 MiB+ 21.14 KiB
/wp-admin/upload.php0.520 s0.579 s+0.059 s3.52 MiB3.52 MiB+ 376 bytes
/wp-admin/options-writing.php0.176 s0.176 s+0.000 s3.5 MiB3.51 MiB+ 4.36 KiB
/wp-admin/media-new.php0.234 s0.180 s-0.054 s3.49 MiB3.5 MiB+ 12.55 KiB
/wp-admin/edit-tags.php?taxonomy=category0.147 s0.176 s+0.029 s3.5 MiB3.53 MiB+ 23.23 KiB
/wp-admin/post-new.php?post_type=page0.573 s0.541 s-0.032 s6.05 MiB6.07 MiB+ 16.66 KiB
/wp-admin/options-discussion.php0.225 s0.212 s-0.013 s3.5 MiB3.5 MiB+ 880 bytes
/wp-admin/edit-comments.php0.173 s0.382 s+0.209 s3.52 MiB3.52 MiB+ 368 bytes
/0.288 s0.330 s+0.042 s3.43 MiB3.44 MiB+ 6.98 KiB
Average 0.315 s0.327 s+0.012 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

[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:58 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:03:59 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
[02-Aug-2025 13:04:00 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
[02-Aug-2025 13:04:00 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
[02-Aug-2025 13:04:00 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
[02-Aug-2025 13:04:00 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
[02-Aug-2025 13:04:00 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
[02-Aug-2025 13:04:00 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
[02-Aug-2025 13:04:00 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')
[02-Aug-2025 13:04:00 UTC] PHP Warning:  Undefined array key 0 in /wp-content/plugins/flow-payments/admin/models/get_keys.php on line 8
[02-Aug-2025 13:04:00 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
[02-Aug-2025 13:04:00 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
[02-Aug-2025 13:04:01 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
[02-Aug-2025 13:04:01 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
[02-Aug-2025 13:04:01 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
[02-Aug-2025 13:04:01 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
[02-Aug-2025 13:04:01 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
[02-Aug-2025 13:04:01 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
[02-Aug-2025 13:04:01 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')
[02-Aug-2025 13:04:01 UTC] PHP Warning:  Undefined array key 0 in /wp-content/plugins/flow-payments/admin/pages/products/products_model.php on line 8
[02-Aug-2025 13:04:01 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
[02-Aug-2025 13:04:02 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
[02-Aug-2025 13:04:02 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
[02-Aug-2025 13:04:02 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
[02-Aug-2025 13:04:02 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
[02-Aug-2025 13:04:02 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
[02-Aug-2025 13:04:02 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
[02-Aug-2025 13:04:02 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')
[02-Aug-2025 13:04:02 UTC] PHP Warning:  Undefined array key 0 in /wp-content/plugins/flow-payments/admin/models/get_keys.php on line 8
[02-Aug-2025 13:04:02 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
[02-Aug-2025 13:04:02 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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')
[02-Aug-2025 13:04:03 UTC] PHP Warning:  Undefined array key 0 in /wp-content/plugins/flow-payments/admin/pages/settings/settings.php on line 6
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:03 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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
[02-Aug-2025 13:04:05 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