UNIVERSAM 7.80

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

Summary

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

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

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

Environment
WordPress version5.9.3
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=2b882d005d
Aspect after-activation
HTTP status 200
Load time 0.927 s
Memory usage 3.76 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.495 s
Memory usage 4.1 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.336 s0.456 s+0.120 s3.37 MiB3.76 MiB+ 395.51 KiB
/wp-admin/edit.php0.189 s0.447 s+0.258 s3.4 MiB3.76 MiB+ 368.54 KiB
/wp-admin/post-new.php0.815 s0.616 s-0.199 s5.68 MiB3.76 MiB- 1.92 MiB
Average 0.447 s0.506 s+0.060 s4.15 MiB3.76 MiB- 401.24 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.4%311,57428,7131,764
JavaScript5.4%19,11650382
PO File4.0%13,94312,2361
CSS1.8%6,28324455
Markdown0.3%95507
SVG0.1%4001046
JSON0.0%15207
XML0.0%9622
YAML0.0%4822
HTML0.0%1701
Pascal0.0%13561
Total 352,597 41,766 1,968

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

[12-Apr-2022 11:04:58 UTC] WordPress database error Table 'wp_usam_mailing_list_meta' already exists for query CREATE TABLE `wp_usam_mailing_list_meta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`list_id` bigint(20) unsigned NOT NULL DEFAULT '0',`meta_key` varchar(50) NOT NULL DEFAULT '',`meta_value` longtext DEFAULT '',KEY `list_id` (`list_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
[12-Apr-2022 11:04:58 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 696
[12-Apr-2022 11:04:58 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
[12-Apr-2022 11:05:01 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 696
[12-Apr-2022 11:05:01 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 696
[12-Apr-2022 11:05:01 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 696
[12-Apr-2022 11:05:02 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
[12-Apr-2022 11:05:03 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
[12-Apr-2022 11:05:07 UTC] WordPress database error Table 'wp_usam_comments' already exists for query CREATE TABLE `wp_usam_comments` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',`object_type` varchar(255) NOT NULL DEFAULT '',`message` longtext DEFAULT '',`status` tinyint NOT NULL DEFAULT '0',`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',`date_insert` datetime NOT NULL,KEY `object_id` (`object_id`),KEY `object_type` (`object_type`),KEY `status` (`status`),KEY `user_id` (`user_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
[12-Apr-2022 11:05:08 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 696
[12-Apr-2022 11:05:09 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 696
[12-Apr-2022 11:05:10 UTC] WordPress database error Table 'wp_usam_storage_list' already exists for query CREATE TABLE `wp_usam_storage_list` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`code` varchar(45) NOT NULL DEFAULT '',`title` varchar(255) NOT NULL DEFAULT '',`active` tinyint NOT NULL DEFAULT '0',`issuing` tinyint NOT NULL DEFAULT '1',`shipping` tinyint NOT NULL DEFAULT '0',`location_id` bigint(20) unsigned NOT NULL DEFAULT '0',`sort` tinyint unsigned NOT NULL DEFAULT '100',`owner` varchar(45) NOT NULL DEFAULT '',KEY `sort` (`sort`),KEY `active` (`active`),KEY `owner` (`owner`),KEY `location_id` (`location_id`),KEY `shipping` (`shipping`),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
[12-Apr-2022 11:05: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 696
[12-Apr-2022 11:05:11 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
[12-Apr-2022 11:05:11 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
[12-Apr-2022 11:05:11 UTC] WordPress database error Table 'wp_usam_product_price' already exists for query CREATE TABLE `wp_usam_product_price` (
`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` decimal(11,2) unsigned 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
[12-Apr-2022 11:05:12 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
[12-Apr-2022 11:05:16 UTC] WordPress database error Table 'wp_usam_shipped_document_meta' already exists for query CREATE TABLE `wp_usam_shipped_document_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
[12-Apr-2022 11:05: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 696
[12-Apr-2022 11:05:19 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
[12-Apr-2022 11:05:20 UTC] WordPress database error Table 'wp_usam_location_meta' already exists for query CREATE TABLE `wp_usam_location_meta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`location_id` bigint(20) unsigned NOT NULL DEFAULT '0',`meta_key` varchar(255) NOT NULL DEFAULT '',`meta_value` varchar(255) NOT NULL DEFAULT '',KEY `location_id` (`location_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
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '1' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('1', 'country', 0, 'Россия', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '2' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('2', 'district', 1, 'Центр', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '3' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('3', 'region', 2, 'Московская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '4' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('4', 'region', 2, 'Белгородская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '5' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('5', 'region', 2, 'Ивановская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '6' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('6', 'region', 2, 'Калужская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '7' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('7', 'region', 2, 'Костромская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '8' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('8', 'region', 2, 'Курская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '9' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('9', 'region', 2, 'Липецкая область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '10' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('10', 'region', 2, 'Орловская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '11' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('11', 'region', 2, 'Рязанская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '12' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('12', 'region', 2, 'Смоленская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '13' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('13', 'region', 2, 'Тамбовская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '14' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('14', 'region', 2, 'Тверская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '15' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('15', 'region', 2, 'Тульская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '16' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('16', 'region', 2, 'Ярославская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '17' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('17', 'region', 2, 'Брянская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '18' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('18', 'region', 2, 'Воронежская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '19' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('19', 'region', 2, 'Владимирская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '20' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('20', 'district', 1, 'Северо-Запад', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '21' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('21', 'region', 20, 'Ленинградская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '22' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('22', 'region', 20, 'Республика Коми', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '23' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('23', 'region', 20, 'Республика Карелия', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '24' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('24', 'region', 20, 'Вологодская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '25' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('25', 'region', 20, 'Архангельская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '26' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('26', 'region', 20, 'Мурманская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '27' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('27', 'region', 20, 'Калининградская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '28' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('28', 'region', 20, 'Псковская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '29' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('29', 'region', 20, 'Новгородская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '30' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('30', 'region', 20, 'Ненецкий автономный округ', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '31' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('31', 'district', 1, 'Юг', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '32' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('32', 'region', 31, 'Краснодарский край', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '33' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('33', 'region', 31, 'Волгоградская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '34' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('34', 'region', 31, 'Ростовская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '35' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('35', 'region', 31, 'Астраханская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '36' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('36', 'region', 31, 'Республика Адыгея', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '37' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('37', 'region', 31, 'Республика Калмыкия', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '38' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('38', 'district', 1, 'Северный Кавказ', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '39' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('39', 'region', 38, 'Республика Дагестан', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '40' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('40', 'region', 38, 'Кабардино-Балкарская Республика', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '41' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('41', 'region', 38, 'Республика Северная Осетия-Алания', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '42' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('42', 'region', 38, 'Ставропольский край', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '43' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('43', 'region', 38, 'Республика Ингушетия', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '44' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('44', 'region', 38, 'Карачаево-Черкесская Республика', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '45' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('45', 'region', 38, 'Чеченская Республика', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '46' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('46', 'district', 1, 'Поволжье', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '47' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('47', 'region', 46, 'Республика Мордовия', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '48' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('48', 'region', 46, 'Республика Татарстан', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '49' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('49', 'region', 46, 'Республика Марий Эл', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '50' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('50', 'region', 46, 'Кировская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '51' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('51', 'region', 46, 'Нижегородская область', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '52' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('52', 'region', 46, 'Удмуртская Республика', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations
[12-Apr-2022 11:05:39 UTC] WordPress database error Duplicate entry '53' for key 'wp_usam_location.PRIMARY' for query INSERT INTO `wp_usam_location` (`id`, `code`, `parent`, `name`, `sort`) VALUES ('53', 'region', 46, 'Чувашская Республика', '100') 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_Load_System_Default_Data->__construct, USAM_Load_System_Default_Data->controller_location, usam_install_locations

(+601 more lines)
See also: All tests for this plugin, How to Hide UNIVERSAM Admin Menus