UNIVERSAM 7.85.1

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

Summary

Errors
4PHP notices
8Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

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

Environment
WordPress version6.0.2
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=bea2003508
Aspect after-activation
HTTP status 200
Load time 0.870 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.515 s
Memory usage 4.29 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.322 s0.367 s+0.045 s3.72 MiB4.16 MiB+ 444.28 KiB
/wp-admin/edit.php0.180 s2.500 s+2.320 s3.76 MiB4.17 MiB+ 427.77 KiB
/wp-admin/post-new.php0.783 s1.634 s+0.851 s5.55 MiB4.35 MiB- 1.19 MiB
Average 0.428 s1.500 s+1.072 s4.34 MiB4.23 MiB- 116.3 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%321,39628,8731,800
JavaScript5.8%20,98150180
PO File3.8%13,94312,2361
CSS1.8%6,48124054
Markdown0.3%95507
SVG0.1%4661249
JSON0.0%15207
XML0.0%9622
YAML0.0%4822
HTML0.0%1701
Pascal0.0%13561
Total 364,548 41,922 2,004

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 24 lines

[29-Sep-2022 13:02:29 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
[29-Sep-2022 13:02:30 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
[29-Sep-2022 13:02:42 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 698
[29-Sep-2022 13:02:51 UTC] WordPress database error Table 'wp_usam_folders' already exists for query CREATE TABLE `wp_usam_folders` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`name` varchar(255) NOT NULL DEFAULT '',`parent_id` bigint(20) unsigned NOT NULL DEFAULT '0',`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',`status` char(11) DEFAULT 'closed',`slug` varchar(255) NOT NULL DEFAULT '',`count` bigint(20) unsigned NOT NULL DEFAULT '0',`date_update` datetime NOT NULL,KEY `status` (`status`),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
[29-Sep-2022 13:02:52 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 698
[29-Sep-2022 13:02:54 UTC] WordPress database error Table 'wp_usam_customer_bonuses' already exists for query CREATE TABLE `wp_usam_customer_bonuses` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`code` int unsigned NULL DEFAULT '0',`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',`transaction_code` varchar(255) NOT NULL DEFAULT '',`description` varchar(255) NOT NULL DEFAULT '',`sum` mediumint unsigned NULL DEFAULT '0',`type_transaction` tinyint NOT NULL DEFAULT '0',`order_id` bigint(20) unsigned NOT NULL DEFAULT '0',`date_insert` datetime NOT NULL,KEY `order_id` (`order_id`),KEY `code` (`code`),KEY `type_transaction` (`type_transaction`),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
[29-Sep-2022 13:02:55 UTC] WordPress database error Table 'wp_usam_product_meta' already exists for query CREATE TABLE `wp_usam_product_meta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`product_id` bigint(20) unsigned NOT NULL DEFAULT '0',`meta_key` varchar(255) NOT NULL DEFAULT '',`meta_value` varchar(255) NOT NULL DEFAULT '',KEY `product_id` (`product_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
[29-Sep-2022 13:02:55 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
[29-Sep-2022 13:02:56 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 698
[29-Sep-2022 13:02:56 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
[29-Sep-2022 13:03:00 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 698
[29-Sep-2022 13:03:00 UTC] WordPress database error Table 'wp_usam_orders' already exists for query CREATE TABLE `wp_usam_orders` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`bank_account_id` bigint(20) unsigned NULL DEFAULT '0',`number` varchar(255) NULL DEFAULT '',`totalprice` decimal(11,2) unsigned NOT NULL DEFAULT '0',`number_products` smallint unsigned NOT NULL DEFAULT '0',`cost_price` decimal(11,2) unsigned NOT NULL DEFAULT '0',`type_price` varchar(20) NOT NULL DEFAULT '',`paid` tinyint NOT NULL DEFAULT '0',`date_paid` datetime DEFAULT NULL,`code` varchar(255) NOT NULL DEFAULT '',`status` char(20) NULL DEFAULT '',`type_payer` smallint unsigned NOT NULL DEFAULT '0',`user_ID` bigint(20) unsigned NULL DEFAULT '0',`contact_id` bigint(20) unsigned NULL DEFAULT '0',`company_id` bigint(20) unsigned NULL DEFAULT '0',`manager_id` bigint(20) unsigned NULL DEFAULT '0',`shipping` decimal(8,2) unsigned NOT NULL DEFAULT '0',`date_insert` datetime NOT NULL,`date_status_update` datetime NOT NULL,`source` varchar(20) NULL DEFAULT '',`order_type` varchar(20) NULL DEFAULT '',PRIMARY KEY  (`id`),KEY `status` (`status`),KEY `contact_id` (`contact_id`),KEY `company_id` (`company_id`),KEY `type_payer` (`type_payer`),KEY `date_insert` (`date_insert`),KEY `user_ID` (`user_ID`),KEY `order_type` (`order_type`)
) 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