You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
I got error when insufficient funds: Fatal error: Uncaught Tighten\SolanaPhpSdk\Exceptions\GenericException: Transaction simulation failed: Transaction results in an account (1) without insufficient funds for rent in /var/www/www-root/data/www/site.com/vendor/tightenco/solana-php-sdk/src/SolanaRpcClient.php:106 Stack trace: #0 /var/www/www-root/data/www/site.com/vendor/tightenco/solana-php-sdk/src/SolanaRpcClient.php(68): Tighten\SolanaPhpSdk\SolanaRpcClient->validateResponse(Object(Illuminate\Http\Client\Response), 'sendTransaction', Array) #1 /var/www/www-root/data/www/site.com/vendor/tightenco/solana-php-sdk/src/Connection.php(86): Tighten\SolanaPhpSdk\SolanaRpcClient->call('sendTransaction', Array) #2 /var/www/www-root/data/www/site.com/core/ajax/withdraw.php(63): Tighten\SolanaPhpSdk\Connection->sendTransaction(Object(Tighten\SolanaPhpSdk\Transaction), Array) #3 {main} thrown in /var/www/www-root/data/www/site.com/vendor/tightenco/solana-php-sdk/src/SolanaRpcClient.php on line 106
Why is a Fatal error produced and how to fix it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all!
I got error when insufficient funds: Fatal error: Uncaught Tighten\SolanaPhpSdk\Exceptions\GenericException: Transaction simulation failed: Transaction results in an account (1) without insufficient funds for rent in /var/www/www-root/data/www/site.com/vendor/tightenco/solana-php-sdk/src/SolanaRpcClient.php:106 Stack trace: #0 /var/www/www-root/data/www/site.com/vendor/tightenco/solana-php-sdk/src/SolanaRpcClient.php(68): Tighten\SolanaPhpSdk\SolanaRpcClient->validateResponse(Object(Illuminate\Http\Client\Response), 'sendTransaction', Array) #1 /var/www/www-root/data/www/site.com/vendor/tightenco/solana-php-sdk/src/Connection.php(86): Tighten\SolanaPhpSdk\SolanaRpcClient->call('sendTransaction', Array) #2 /var/www/www-root/data/www/site.com/core/ajax/withdraw.php(63): Tighten\SolanaPhpSdk\Connection->sendTransaction(Object(Tighten\SolanaPhpSdk\Transaction), Array) #3 {main} thrown in /var/www/www-root/data/www/site.com/vendor/tightenco/solana-php-sdk/src/SolanaRpcClient.php on line 106
Why is a Fatal error produced and how to fix it?
The text was updated successfully, but these errors were encountered: