UNIVERSAM 7.75.1

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

Summary

Errors
17PHP notices
14Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

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

Environment
WordPress version5.9
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=65f843c2cb
Aspect after-activation
HTTP status 200
Load time 0.804 s
Memory usage 3.74 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.452 s
Memory usage 4.11 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.315 s0.343 s+0.028 s3.36 MiB3.73 MiB+ 375.76 KiB
/wp-admin/edit.php0.170 s0.482 s+0.312 s3.39 MiB3.73 MiB+ 347.06 KiB
/wp-admin/post-new.php0.782 s3.813 s+3.031 s6.14 MiB3.75 MiB- 2.39 MiB
Average 0.422 s1.546 s+1.124 s4.3 MiB3.74 MiB- 576.01 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.0%306,48828,5701,748
JavaScript5.3%18,42155282
PO File4.0%13,94312,2361
CSS1.8%6,25324555
SVG0.5%1,84938113
Markdown0.3%95507
JSON0.0%15207
XML0.0%9622
YAML0.0%4822
HTML0.0%1701
Pascal0.0%13561
Total 348,235 41,701 2,019

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

[01-Feb-2022 04:42:55 UTC] WordPress database error Table 'wp_usam_newsletter_user_stat' already exists for query CREATE TABLE `wp_usam_newsletter_user_stat` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`newsletter_id` bigint(20) unsigned NOT NULL DEFAULT '0',`communication` varchar(255) NOT NULL DEFAULT '',`sent_at` datetime DEFAULT NULL,`opened_at` datetime DEFAULT NULL,`clicked` smallint unsigned NOT NULL DEFAULT '0',`unsub` smallint unsigned NOT NULL DEFAULT '0',`status` tinyint NOT NULL DEFAULT '0',KEY `newsletter_id` (`newsletter_id`),KEY `communication` (`communication`),KEY `sent_at` (`sent_at`),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
[01-Feb-2022 04:42: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 664
[01-Feb-2022 04:42:56 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
[01-Feb-2022 04:42:56 UTC] WordPress database error Table 'wp_usam_visits' already exists for query CREATE TABLE `wp_usam_visits` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`contact_id` bigint(20) unsigned NOT NULL DEFAULT '0',`location_id` bigint(20) unsigned NOT NULL DEFAULT '0',`device` varchar(255) NOT NULL DEFAULT '',`source` varchar(255) NOT NULL DEFAULT '',`referer` varchar(255) NOT NULL DEFAULT '',`ip` int(11) unsigned NOT NULL DEFAULT '0',`views` smallint unsigned NOT NULL DEFAULT '1',`date_update` datetime NOT NULL,`date_insert` datetime NOT NULL,KEY `contact_id` (`contact_id`),KEY `location_id` (`location_id`),KEY `views` (`views`),KEY `ip` (`ip`),KEY `date_insert` (`date_insert`),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
[01-Feb-2022 04:42:59 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
[01-Feb-2022 04:42:59 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
[01-Feb-2022 04:42:59 UTC] WordPress database error Table 'wp_usam_property_meta' already exists for query CREATE TABLE `wp_usam_property_meta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`property_id` bigint(20) unsigned NOT NULL DEFAULT '0',`meta_key` varchar(255) NOT NULL DEFAULT '',`meta_value` longtext DEFAULT '',KEY `property_id` (`property_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
[01-Feb-2022 04:43:00 UTC] WordPress database error Table 'wp_usam_notification_relationships' already exists for query CREATE TABLE `wp_usam_notification_relationships` (
`notification_id` bigint(20) unsigned NOT NULL DEFAULT '0',`object_type` varchar(20) DEFAULT '',`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',UNIQUE KEY `unique_key` (`notification_id`,`object_type`,`object_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
[01-Feb-2022 04:43: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 664
[01-Feb-2022 04:43:00 UTC] WordPress database error Table 'wp_usam_events' already exists for query CREATE TABLE `wp_usam_events` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`title` varchar(255) DEFAULT NULL,`description` text,`type` varchar(30) DEFAULT NULL,`date_insert` datetime NOT NULL,`date_completion` datetime NOT NULL,`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',`calendar` bigint(20) unsigned NOT NULL DEFAULT '0',`start` datetime NULL,`end` datetime NULL,`schedule` varchar(255) DEFAULT NULL,`importance` tinyint NOT NULL DEFAULT '0',`color` varchar(7) DEFAULT NULL,`status` char(50) DEFAULT NULL,KEY `date_insert` (`date_insert`),KEY `type` (`type`),KEY `user_id` (`user_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
[01-Feb-2022 04:43: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
[01-Feb-2022 04:43: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
[01-Feb-2022 04:43: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
[01-Feb-2022 04:43:05 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
[01-Feb-2022 04:43:05 UTC] WordPress database error Table 'wp_usam_bonus_cards' already exists for query CREATE TABLE `wp_usam_bonus_cards` (
`code` int unsigned NOT NULL,`status` varchar(255) NOT NULL DEFAULT '',`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',`sum` mediumint NULL DEFAULT '0',`percent` decimal(5,2) unsigned NOT NULL DEFAULT '0',`date_insert` datetime NOT NULL,KEY `user_id` (`user_id`),KEY `status` (`status`),PRIMARY KEY  (`code`)
) 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
[01-Feb-2022 04:43:06 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
[01-Feb-2022 04:43:06 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
[01-Feb-2022 04:43:06 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
[01-Feb-2022 04:43: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
[01-Feb-2022 04:43: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
[01-Feb-2022 04:43:08 UTC] WordPress database error Table 'wp_usam_associated_products' already exists for query CREATE TABLE `wp_usam_associated_products` (
`product_id` bigint(20) unsigned NOT NULL DEFAULT '0',`associated_id` bigint(20) unsigned NOT NULL DEFAULT '0',`list` varchar(10) NOT NULL DEFAULT '',UNIQUE KEY `unique_key` (`product_id`,`associated_id`,`list`)
) 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
[01-Feb-2022 04:43:08 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` varchar(255) NOT NULL DEFAULT 'draft',`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,PRIMARY KEY  (`id`),KEY `status` (`status`),KEY `document_id` (`document_id`),KEY `gateway_id` (`gateway_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
[01-Feb-2022 04:43:10 UTC] WordPress database error Table 'wp_usam_change_history' already exists for query CREATE TABLE `wp_usam_change_history` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`object_type` varchar(20) DEFAULT NULL,`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',`sub_object_id` bigint(20) unsigned NOT NULL DEFAULT '0',`operation` varchar(100) NOT NULL DEFAULT '',`field` varchar(255) NOT NULL DEFAULT '',`old_value` varchar(255) NOT NULL DEFAULT '',`value` varchar(255) NOT NULL DEFAULT '',`date_insert` datetime NOT NULL,`end` datetime NOT NULL,`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',PRIMARY KEY  (`id`),KEY `object_id` (`object_id`),KEY `object_type` (`object_type`),KEY `date_insert` (`date_insert`),KEY `field` (`field`)
) 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
[01-Feb-2022 04:43:11 UTC] WordPress database error Table 'wp_usam_locations_distance' already exists for query CREATE TABLE `wp_usam_locations_distance` (
`from_location_id` bigint(20) unsigned NOT NULL DEFAULT '0',`to_location_id` bigint(20) unsigned NOT NULL DEFAULT '0',`distance` int(5) NOT NULL DEFAULT '0',UNIQUE KEY `unique_key` (`from_location_id`,`to_location_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
[01-Feb-2022 04:43:11 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
[01-Feb-2022 04:43:11 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
[01-Feb-2022 04:43:11 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
[01-Feb-2022 04:43:12 UTC] WordPress database error Table 'wp_usam_users_basket' already exists for query CREATE TABLE `wp_usam_users_basket` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`order_id` bigint(20) unsigned NOT NULL DEFAULT '0',`contact_id` bigint(20) unsigned NOT NULL DEFAULT '0',`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',`shipping_method` bigint(10) unsigned NOT NULL DEFAULT '0',`storage_pickup` mediumint(7) unsigned NOT NULL DEFAULT '0',`gateway_method` bigint(10) unsigned NOT NULL DEFAULT '0',`coupon_name` varchar(255) NOT NULL DEFAULT '',`quantity` smallint unsigned NOT NULL DEFAULT '0',`bonuses` mediumint unsigned NULL DEFAULT '0',`shipping` decimal(8,2) unsigned NOT NULL DEFAULT '0',`totalprice` decimal(11,2) unsigned NOT NULL DEFAULT '0',`date_insert` datetime NOT NULL,`recalculation_date` datetime NULL,KEY `contact_id` (`contact_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
[01-Feb-2022 04:43: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 664
[01-Feb-2022 04:43: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 664
[01-Feb-2022 04:43:14 UTC] WordPress database error Table 'wp_usam_product_day' already exists for query CREATE TABLE `wp_usam_product_day` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`rule_id` bigint(20) unsigned NOT NULL DEFAULT '0',`product_id` bigint(20) unsigned NOT NULL DEFAULT '0',`value` decimal(11,2) unsigned NOT NULL DEFAULT '0',`dtype` varchar(1) NOT NULL DEFAULT '',`status` varchar(1) NOT NULL DEFAULT '0',`sort` tinyint unsigned NOT NULL DEFAULT '100',`date_insert` datetime NULL,KEY `product_id` (`product_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