php-reports icon indicating copy to clipboard operation
php-reports copied to clipboard

No such file or directory

Open chadwalt opened this issue 9 years ago • 1 comments

I have been trying to use php-reports but am going this error whenever am trying to access it.

**Warning: include(vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\php-reports-master\index.php on line 8

Warning: include(): Failed opening 'vendor/autoload.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\php-reports-master\index.php on line 8

Fatal error: Uncaught exception 'Exception' with message 'Cannot find config file' in C:\xampp\htdocs\php-reports-master\lib\PhpReports\PhpReports.php:17 Stack trace: #0 C:\xampp\htdocs\php-reports-master\lib\PhpReports\PhpReports.php(671): PhpReports::init() #1 C:\xampp\htdocs\php-reports-master\index.php(11): require('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\php-reports-master\lib\PhpReports\PhpReports.php on line 17**

What is the way around this problem?

chadwalt avatar Mar 01 '16 13:03 chadwalt

Sounds like you need to install composer, and run the install.

jayhar avatar Apr 10 '16 18:04 jayhar