First Installation

Hello,

I’m trying to install the script but I’m getting,

( ! ) Warning: require(vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\ci\invoices\index.php on line 18

I tried to open the inde.php and change the line no 18

from

require (‘vendor/autoload.php’);

to

require (‘application/config/autoload.php’);

but I’m getting now “No direct script access allowed” when calling the URL http://localhost/ci/invoices/index.php/setup

Regards

Why do you change the require code line? This is absolutely wrong. Please download the package from the InvoicePlane website and try again. All needed components are included in the download packages.

1 Like

I changed the path for testing only.

Exactly, I downloaded the copy from the website it works as well

Regards