@
mcdark
sorry, I had removed the subscription table in mysql. so it was not working. and throwing the error at dashboard.
All is set now. But in this new version I am facing lots of problem.
1. Paypal basic payment is not going through because of me having indian paypal account both as a seller and as merchant. I am geting seller doesnt accept this currency. This error I am geting even I directly tryied to send money to my merchant email id in paypal dashboard, got to know that paypal removed INR support in april 2021.
2. Second problem I am geting using stripe as payment gateway. When I click on checkout adding my card details the system redirects to page "
https://domain.com/checkout/6/monthly" and this page shows error ----
>_ Error 500
The page you are looking for is not available.
And the same happens in stripe yearly mode. In storage folder at storage/logs/Log-12-27-2021.log I found that its throwing errors like this---
[2021-12-27T12:06:06.308235+05:30] system.ERROR: Integrity check failed. ->
http://domain.com/checkout/6/yearly
And if I use paypal api it shows these errors at paypal page -
We’re sorry
Things don’t appear to be working at the moment
try again
return to merchant.
And while using paypal api I get errors in log files like these -
[2021-12-27T12:12:31.746618+05:30] system.ERROR: Required parameter $path follows optional parameter $handlers occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Transport/PayPalRestCall.php:53 ->
http://domain.com/checkout/6/yearly
[2021-12-27T12:12:31.746700+05:30] system.ERROR: Required parameter $method follows optional parameter $handlers occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Transport/PayPalRestCall.php:53 ->
http://domain.com/checkout/6/yearly
[2021-12-27T12:12:31.749444+05:30] system.ERROR: Required parameter $prefix follows optional parameter $configs occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Core/PayPalHttpConfig.php:286 ->
http://domain.com/checkout/6/yearly
[2021-12-27T12:12:31.751552+05:30] system.ERROR: Required parameter $clientId follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 ->
http://domain.com/checkout/6/yearly
[2021-12-27T12:12:31.751649+05:30] system.ERROR: Required parameter $accessToken follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 ->
http://domain.com/checkout/6/yearly
[2021-12-27T12:12:31.751706+05:30] system.ERROR: Required parameter $tokenCreateTime follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 ->
http://domain.com/checkout/6/yearly
[2021-12-27T12:12:31.751762+05:30] system.ERROR: Required parameter $tokenExpiresIn follows optional parameter $config occurred in /home/xxxxx/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Cache/AuthorizationCache.php:56 ->
http://domain.com/checkout/6/yearly
3. When I tried to login using gmail without registering first, it creates an account but it doesnt create a username for that account and at profile settings page it asks me to add user name because I have used social login, but when I try to add username and save it doesnt save and says u are not using a valid username, also if I use gmail id in username field it shows again err0r500.
4. when i visit pricing page then in storage/logs/log file I get these errors.
[2021-12-27T12:05:33.732264+05:30] system.ERROR: Undefined array key "retention" occurred in /home/xxxxx/public_html/storage/themes/default/pricing/index.php:46 ->
http://domain.com/pricing
There are lots of errors in this script and it cannot be used for commercial purpose, You can use it for personal use, create manualy accountgs to give it to your friends and family and co working friend, but you can not promot it to software as service with these errors, also we need more payment gateways apart from stripe and paypal, for india atleast razorpay or payu. It can not be promoted like link.tree This system needs more problem solving, if you are developer you can solve these problems then its ok.
So, can anyone help me solve these errors if possible. ?