Chainium - Web3 Wallet Authenticator, Blockchain Connector 1.0.0

Does "Chainium - Web3 Wallet Authenticator, Blockchain Connector" work with WordPress 6.6.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

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

Environment
WordPress version6.6.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/chainium/
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?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=chainium%2Fchainium.php&plugin_status=all&paged=1&s&_wpnonce=9188539945
Aspect after-activation
HTTP status 200
Load time 0.298 s
Memory usage 3.55 MiB
JS errors None
Resource errors None

BeycanPress Plugins

Page screenshot: BeycanPress Plugins
URL /wp-admin/admin.php?page=beycanpress-plugins
Aspect menu-item
HTTP status 200
Load time 0.919 s
Memory usage 3.52 MiB
JS errors None
Resource errors None

Chainium

Page screenshot: Chainium
URL /wp-admin/admin.php?page=chainium
Aspect menu-item
HTTP status 200
Load time 0.139 s
Memory usage N/A
JS errors None
Resource errors None

Chainium → Settings

Page screenshot: Chainium → Settings
URL /wp-admin/admin.php?page=chainium-settings
Aspect menu-item
HTTP status 200
Load time 0.597 s
Memory usage 3.56 MiB
JS errors None
Resource errors None

WordPress › Error

Page screenshot: WordPress › Error
URL /
Aspect front-page
HTTP status 500
Load time 0.050 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.359 s0.362 s+0.003 s3.47 MiB3.55 MiB+ 84.2 KiB
/wp-admin/edit.php0.216 s0.204 s-0.012 s3.54 MiB3.6 MiB+ 64.16 KiB
/wp-admin/post-new.php0.812 s1.292 s+0.480 s5.75 MiB5.83 MiB+ 84.56 KiB
/wp-admin/upload.php0.609 s0.554 s-0.055 s3.49 MiB3.56 MiB+ 72.32 KiB
/wp-admin/options-writing.php0.233 s0.214 s-0.019 s3.41 MiB3.52 MiB+ 115.13 KiB
/wp-admin/media-new.php0.257 s0.250 s-0.007 s3.4 MiB3.52 MiB+ 128.51 KiB
/wp-admin/edit-tags.php?taxonomy=category0.212 s0.207 s-0.005 s3.47 MiB3.54 MiB+ 69.68 KiB
/wp-admin/post-new.php?post_type=page0.602 s0.709 s+0.107 s5.75 MiB5.82 MiB+ 80.15 KiB
/wp-admin/options-discussion.php0.350 s0.289 s-0.061 s3.41 MiB3.52 MiB+ 116.81 KiB
/wp-admin/edit-comments.php0.260 s0.479 s+0.219 s3.49 MiB3.54 MiB+ 52.31 KiB
Average 0.391 s0.456 s+0.065 s3.92 MiB4 MiB+ 86.78 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.

JavaScript
PHP
Language % Lines of code Comment lines Files
JavaScript76.7%4,984283
PHP22.1%1,43561016
Sass1.0%6701
JSON0.2%1501
CSS0.0%101
Total 6,502 638 22

PHP Code Analysis | More results »

Lines of code 1,417
Total complexity 213
Median class complexity 9.0
Median method complexity 1.0
Most complex class BeycanPress\Chainium\Table
Most complex function BeycanPress\Chainium\RestAPI::matchingControl()
Classes 13
Methods 103
Functions 0

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.

Options wp_options 2

PHP Error Log 522 lines

