sql >> Base de Datos >  >> RDS >> Mysql

(PHP):Advertencia:include_once, no se pudo abrir la secuencia:Permiso denegado

Reemplace esto:

include_once 'inc/php/config.php';
include_once 'inc/php/functions.php';

con

include_once dirname(__FILE__) . '/inc/php/config.php';
include_once dirname(__FILE__) . '/inc/php/functions.php';