ReachShip WooCommerce Multi-Carrier & Conditional Shipping 2.0.0

Does "ReachShip WooCommerce Multi-Carrier & Conditional Shipping" work with WordPress 6.4.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
1PHP fatal errors
1Database errors
No JavaScript exceptions
1Page failed to load
  • 1 500 Internal Server Error
No resource errors
Performance

Memory usage: 0 bytes
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.4.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 100+
WordPress.org page https://wordpress.org/plugins/elex-reachship-multi-carrier-conditional-shipping/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 2

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=elex-reachship-multi-carrier-conditional-shipping%2Felex-reachship-multi-carrier-conditional-shipping.php&plugin_status=all&paged=1&s&_wpnonce=ad63606403
Aspect after-activation
HTTP status 500
Load time 0.188 s
Memory usage N/A
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.174 s
Memory usage 3.3 MiB
JS errors None
Resource errors None

Benchmark

No benchmark data available.

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
PHP98.2%12,1442,46654
JavaScript1.5%183240
JSON0.3%3601
CSS0.1%705
Total 12,370 2,468 100

PHP Code Analysis | More results »

Lines of code 10,894
Total complexity 2,181
Median class complexity 26.0
Median method complexity 3.0
Most complex class Elex_Reachship_Api_Endpoints_Handler
Most complex function Reachship_Dhl_Express_Shipment::build_request()
Classes 35
Methods 300
Functions 10

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 4

PHP Error Log 25 lines

[24-Nov-2023 14:50:03 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 'LONGTEXT,
	UNIQUE KEY id (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4...' at line 10 for query 
CREATE TABLE wp_reachship_shipments (
	id MEDIUMINT(255) NOT NULL AUTO_INCREMENT, 
	current_shipment_status VARCHAR(30),
	current_shipment_status_date VARCHAR(30),
	woocommerce_order_id VARCHAR(30),
	carrier_code VARCHAR(30),
	service_code VARCHAR(30),
	account_name VARCHAR(50),
	api_mode varchar(30) DEFAULT 'sandbox'
	shipment_details_json LONGTEXT,
	UNIQUE KEY id (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_elex-reachship-multi-carrier-conditional-shipping/elex-reachship-multi-carrier-conditional-shipping.php'), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, Define_Reachship_Custom_Db_Tables::reachship_create_custom_tables_for_shipments, dbDelta
[24-Nov-2023 14:50:03 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function get_woocommerce_currencies() in /wp-content/plugins/elex-reachship-multi-carrier-conditional-shipping/includes/admin/class-elex-rs-enqueue-admin-scripts.php:139
Stack trace:
#0 /wp-content/plugins/elex-reachship-multi-carrier-conditional-shipping/includes/admin/class-elex-rs-enqueue-admin-scripts.php(198): Elex_RS_Enqueue_Admin_Scripts->register_reachship_scripts()
#1 /wp-includes/class-wp-hook.php(324): Elex_RS_Enqueue_Admin_Scripts->enqueue_scripts()
#2 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(517): WP_Hook->do_action()
#4 /wp-admin/admin-header.php(118): do_action()
#5 /wp-admin/plugins.php(621): require_once('...')
#6 {main}
  thrown in /wp-content/plugins/elex-reachship-multi-carrier-conditional-shipping/includes/admin/class-elex-rs-enqueue-admin-scripts.php on line 139
See also: All tests for this plugin