[18-Oct-2024 04:15:24 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 ''`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...' at line 1 for query CREATE TABLE IF NOT EXISTS `beycanpress_chainium_user` ('`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , `loginSignature` LONGTEXT NOT NULL  , `lastLoginDate` TIMESTAMP NOT NULL  , `matchedDate` TIMESTAMP NOT NULL  DEFAULT CURRENT_TIMESTAMP') DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by do_action('toplevel_page_chainium'), WP_Hook->do_action, WP_Hook->apply_filters, BeycanPress\Chainium\Pages\UserList->page, BeycanPress\Chainium\Models\User->__construct, BeycanPress\Chainium\Models\User->createTable
[18-Oct-2024 04:15:24 UTC] PHP Fatal error:  Uncaught Exception: 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 &#039;&#039;`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...&#039; at line 1 in /wp-content/plugins/chainium/app/Models/TableCreator.php:93
Stack trace:
#0 /wp-content/plugins/chainium/app/Models/TableCreator.php(63): BeycanPress\Chainium\Models\User->errorCheck()
#1 /wp-content/plugins/chainium/app/Models/User.php(62): BeycanPress\Chainium\Models\User->createTable()
#2 /wp-content/plugins/chainium/app/Pages/UserList.php(46): BeycanPress\Chainium\Models\User->__construct()
#3 /wp-includes/class-wp-hook.php(324): BeycanPress\Chainium\Pages\UserList->page()
#4 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#5 /wp-includes/plugin.php(517): WP_Hook->do_action()
#6 /wp-admin/admin.php(259): do_action()
#7 {main}
  thrown in /wp-content/plugins/chainium/app/Models/TableCreator.php on line 93
[18-Oct-2024 04:15:25 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 ''`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...' at line 1 for query CREATE TABLE IF NOT EXISTS `beycanpress_chainium_user` ('`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , `loginSignature` LONGTEXT NOT NULL  , `lastLoginDate` TIMESTAMP NOT NULL  , `matchedDate` TIMESTAMP NOT NULL  DEFAULT CURRENT_TIMESTAMP') DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, BeycanPress\Chainium\Services\Matching->BeycanPress\Chainium\Services\{closure}, BeycanPress\Chainium\Services\AbstractService->__construct, BeycanPress\Chainium\Models\User->__construct, BeycanPress\Chainium\Models\User->createTable
[18-Oct-2024 04:15:25 UTC] PHP Fatal error:  Uncaught Exception: 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 &#039;&#039;`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...&#039; at line 1 in /wp-content/plugins/chainium/app/Models/TableCreator.php:93
Stack trace:
#0 /wp-content/plugins/chainium/app/Models/TableCreator.php(63): BeycanPress\Chainium\Models\User->errorCheck()
#1 /wp-content/plugins/chainium/app/Models/User.php(62): BeycanPress\Chainium\Models\User->createTable()
#2 /wp-content/plugins/chainium/app/Services/AbstractService.php(40): BeycanPress\Chainium\Models\User->__construct()
#3 /wp-content/plugins/chainium/app/Services/Matching.php(16): BeycanPress\Chainium\Services\AbstractService->__construct()
#4 /wp-includes/class-wp-hook.php(324): BeycanPress\Chainium\Services\Matching->BeycanPress\Chainium\Services\{closure}()
#5 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#6 /wp-includes/plugin.php(517): WP_Hook->do_action()
#7 /wp-settings.php(700): do_action()
#8 /wp-config.php(191): require_once('...')
#9 /wp-load.php(50): require_once('...')
#10 /wp-blog-header.php(13): require_once('...')
#11 /index.php(17): require('...')
#12 {main}
  thrown in /wp-content/plugins/chainium/app/Models/TableCreator.php on line 93
[18-Oct-2024 04:15:25 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 ''`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...' at line 1 for query CREATE TABLE IF NOT EXISTS `beycanpress_chainium_user` ('`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , `loginSignature` LONGTEXT NOT NULL  , `lastLoginDate` TIMESTAMP NOT NULL  , `matchedDate` TIMESTAMP NOT NULL  DEFAULT CURRENT_TIMESTAMP') DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, BeycanPress\Chainium\Services\Matching->BeycanPress\Chainium\Services\{closure}, BeycanPress\Chainium\Services\AbstractService->__construct, BeycanPress\Chainium\Models\User->__construct, BeycanPress\Chainium\Models\User->createTable
[18-Oct-2024 04:15:25 UTC] PHP Fatal error:  Uncaught Exception: 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 &#039;&#039;`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...&#039; at line 1 in /wp-content/plugins/chainium/app/Models/TableCreator.php:93
Stack trace:
#0 /wp-content/plugins/chainium/app/Models/TableCreator.php(63): BeycanPress\Chainium\Models\User->errorCheck()
#1 /wp-content/plugins/chainium/app/Models/User.php(62): BeycanPress\Chainium\Models\User->createTable()
#2 /wp-content/plugins/chainium/app/Services/AbstractService.php(40): BeycanPress\Chainium\Models\User->__construct()
#3 /wp-content/plugins/chainium/app/Services/Matching.php(16): BeycanPress\Chainium\Services\AbstractService->__construct()
#4 /wp-includes/class-wp-hook.php(324): BeycanPress\Chainium\Services\Matching->BeycanPress\Chainium\Services\{closure}()
#5 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#6 /wp-includes/plugin.php(517): WP_Hook->do_action()
#7 /wp-settings.php(700): do_action()
#8 /wp-config.php(191): require_once('...')
#9 /wp-load.php(50): require_once('...')
#10 /wp-blog-header.php(13): require_once('...')
#11 /index.php(17): require('...')
#12 {main}
  thrown in /wp-content/plugins/chainium/app/Models/TableCreator.php on line 93
[18-Oct-2024 04:15:25 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 ''`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...' at line 1 for query CREATE TABLE IF NOT EXISTS `beycanpress_chainium_user` ('`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , `loginSignature` LONGTEXT NOT NULL  , `lastLoginDate` TIMESTAMP NOT NULL  , `matchedDate` TIMESTAMP NOT NULL  DEFAULT CURRENT_TIMESTAMP') DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, BeycanPress\Chainium\Services\Matching->BeycanPress\Chainium\Services\{closure}, BeycanPress\Chainium\Services\AbstractService->__construct, BeycanPress\Chainium\Models\User->__construct, BeycanPress\Chainium\Models\User->createTable
[18-Oct-2024 04:15:25 UTC] PHP Fatal error:  Uncaught Exception: 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 &#039;&#039;`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...&#039; at line 1 in /wp-content/plugins/chainium/app/Models/TableCreator.php:93
Stack trace:
#0 /wp-content/plugins/chainium/app/Models/TableCreator.php(63): BeycanPress\Chainium\Models\User->errorCheck()
#1 /wp-content/plugins/chainium/app/Models/User.php(62): BeycanPress\Chainium\Models\User->createTable()
#2 /wp-content/plugins/chainium/app/Services/AbstractService.php(40): BeycanPress\Chainium\Models\User->__construct()
#3 /wp-content/plugins/chainium/app/Services/Matching.php(16): BeycanPress\Chainium\Services\AbstractService->__construct()
#4 /wp-includes/class-wp-hook.php(324): BeycanPress\Chainium\Services\Matching->BeycanPress\Chainium\Services\{closure}()
#5 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#6 /wp-includes/plugin.php(517): WP_Hook->do_action()
#7 /wp-settings.php(700): do_action()
#8 /wp-config.php(191): require_once('...')
#9 /wp-load.php(50): require_once('...')
#10 /wp-blog-header.php(13): require_once('...')
#11 /index.php(17): require('...')
#12 {main}
  thrown in /wp-content/plugins/chainium/app/Models/TableCreator.php on line 93
[18-Oct-2024 04:15:26 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 ''`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...' at line 1 for query CREATE TABLE IF NOT EXISTS `beycanpress_chainium_user` ('`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , `loginSignature` LONGTEXT NOT NULL  , `lastLoginDate` TIMESTAMP NOT NULL  , `matchedDate` TIMESTAMP NOT NULL  DEFAULT CURRENT_TIMESTAMP') DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, BeycanPress\Chainium\Services\Matching->BeycanPress\Chainium\Services\{closure}, BeycanPress\Chainium\Services\AbstractService->__construct, BeycanPress\Chainium\Models\User->__construct, BeycanPress\Chainium\Models\User->createTable
[18-Oct-2024 04:15:26 UTC] PHP Fatal error:  Uncaught Exception: 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 &#039;&#039;`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...&#039; at line 1 in /wp-content/plugins/chainium/app/Models/TableCreator.php:93
Stack trace:
#0 /wp-content/plugins/chainium/app/Models/TableCreator.php(63): BeycanPress\Chainium\Models\User->errorCheck()
#1 /wp-content/plugins/chainium/app/Models/User.php(62): BeycanPress\Chainium\Models\User->createTable()
#2 /wp-content/plugins/chainium/app/Services/AbstractService.php(40): BeycanPress\Chainium\Models\User->__construct()
#3 /wp-content/plugins/chainium/app/Services/Matching.php(16): BeycanPress\Chainium\Services\AbstractService->__construct()
#4 /wp-includes/class-wp-hook.php(324): BeycanPress\Chainium\Services\Matching->BeycanPress\Chainium\Services\{closure}()
#5 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#6 /wp-includes/plugin.php(517): WP_Hook->do_action()
#7 /wp-settings.php(700): do_action()
#8 /wp-config.php(191): require_once('...')
#9 /wp-load.php(50): require_once('...')
#10 /wp-blog-header.php(13): require_once('...')
#11 /index.php(17): require('...')
#12 {main}
  thrown in /wp-content/plugins/chainium/app/Models/TableCreator.php on line 93
[18-Oct-2024 04:15:26 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 ''`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...' at line 1 for query CREATE TABLE IF NOT EXISTS `beycanpress_chainium_user` ('`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , `loginSignature` LONGTEXT NOT NULL  , `lastLoginDate` TIMESTAMP NOT NULL  , `matchedDate` TIMESTAMP NOT NULL  DEFAULT CURRENT_TIMESTAMP') DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, BeycanPress\Chainium\Services\Matching->BeycanPress\Chainium\Services\{closure}, BeycanPress\Chainium\Services\AbstractService->__construct, BeycanPress\Chainium\Models\User->__construct, BeycanPress\Chainium\Models\User->createTable
[18-Oct-2024 04:15:26 UTC] PHP Fatal error:  Uncaught Exception: 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 &#039;&#039;`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...&#039; at line 1 in /wp-content/plugins/chainium/app/Models/TableCreator.php:93
Stack trace:
#0 /wp-content/plugins/chainium/app/Models/TableCreator.php(63): BeycanPress\Chainium\Models\User->errorCheck()
#1 /wp-content/plugins/chainium/app/Models/User.php(62): BeycanPress\Chainium\Models\User->createTable()
#2 /wp-content/plugins/chainium/app/Services/AbstractService.php(40): BeycanPress\Chainium\Models\User->__construct()
#3 /wp-content/plugins/chainium/app/Services/Matching.php(16): BeycanPress\Chainium\Services\AbstractService->__construct()
#4 /wp-includes/class-wp-hook.php(324): BeycanPress\Chainium\Services\Matching->BeycanPress\Chainium\Services\{closure}()
#5 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#6 /wp-includes/plugin.php(517): WP_Hook->do_action()
#7 /wp-settings.php(700): do_action()
#8 /wp-config.php(191): require_once('...')
#9 /wp-load.php(50): require_once('...')
#10 /wp-blog-header.php(13): require_once('...')
#11 /index.php(17): require('...')
#12 {main}
  thrown in /wp-content/plugins/chainium/app/Models/TableCreator.php on line 93
[18-Oct-2024 04:15:26 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 ''`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...' at line 1 for query CREATE TABLE IF NOT EXISTS `beycanpress_chainium_user` ('`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , `loginSignature` LONGTEXT NOT NULL  , `lastLoginDate` TIMESTAMP NOT NULL  , `matchedDate` TIMESTAMP NOT NULL  DEFAULT CURRENT_TIMESTAMP') DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, BeycanPress\Chainium\Services\Matching->BeycanPress\Chainium\Services\{closure}, BeycanPress\Chainium\Services\AbstractService->__construct, BeycanPress\Chainium\Models\User->__construct, BeycanPress\Chainium\Models\User->createTable
[18-Oct-2024 04:15:26 UTC] PHP Fatal error:  Uncaught Exception: 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 &#039;&#039;`walletAddress` VARCHAR(70) NOT NULL   UNIQUE , `userId` BIGINT NOT NULL  , ...&#039; at line 1 in /wp-content/plugins/chainium/app/Models/TableCreator.php:93
Stack trace:

(+422 more lines)
See also: All tests for this plugin, How to Hide Chainium - Web3 Wallet Authenticator, Blockchain Connector Admin Menus