UNIVERSAM 7.83.7

Does UNIVERSAM work with WordPress 6.0.1 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
5PHP notices
7Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

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

Environment
WordPress version6.0.1
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/universam-demo/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 2

Установка платформы УНИВЕРСАМ

Page screenshot: Установка платформы УНИВЕРСАМ
URL /wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Requested URL /wp-admin/plugins.php?action=activate&plugin=universam-demo%2Funiversam.php&plugin_status=all&paged=1&s&_wpnonce=ea340d48aa
Aspect after-activation
HTTP status 200
Load time 0.867 s
Memory usage 4.22 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 1.817 s
Memory usage 4.28 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.335 s0.351 s+0.016 s3.72 MiB4.16 MiB+ 445.74 KiB
/wp-admin/edit.php0.180 s1.464 s+1.284 s3.75 MiB4.17 MiB+ 425.28 KiB
/wp-admin/post-new.php0.872 s1.756 s+0.884 s5.54 MiB4.35 MiB- 1.2 MiB
Average 0.462 s1.190 s+0.728 s4.34 MiB4.22 MiB- 117.73 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
PHP88.2%317,06928,6741,782
JavaScript5.7%20,32950380
PO File3.9%13,94312,2361
CSS1.8%6,39024154
Markdown0.3%95507
SVG0.1%4041048
JSON0.0%15207
XML0.0%9622
YAML0.0%4822
HTML0.0%1701
Pascal0.0%13561
Total 359,416 41,724 1,985

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.

No new entries found.

PHP Error Log 22 lines

[20-Jul-2022 16:14:49 UTC] WordPress database error Table 'wordpress.wp_usam_users_basket' doesn't exist for query SELECT * FROM wp_usam_users_basket WHERE id ='' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/twentyseventeen/index.php'), get_header, locate_template, load_template, require_once('/themes/twentyseventeen/header.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, wp_enqueue_scripts, do_action('wp_enqueue_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, USAM_Assets->theme_script_and_css, USAM_Assets::theme, USAM_CART->get, USAM_CART->get_cart
[20-Jul-2022 16:14:50 UTC] WordPress database error Table 'wordpress.wp_usam_users_basket' doesn't exist for query SELECT * FROM wp_usam_users_basket WHERE id ='' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/twentyseventeen/404.php'), get_header, locate_template, load_template, require_once('/themes/twentyseventeen/header.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, wp_enqueue_scripts, do_action('wp_enqueue_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, USAM_Assets->theme_script_and_css, USAM_Assets::theme, USAM_CART->get, USAM_CART->get_cart
[20-Jul-2022 16:15:07 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/universam-demo/includes/installer.class.php on line 699
[20-Jul-2022 16:15:07 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/universam-demo/includes/installer.class.php on line 699
[20-Jul-2022 16:15:07 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/universam-demo/includes/installer.class.php on line 699
[20-Jul-2022 16:15:09 UTC] WordPress database error Table 'wp_usam_sms' already exists for query CREATE TABLE `wp_usam_sms` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`phone` varchar(20) NOT NULL DEFAULT '',`message` text,`server_message_id` varchar(40) NOT NULL DEFAULT '',`date_insert` datetime DEFAULT NULL,`folder` varchar(10) NOT NULL DEFAULT '',`sent_at` datetime DEFAULT NULL,`object_type` varchar(20) NOT NULL DEFAULT '',`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',PRIMARY KEY  (`id`)
) ENGINE=MyISAM CHARSET=utf8mb4; 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, UNIVERSAM->start_install, USAM_Install::install, USAM_Install::create_or_update_tables
[20-Jul-2022 16:15:13 UTC] WordPress database error Table 'wp_usam_product_filters' already exists for query CREATE TABLE `wp_usam_product_filters` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`product_id` bigint(20) unsigned NOT NULL DEFAULT '0',`filter_id` bigint(20) unsigned NOT NULL DEFAULT '0',KEY `product_id` (`product_id`),KEY `filter_id` (`filter_id`),PRIMARY KEY  (`id`)
) ENGINE=MyISAM CHARSET=utf8mb4; 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, UNIVERSAM->start_install, USAM_Install::install, USAM_Install::create_or_update_tables
[20-Jul-2022 16:15:13 UTC] WordPress database error Table 'wp_usam_post_meta' already exists for query CREATE TABLE `wp_usam_post_meta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',`meta_key` varchar(100) NOT NULL DEFAULT '',`meta_value` varchar(255) NOT NULL DEFAULT '',KEY `post_id` (`post_id`),KEY `meta_key` (`meta_key`),KEY `meta_value` (`meta_value`),PRIMARY KEY  (`meta_id`)
) ENGINE=MyISAM CHARSET=utf8mb4; 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, UNIVERSAM->start_install, USAM_Install::install, USAM_Install::create_or_update_tables
[20-Jul-2022 16:15:13 UTC] WordPress database error Table 'wp_usam_post_meta' already exists for query CREATE TABLE `wp_usam_post_meta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',`meta_key` varchar(100) NOT NULL DEFAULT '',`meta_value` varchar(255) NOT NULL DEFAULT '',KEY `post_id` (`post_id`),KEY `meta_key` (`meta_key`),KEY `meta_value` (`meta_value`),PRIMARY KEY  (`meta_id`)
) ENGINE=MyISAM CHARSET=utf8mb4; 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, UNIVERSAM->start_install, USAM_Install::install, USAM_Install::create_or_update_tables
[20-Jul-2022 16:15:14 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/universam-demo/includes/installer.class.php on line 699
[20-Jul-2022 16:15:14 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/universam-demo/includes/installer.class.php on line 699
[20-Jul-2022 16:15:14 UTC] WordPress database error Table 'wp_usam_tax_product_order' already exists for query CREATE TABLE `wp_usam_tax_product_order` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`tax_id` bigint(20) unsigned NOT NULL DEFAULT '0',`product_id` bigint(20) unsigned NOT NULL DEFAULT '0',`unit_measure` varchar(50) NOT NULL DEFAULT 'thing',`order_id` bigint(20) unsigned NOT NULL DEFAULT '0',`name` varchar(255) NOT NULL DEFAULT '',`tax` decimal(18,9) unsigned NOT NULL DEFAULT '0',`is_in_price` tinyint NOT NULL DEFAULT '1',`rate` tinyint NOT NULL DEFAULT '0',KEY `order_id` (`order_id`),KEY `product_id` (`product_id`),KEY `tax_id` (`tax_id`),PRIMARY KEY (`id`)
) ENGINE=MyISAM CHARSET=utf8mb4; 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, UNIVERSAM->start_install, USAM_Install::install, USAM_Install::create_or_update_tables
See also: All tests for this plugin, How to Hide UNIVERSAM Admin Menus