Recently I created a template from scratch in WP. When I include these lines of code in the functions.php in reference to a database created for that purpose, it does not load the media library.
require get_template_directory() . '/inc/database.php';
require get_template_directory() . '/inc/reservas.php';
require get_template_directory() . '/inc/opciones.php';
Interestingly when I comment the first "//". They reload.
I have activated the DEBUG.LOG but it does not give me any php errors. A kind soul to help me. ;-) Thank you very much.