After making a payment using the /V2/ developer's API i'm facing the below fatal error,
Fatal error: Class 'phpseclib\Crypt\Common\AsymmetricKey' not found in /public_html/phpseclib/Crypt/RSA.php on line 64.The other errors are :
Cannot modify header information - headers already sent by (output started at /public_html/system/core/Exceptions.php:271)and,
Class 'phpseclib\Crypt\Common\AsymmetricKey' not foundI have the AsymmetricKey class file already at the above mentioned location. I'm using the phpseclib-master version for this. I checked other threads for the solutions and found this thread and this thread as well. Both the threads have good solution but still I'm getting the above error.
I'm really stuck at this point and need to finish this ASAP. Please advice.