Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Server-side Scripting _ Authorized .Net payment gateway not working

Posted by: Almalutz Jul 10 2017, 02:44 AM

Hello sir, I have implemented authorized.net payment gateway in my project. When i am running my project, It is saying -

Warning: require(vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\sample-code-php-master\PaymentTransactions\charge-credit-card.php on line 2

Fatal error: require(): Failed opening required 'vendor/autoload.php' (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\sample-code-php-master\PaymentTransactions\charge-credit-card.php on line 2

I have already intalled the composer, but It's not helping me to solve the error .
So how can Solve this problem ?

Posted by: CharlesEF Jul 10 2017, 11:08 AM

I would venture to guess that your path to 'autoload.php' is wrong. Looks like the 'require' is looking for 'autoload.php' in a folder called 'vendor' inside the current folder of 'C:\xampp\htdocs\sample-code-php-master\PaymentTransactions\'. If the 'vendor' folder is not inside (under) that folder then you need to fix the 'require' path.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)