Libro de Reclamaciones y Quejas 0.0.5

Does "Libro de Reclamaciones y Quejas" work with WordPress 5.5.3 and PHP 7.4.8? A smoke test was performed on .

Summary

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

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

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version5.5.3
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 3,000+
WordPress.org page https://wordpress.org/plugins/libro-de-reclamaciones-y-quejas/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 4

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=libro-de-reclamaciones-y-quejas%2Frt-libro-reclamaciones.php&plugin_status=all&paged=1&s&_wpnonce=909e92e85f
Aspect after-activation
HTTP status 200
Load time 0.398 s
Memory usage 2.66 MiB
JS errors None
Resource errors None

Libro de Reclamaciones

Page screenshot: Libro de Reclamaciones
URL /wp-admin/admin.php?page=libro_settings
Aspect menu-item
HTTP status 200
Load time 0.149 s
Memory usage 2.61 MiB
JS errors None
Resource errors None

Libro de Reclamaciones → Setting

Page screenshot: Libro de Reclamaciones → Setting
URL /wp-admin/admin.php?page=libro_settings&tab=setting
Aspect menu-item-tab
HTTP status 200
Load time 0.142 s
Memory usage 2.66 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 0.212 s
Memory usage 2.59 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.515 s0.336 s-0.179 s2.75 MiB2.77 MiB+ 16.86 KiB
/wp-admin/edit.php0.251 s0.231 s-0.020 s2.8 MiB2.81 MiB+ 16.86 KiB
/wp-admin/post-new.php1.544 s1.925 s+0.381 s4.54 MiB4.56 MiB+ 21.22 KiB
/wp-admin/upload.php0.647 s0.428 s-0.219 s2.63 MiB2.64 MiB+ 15.77 KiB
/wp-admin/options-writing.php0.194 s0.180 s-0.014 s2.64 MiB2.63 MiB- 16.26 KiB
/wp-admin/media-new.php0.215 s0.185 s-0.030 s2.6 MiB2.62 MiB+ 15.94 KiB
/wp-admin/edit-tags.php?taxonomy=category0.190 s0.187 s-0.003 s2.64 MiB2.66 MiB+ 16.84 KiB
/wp-admin/post-new.php?post_type=page1.351 s1.648 s+0.297 s4.53 MiB4.54 MiB+ 12.8 KiB
/wp-admin/options-discussion.php0.335 s0.293 s-0.042 s2.61 MiB2.62 MiB+ 16.25 KiB
/wp-admin/edit-comments.php0.215 s0.236 s+0.021 s2.65 MiB2.66 MiB+ 15.79 KiB
/0.278 s0.256 s-0.022 s2.56 MiB2.59 MiB+ 34.13 KiB
Average 0.521 s0.537 s+0.015 s3 MiB3.01 MiB+ 15.11 KiB

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.

Options wp_options 1

PHP Error Log 44 lines

[02-Dec-2020 01:12:24 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci' at line 38 for query 
        CREATE TABLE IF NOT EXISTS wp_rt_libro (
            `libro_id` int(11) NOT NULL AUTO_INCREMENT,
            `nombre` varchar(100) DEFAULT NULL,
            `apellido_paterno` varchar(100) DEFAULT NULL,
            `apellido_materno` varchar(100) DEFAULT NULL,
            `tipo_doc` int(5) DEFAULT NULL,
            `nro_documento` int(11) DEFAULT NULL,
            `fono` int(11) DEFAULT NULL,
            `email` varchar(100) DEFAULT NULL,
            `direccion` varchar(100) DEFAULT NULL,
            `referencia` varchar(100) DEFAULT NULL,
            `departamento` varchar(100) DEFAULT NULL,
            `provincia` varchar(100) DEFAULT NULL,
            `distrito` varchar(100) DEFAULT NULL,
            `flag_menor` int(5) DEFAULT NULL,
            `nombre_tutor` varchar(100) DEFAULT NULL,
            `email_tutor` varchar(100) DEFAULT NULL,
            `tipo_doc_tutor` int(5) DEFAULT NULL,
            `numero_documento_tutor` int(11) DEFAULT NULL,
            `tipo_reclamacion` int(5) DEFAULT NULL,
            `tipo_consumo` int(5) DEFAULT NULL,
            `nro_pedido` int(11) NOT NULL,
            `fch_reclamo` timestamp NULL DEFAULT NULL,
            `descripcion` varchar(100) DEFAULT NULL,
            `proveedor` varchar(100) DEFAULT NULL,
            `fch_compra` timestamp NULL DEFAULT NULL,
            `fch_consumo` timestamp NULL DEFAULT NULL,
            `fch_vencimiento` timestamp NULL DEFAULT NULL,
            `detalle` text,
            `pedido_cliente` text,
            `monto_reclamado` int(11) DEFAULT NULL,
            `acepta_contenido` int(5) DEFAULT NULL,
            `acepta_politica` int(5) DEFAULT NULL,
            `respuesta` text,
            `estado` int(5) DEFAULT NULL,
            `url_adjunto` varchar(250) DEFAULT NULL,
            PRIMARY KEY (`libro_id`)
        ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_libro-de-reclamaciones-y-quejas/rt-libro-reclamaciones.php'), WP_Hook->do_action, WP_Hook->apply_filters, rt_libro_lrq_setup, rt_libro_lrq_create_tables_default, dbDelta
[02-Dec-2020 01:12:25 UTC] PHP Notice:  Undefined index: tab in /wp-content/plugins/libro-de-reclamaciones-y-quejas/libro_admin.php on line 435
[02-Dec-2020 01:12:25 UTC] PHP Notice:  Undefined index: ver in /wp-content/plugins/libro-de-reclamaciones-y-quejas/libro_admin.php on line 441
[02-Dec-2020 01:12:25 UTC] WordPress database error Table 'wordpress.wp_rt_libro' doesn't exist for query SELECT * FROM wp_rt_libro where estado =1 made by do_action('libro-de-reclamaciones_page_libro_settings'), WP_Hook->do_action, WP_Hook->apply_filters, rt_libro_lrq_submenu_settings_callback, rt_libro_lrq_submenu_settings_home, rt_libro_lrq_get_all_reclamos
[02-Dec-2020 01:12:25 UTC] PHP Notice:  Undefined index: tab in /wp-content/plugins/libro-de-reclamaciones-y-quejas/libro_admin.php on line 447
[02-Dec-2020 01:12:25 UTC] PHP Notice:  Undefined index: btn_guardar_setting in /wp-content/plugins/libro-de-reclamaciones-y-quejas/libro_admin.php on line 321
See also: All tests for this plugin, How to Hide Libro de Reclamaciones y Quejas Admin Menus