( ! ) Warning: include(C:/wamp64/www/lib/composer/vendor/autoload.php): failed to open stream: No such file or directory in C:\wamp64\www\calendario_master\config\config.php on line 15
Call Stack
#
Time
Memory
Function
Location
1
0.0003
403016
{main}( )
...\index.php:0
2
0.0006
403320
include( 'C:\wamp64\www\calendario_master\config\config.php' )
...\index.php:1
( ! ) Warning: include(): Failed opening 'C:/wamp64/www/lib/composer/vendor/autoload.php' for inclusion (include_path='.;C:\php\pear') in C:\wamp64\www\calendario_master\config\config.php on line 15
Call Stack
#
Time
Memory
Function
Location
1
0.0003
403016
{main}( )
...\index.php:0
2
0.0006
403320
include( 'C:\wamp64\www\calendario_master\config\config.php' )
...\index.php:1
conteúdo do arquivo (config.php) conforme mensagem de erro.
<?php
#Caminhos absolutos
$dirInt="";
define('DIRPAGE',"http://{$_SERVER['HTTP_HOST']}/{$dirInt}");
$bar=(substr($_SERVER['DOCUMENT_ROOT'],-1)=='/')?"":"/";
define('DIRREQ',"{$_SERVER['DOCUMENT_ROOT']}{$bar}{$dirInt}");
#Banco de Dados
define('HOST','localhost');
define('DB','sistema');
define('USER','root');
define('PASS','root');
#Incluir arquivos
include(DIRREQ.'lib/composer/vendor/autoload.php');