Help - Search - Members - Calendar
Full Version: Authorized .Net payment gateway not working
HTMLHelp Forums > Programming > Server-side Scripting
Almalutz
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 ?
CharlesEF
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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.