Mysql
 sql >> Base de Dados >  >> RDS >> Mysql

(PHP):Aviso:include_once, falhou ao abrir stream:Permissão negada


Substitua isso:
include_once 'inc/php/config.php';
include_once 'inc/php/functions.php';

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