Gurumanickam

About

Username
Gurumanickam
Joined
Visits
13
Last Active
Roles
Member

Comments

  • Can anyone help me in this regard? Currently I am using PHP 8.0.7 and Composer/KiteConnect v4. Suppose, if I need to go to v3, I understand that PHP >7.3. If so, should I uninstall composer and reinstall with v3? Or just copying v3-KiteConnect.…
  • I installed PHP 8.0.7 as you suggested. Now I am getting some error message. (Still Session not generating) Message: Connection refused for URI https://api.kite.trade/session/token
  • Same error message. If the $user = $kite->generateSession($request_token, $api_secret); is removed, the page is working. Thanks.
  • The above is the whole code. "KiteConnect OK" is echoing. But generateSession is not working. Please help.
  • Still unable to get the Session generated
  • Thanks for the lead. Earlier I haven't properly installed Composer in the same folder where my connect page was. After I installed composer in the same folder, I am able to move forward to $kite = new KiteConnect($apikey); I obtained my request to…
  • I have already installed Composer in my laptop.
  • This is the error message I am getting. From the example you have referred.. I haven't used the require_once __DIR__ . '/vendor/autoload.php'; bit. Is this the main problem? I am not sure about it. What is the autoload.php? What it does? How d…