UNIVERSAM 7.67

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

Summary

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

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

Page speed impact: 0.742 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=e57c21b39c
Aspect after-activation
HTTP status 200
Load time 0.994 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.901 s
Memory usage 3.69 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.328 s0.454 s+0.126 s3.08 MiB3.46 MiB+ 383.3 KiB
/wp-admin/edit.php0.183 s1.534 s+1.351 s3.11 MiB3.54 MiB+ 434.91 KiB
/wp-admin/post-new.php0.778 s1.528 s+0.750 s5.27 MiB3.72 MiB- 1.55 MiB
Average 0.430 s1.172 s+0.742 s3.82 MiB3.57 MiB- 254.62 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.8%298,06326,6931,767
JavaScript5.4%18,21055882
PO File4.1%13,94312,2361
CSS1.8%6,20924555
SVG0.5%1,81436106
Markdown0.3%95507
JSON0.0%15207
XML0.0%9622
YAML0.0%4822
HTML0.0%1701
Pascal0.0%13561
Total 339,520 39,828 2,031

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

[05-Dec-2021 00:17:47 UTC] PHP Notice:  Undefined index: title in /wp-content/plugins/universam-demo/includes/admin_bar.class.php on line 33
[05-Dec-2021 00:17:47 UTC] PHP Notice:  Undefined index: id in /wp-content/plugins/universam-demo/includes/admin_bar.class.php on line 34
[05-Dec-2021 00:17:47 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
[05-Dec-2021 00:17:47 UTC] PHP Notice:  Undefined offset: 0 in /wp-content/plugins/universam-demo/includes/admin_bar.class.php on line 54
[05-Dec-2021 00:17:59 UTC] WordPress database error Table 'wp_usam_groups' already exists for query CREATE TABLE `wp_usam_groups` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`name` varchar(255) NOT NULL DEFAULT '',`code` varchar(255) NOT NULL DEFAULT '',`type` varchar(255) NOT NULL DEFAULT '',`sort` tinyint NOT NULL DEFAULT '0',KEY `code` (`code`),KEY `type` (`type`),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
[05-Dec-2021 00:18:00 UTC] WordPress database error Table 'wp_usam_visit_meta' already exists for query CREATE TABLE `wp_usam_visit_meta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`visit_id` bigint(20) unsigned NOT NULL DEFAULT '0',`meta_key` varchar(50) NOT NULL DEFAULT '',`meta_value` varchar(50) NOT NULL DEFAULT '',KEY `visit_id` (`visit_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
[05-Dec-2021 00:18:02 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
[05-Dec-2021 00:18:04 UTC] WordPress database error Table 'wp_usam_property_groups' already exists for query CREATE TABLE `wp_usam_property_groups` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`name` varchar(255) NOT NULL DEFAULT '',`parent_id` bigint(20) unsigned NOT NULL DEFAULT '0',`type` varchar(64) NOT NULL DEFAULT '',`code` varchar(255) NOT NULL DEFAULT '',`sort` tinyint unsigned NOT NULL DEFAULT '100',`system` tinyint NOT NULL DEFAULT '0',KEY `type` (`type`),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
[05-Dec-2021 00:18:04 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
[05-Dec-2021 00:18:04 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
[05-Dec-2021 00:18: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 664
[05-Dec-2021 00:18: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 664
[05-Dec-2021 00:18:07 UTC] WordPress database error Table 'wp_usam_email_folders' already exists for query CREATE TABLE `wp_usam_email_folders` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`mailbox_id` smallint unsigned NOT NULL DEFAULT '0',`name` varchar(255) NOT NULL DEFAULT '',`slug` varchar(255) NOT NULL DEFAULT '',`count` bigint(20) unsigned NOT NULL DEFAULT '0',`not_read` smallint unsigned NOT NULL DEFAULT '0',PRIMARY KEY  (`id`),KEY `mailbox_id` (`mailbox_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
[05-Dec-2021 00:18:09 UTC] WordPress database error Table 'wp_usam_files' already exists for query CREATE TABLE `wp_usam_files` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`code` varchar(255) NOT NULL DEFAULT '',`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',`type` varchar(255) NOT NULL DEFAULT '',`folder_id` bigint(20) unsigned NOT NULL DEFAULT '0',`title` varchar(255) NOT NULL DEFAULT '',`name` varchar(255) NOT NULL DEFAULT '',`file_path` varchar(255) NOT NULL DEFAULT '',`mime_type` varchar(100) NOT NULL DEFAULT '',`date_insert` datetime NOT NULL,`date_update` datetime NOT NULL,`size` int unsigned NOT NULL DEFAULT '0',`status` char(11) DEFAULT 'closed',KEY `object_id` (`object_id`),KEY `folder_id` (`folder_id`),KEY `status` (`status`),KEY `type` (`type`),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
[05-Dec-2021 00:18:09 UTC] WordPress database error Table 'wp_usam_files' already exists for query CREATE TABLE `wp_usam_files` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`code` varchar(255) NOT NULL DEFAULT '',`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',`type` varchar(255) NOT NULL DEFAULT '',`folder_id` bigint(20) unsigned NOT NULL DEFAULT '0',`title` varchar(255) NOT NULL DEFAULT '',`name` varchar(255) NOT NULL DEFAULT '',`file_path` varchar(255) NOT NULL DEFAULT '',`mime_type` varchar(100) NOT NULL DEFAULT '',`date_insert` datetime NOT NULL,`date_update` datetime NOT NULL,`size` int unsigned NOT NULL DEFAULT '0',`status` char(11) DEFAULT 'closed',KEY `object_id` (`object_id`),KEY `folder_id` (`folder_id`),KEY `status` (`status`),KEY `type` (`type`),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
[05-Dec-2021 00:18:11 UTC] WordPress database error Table 'wp_usam_customer_reviews' already exists for query CREATE TABLE `wp_usam_customer_reviews` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`date_insert` datetime NOT NULL,`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',`contact_id` bigint(20) unsigned NOT NULL DEFAULT '0',`title` varchar(150) DEFAULT NULL,`review_text` text,`review_response` text,`status` tinyint DEFAULT '1',`rating` tinyint(2) DEFAULT '0',`page_id` int(11) NOT NULL DEFAULT '0',PRIMARY KEY  (`id`),KEY `user_id` (`user_id`),KEY `page_id` (`page_id`),KEY `status` (`status`)
) 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
[05-Dec-2021 00:18:15 UTC] WordPress database error Table 'wp_usam_product_attribute' already exists for query CREATE TABLE `wp_usam_product_attribute` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`product_id` bigint(20) unsigned NOT NULL DEFAULT '0',`meta_key` varchar(100) 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
[05-Dec-2021 00:18:16 UTC] WordPress database error Table 'wp_usam_download_status' already exists for query CREATE TABLE `wp_usam_download_status` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`fileid` bigint(20) unsigned NOT NULL DEFAULT '0',`order_id` bigint(20) unsigned NOT NULL DEFAULT '0',`product_id` bigint(20) unsigned NULL,`downloads` smallint unsigned NOT NULL DEFAULT '1',`ip_number` varchar(255) NOT NULL DEFAULT '',`active` tinyint NOT NULL DEFAULT '0',PRIMARY KEY  (`id`),KEY `product_id` (`product_id`),KEY `order_id` (`order_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
[05-Dec-2021 00:18:17 UTC] WordPress database error Table 'wp_usam_payment_history' already exists for query CREATE TABLE `wp_usam_payment_history` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`document_id` bigint(20) unsigned NOT NULL DEFAULT '0',`bank_account_id` bigint(20) unsigned NOT NULL DEFAULT '0',`name` varchar(255) NULL DEFAULT '',`document_number` varchar(255) NULL DEFAULT '',`external_document` varchar(50) NULL DEFAULT '',`date_payed` datetime,`sum` decimal(11,2) unsigned NOT NULL DEFAULT '0',`status` tinyint NOT NULL DEFAULT '0',`payment_type` varchar(50) NULL DEFAULT 'card',`gateway_id` bigint(20) unsigned NOT NULL DEFAULT '0',`transactid` varchar(50) NULL DEFAULT '',`date_insert` datetime NOT NULL,`note` varchar(255) NOT NULL DEFAULT '',PRIMARY KEY  (`id`),KEY `status` (`status`),KEY `document_id` (`document_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
[05-Dec-2021 00:18:18 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
[05-Dec-2021 00:18:18 UTC] WordPress database error Table 'wp_usam_shipped_documents' already exists for query CREATE TABLE `wp_usam_shipped_documents` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`order_id` bigint(20) unsigned NOT NULL DEFAULT '0',`courier` bigint(20) unsigned NOT NULL DEFAULT '0',`name` varchar(50) NULL DEFAULT '',`customer_id` bigint(20) unsigned NOT NULL DEFAULT '0',`customer_type` varchar(10) NOT NULL DEFAULT '',`method` bigint(20) unsigned NOT NULL DEFAULT '0',`storage_pickup` mediumint(7) unsigned NULL DEFAULT '0',`storage` mediumint(7) unsigned NULL DEFAULT '0',`totalprice` decimal(11,2) unsigned NOT NULL DEFAULT '0',`price` decimal(11,2) unsigned NOT NULL DEFAULT '0',`include_in_cost` tinyint unsigned NOT NULL DEFAULT 1,`date_insert` datetime NOT NULL,`date_delivery` datetime DEFAULT NULL,`readiness_date` datetime DEFAULT NULL,`status` char(10) NULL DEFAULT '',`track_id` varchar(50) NULL DEFAULT '',`doc_number` varchar(50) NULL DEFAULT '',`doc_data` datetime,`tax_id` bigint(20) unsigned NOT NULL DEFAULT '0',`tax_name` varchar(255) NOT NULL DEFAULT '',`tax_value` decimal(11,5) unsigned NOT NULL DEFAULT '0',`tax_is_in_price` tinyint NOT NULL DEFAULT '1',`tax_rate` tinyint NOT NULL DEFAULT '0',PRIMARY KEY  (`id`),KEY `order_id` (`order_id`),KEY `status` (`status`)
) 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
[05-Dec-2021 00:18:19 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',`coupon_name` varchar(255) NOT NULL DEFAULT '',`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