Mysql
 sql >> Datenbank >  >> RDS >> Mysql

(PHP):Warnung:include_once, Stream konnte nicht geöffnet werden:Berechtigung verweigert

Ersetzen Sie dies:

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

mit

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