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_options1
rt_libro_db_version
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