UNIVERSAM 7.68

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

Summary

Errors
12PHP notices
9Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

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

Environment
WordPress version5.8.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=54f0e6d4e0
Aspect after-activation
HTTP status 200
Load time 0.786 s
Memory usage 3.53 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.684 s
Memory usage 3.7 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.299 s0.463 s+0.164 s3.08 MiB3.47 MiB+ 391.98 KiB
/wp-admin/edit.php0.179 s1.420 s+1.241 s3.11 MiB3.54 MiB+ 441.71 KiB
/wp-admin/post-new.php0.750 s1.267 s+0.517 s5.27 MiB3.73 MiB- 1.54 MiB
Average 0.409 s1.050 s+0.641 s3.82 MiB3.58 MiB- 247.12 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
PHP87.9%302,19828,5401,726
JavaScript5.3%18,22155782
PO File4.1%13,94312,2361
CSS1.8%6,20924555
SVG0.5%1,81336105
Markdown0.3%95507
JSON0.0%15207
XML0.0%9622
YAML0.0%4822
HTML0.0%1701
Pascal0.0%13561
Total 343,665 41,674 1,989

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

[08-Dec-2021 11:56:27 UTC] PHP Notice:  Undefined index: title in /wp-content/plugins/universam-demo/includes/admin_bar.class.php on line 33
[08-Dec-2021 11:56:27 UTC] PHP Notice:  Undefined index: id in /wp-content/plugins/universam-demo/includes/admin_bar.class.php on line 34
[08-Dec-2021 11:56:28 UTC] WordPress database error Table 'wordpress.wp_usam_notifications' doesn't exist for query SELECT COUNT(*) AS count FROM wp_usam_notifications  WHERE 1=1 AND wp_usam_notifications.status IN ('started') AND wp_usam_notifications.user_id IN (1)  ORDER BY wp_usam_notifications.id ASC  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_body_open, do_action('wp_body_open'), WP_Hook->do_action, WP_Hook->apply_filters, wp_admin_bar_render, do_action_ref_array('admin_bar_menu'), WP_Hook->do_action, WP_Hook->apply_filters, USAM_Admin_Bar_Menu->admin_bar, usam_get_notifications, USAM_Notifications_Query->__construct, USAM_Notifications_Query->query
[08-Dec-2021 11:56:28 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/universam-demo/includes/admin_bar.class.php on line 54
[08-Dec-2021 11:56:40 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 664
[08-Dec-2021 11:56:43 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 664
[08-Dec-2021 11:56:44 UTC] WordPress database error Table 'wp_usam_event_content' already exists for query CREATE TABLE `wp_usam_event_content` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`event_id` bigint(20) unsigned NOT NULL DEFAULT '0',`meta_key` varchar(255) NOT NULL DEFAULT '',`meta_value` longtext DEFAULT '',KEY `event_id` (`event_id`),KEY `meta_key` (`meta_key`),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
[08-Dec-2021 11:56:45 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 664
[08-Dec-2021 11:56:46 UTC] WordPress database error Table 'wp_usam_email_filters' already exists for query CREATE TABLE `wp_usam_email_filters` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',`mailbox_id` smallint unsigned NOT NULL DEFAULT '0',`if` varchar(255) NOT NULL DEFAULT '',`condition` varchar(255) NOT NULL DEFAULT '',`value` varchar(255) NOT NULL DEFAULT '',`action` varchar(255) NOT NULL DEFAULT '',PRIMARY KEY  (`id`),KEY `user_id` (`user_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
[08-Dec-2021 11:56:46 UTC] WordPress database error Table 'wp_usam_mailbox' already exists for query CREATE TABLE `wp_usam_mailbox` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`name` varchar(255) NOT NULL DEFAULT '',`email` varchar(255) NOT NULL DEFAULT '',`pop3server` varchar(255) NOT NULL DEFAULT '',`pop3port` smallint unsigned NOT NULL DEFAULT '0',`pop3user` varchar(255) NOT NULL DEFAULT '',`pop3pass` varchar(255) NOT NULL DEFAULT '',`pop3ssl` tinyint NOT NULL DEFAULT '0',`delete_server_deleted` tinyint NOT NULL DEFAULT '0',`delete_server` tinyint NOT NULL DEFAULT '0',`delete_server_day` tinyint NOT NULL DEFAULT '0',`smtpserver` varchar(255) NOT NULL DEFAULT '',`smtpport` smallint unsigned NOT NULL DEFAULT '0',`smtpuser` varchar(255) NOT NULL DEFAULT '',`smtppass` varchar(255) NOT NULL DEFAULT '',`smtp_secure` varchar(4) NOT NULL DEFAULT '',`letter_id` bigint unsigned NOT NULL DEFAULT '0',`template_name` varchar(255) NOT NULL DEFAULT '',`template` longtext NOT NULL DEFAULT '',`sort` tinyint unsigned NOT NULL DEFAULT '100',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
[08-Dec-2021 11:56:47 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
[08-Dec-2021 11:56:51 UTC] WordPress database error Table 'wp_usam_stock_balances' already exists for query CREATE TABLE `wp_usam_stock_balances` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`product_id` bigint(20) unsigned NOT NULL DEFAULT '0',`meta_key` varchar(20) NOT NULL DEFAULT '',`meta_value` decimal(9,3) NOT NULL DEFAULT '0',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
[08-Dec-2021 11:56:51 UTC] WordPress database error Table 'wp_usam_product_attributes' already exists for query CREATE TABLE `wp_usam_product_attributes` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`attribute_id` bigint(20) unsigned NOT NULL DEFAULT '0',`code` varchar(100) NOT NULL DEFAULT '',`value` varchar(255) NOT NULL DEFAULT '',`sort` tinyint unsigned NOT NULL DEFAULT '100',KEY `attribute_id` (`attribute_id`),KEY `value` (`value`),KEY `sort` (`sort`),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
[08-Dec-2021 11:56: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 664
[08-Dec-2021 11:56:53 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 664
[08-Dec-2021 11:56:53 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 664
[08-Dec-2021 11:56:53 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 664
[08-Dec-2021 11:56:53 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 664
[08-Dec-2021 11:56:54 UTC] WordPress database error Table 'wp_usam_payment_history_meta' already exists for query CREATE TABLE `wp_usam_payment_history_meta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`document_id` bigint(20) unsigned NOT NULL DEFAULT '0',`meta_key` varchar(255) NOT NULL DEFAULT '',`meta_value` varchar(255) NOT NULL DEFAULT '',KEY `document_id` (`document_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
[08-Dec-2021 11:56:54 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 664
[08-Dec-2021 11:56:58 UTC] WordPress database error Table 'wp_usam_subscription_renewal' already exists for query CREATE TABLE `wp_usam_subscription_renewal` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`subscription_id` bigint(20) unsigned NOT NULL DEFAULT '0',`sum` decimal(11,2) unsigned NOT NULL DEFAULT '0',`status` char(12) NOT NULL DEFAULT '',`document_id` bigint(20) unsigned NOT NULL DEFAULT '0',`date_insert` datetime NOT NULL,`start_date` datetime NOT NULL,`end_date` datetime NOT NULL,KEY `subscription_id` (`subscription_id`),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
See also: All tests for this plugin, How to Hide UNIVERSAM Admin Menus