Thank you for that information... I have the auotload.php file back where it should be in includes/modules/payment/square_webpay directory... and..
perhaps there is some light at the end of the tunnel with this conundrum.. with help from y'all here on the forum... which I sincerely appreciate
I have the
square_webPay.php file in the includes/modules/payment directory BUT... I also have another file that's a
text/x-generic file without the
.php on the end... it's name is
square_webPay sitting in there alongside the
square_webPay.php file... The contents of this file:
<?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitfafb29fe5f8dc595bfe1ebb15dd8a771::getLoader();
Right now I'm in the process of tracking down where/which directory this file is supposed to be... I must have uploaded it to this directory by mistake... I'm looking through the Square_WebPay Module's upload package to see if I can locate where it needs to be so I can move it over to the correct location... Hopefully, this will fix this issue
