Jump to content

richwalker

Members
  • Posts

    75
  • Joined

  • Last visited

Reputation Activity

  1. Like
    richwalker got a reaction from activa in Paypal To Stripe Switch   
    Hi Tyson 
     
    I have checked and checked again. I have even typed the Live Secret Key manually. Below is the logs from blesta
     
    Input from the logs ( i have changed the user info to protect the client)
     
    https://api.stripe.com/v1/charges
    a:3:{s:6:"amount";i:100;s:8:"currency";s:3:"gbp";s:4:"card";a:10:{s:6:"number";s:16:"xxxxxxxxxxxxxxxx";s:9:"exp_month";s:2:"xx";s:8:"exp_year";s:4:"xxxx";s:4:"name";s:13:"BOB ";s:13:"address_line1";s:16:"1 My Address";s:13:"address_line2";s:0:"";s:11:"address_zip";s:6:"AB123CD";s:13:"address_state";s:3:"ABC";s:15:"address_country";s:3:"GBR";s:3:"cvc";s:0:"";}}
     
    Output

    https://api.stripe.com/v1/charges
    a:0:{}
  2. Like
    richwalker got a reaction from activa in Paypal To Stripe Switch   
    Just the process of switching from paypal to stripe. 
     
    When putting a live transaction through i get 
     
    Oh noes!Cannot use object of type stdClass as array on line 303 in /var/www/vhosts/mydomain.co.uk/httpdocs/components/gateways/merchant/stripe_gateway/stripe_gateway.php
     
     
    Server error logs
     
    PHP Fatal error: Cannot use object of type stdClass as array in /var/www/vhosts/mydomain.co.uk/httpdocs/components/gateways/merchant/stripe_gateway/stripe_gateway.php on line 303, referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/   2016-04-03 20:28:02 Error 62.64.201.23 PHP Fatal error: Uncaught exception 'UnknownException' with message 'Invalid callback Session::sessionWrite, cannot access private method Session::sessionWrite()' in Unknown:0, referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/   2016-04-03 20:28:02 Error 62.64.201.23 Stack trace:, referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/   2016-04-03 20:28:02 Error 62.64.201.23 #0 [internal function]: UnknownException::setErrorHandler(2, 'Invalid callbac...', 'Unknown', 0, NULL), referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/   2016-04-03 20:28:02 Error 62.64.201.23 #1 {main}, referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/   2016-04-03 20:28:02 Error 62.64.201.23 thrown in Unknown on line 0, referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/
  3. Like
    richwalker reacted to richwalker in Paypal To Stripe Switch   
    Just the process of switching from paypal to stripe. 
     
    When putting a live transaction through i get 
     
    Oh noes!Cannot use object of type stdClass as array on line 303 in /var/www/vhosts/mydomain.co.uk/httpdocs/components/gateways/merchant/stripe_gateway/stripe_gateway.php
     
     
    Server error logs
     
    PHP Fatal error: Cannot use object of type stdClass as array in /var/www/vhosts/mydomain.co.uk/httpdocs/components/gateways/merchant/stripe_gateway/stripe_gateway.php on line 303, referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/   2016-04-03 20:28:02 Error 62.64.201.23 PHP Fatal error: Uncaught exception 'UnknownException' with message 'Invalid callback Session::sessionWrite, cannot access private method Session::sessionWrite()' in Unknown:0, referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/   2016-04-03 20:28:02 Error 62.64.201.23 Stack trace:, referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/   2016-04-03 20:28:02 Error 62.64.201.23 #0 [internal function]: UnknownException::setErrorHandler(2, 'Invalid callbac...', 'Unknown', 0, NULL), referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/   2016-04-03 20:28:02 Error 62.64.201.23 #1 {main}, referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/   2016-04-03 20:28:02 Error 62.64.201.23 thrown in Unknown on line 0, referer: https://mydomain.co.uk/admin/clients/makepayment/168/14913/
  4. Like
    richwalker got a reaction from PauloV in [Module] Opensrs - Beta 1.0.8 Relesed :)   
    Hi PauloV
     
    I am getting the following error when trying to registering a .co.uk
     
    oSRS Error - Incorrect call. on line 51 in /var/www/vhosts/domain.com/httpdocs/components/modules/opensrs/apis/commands/domains/provisioning/provSWregister.php
     
     
  5. Like
    richwalker got a reaction from PauloV in [Module] Opensrs - Beta 1.0.8 Relesed :)   
    I want to make another donation can you PM with your details.
  6. Like
    richwalker got a reaction from PauloV in [Module] Opensrs - Beta 1.0.8 Relesed :)   
    PauloV I'm happy to chip in too. Just let me know how much of a donation you would like. :-)
  7. Like
    richwalker reacted to PauloV in [Module] Opensrs - Beta 1.0.8 Relesed :)   
    Still no updates I ony put in "pause" just hopping an response from Blesta, to release the new "Domain Managment" system as core, to not have more work to re-work the module to support the new functions
     
    But of course, any help, will incentive me to work more in the Module
  8. Like
    richwalker got a reaction from Michael in Pay Now Link In Email Redirecting To Login Page   
    That did the trick. Thank you licencecart
  9. Like
    richwalker reacted to Michael in Pay Now Link In Email Redirecting To Login Page   
    :s weird we force https:// and have no issues.
    Try using this in your .htaccess:
    # Force HTTPS #RewriteCond %{HTTPS} !=on #RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L] RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{SERVER_PORT} ^80$ [NC] RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]
  10. Like
    richwalker got a reaction from PauloV in Looking For A Csv Export Plugin   
    Spot on. I have dropped you an email 
  11. Like
    richwalker got a reaction from PauloV in [Module] Opensrs - Beta 1.0.8 Relesed :)   
    I have changed 
     
            $connectData["osrs_environment"] = "TEST";         $connectData["osrs_host"] = "horizon.opensrs.net";   to           $connectData["osrs_environment"] = "PROD";         $connectData["osrs_host"] = "rr-n1-tor.opensrs.net";  
    in opensrs.php and its worked.
     
    Thanks
  12. Like
    richwalker got a reaction from Michael in [Module] Opensrs - Beta 1.0.8 Relesed :)   
    I have changed 
     
            $connectData["osrs_environment"] = "TEST";         $connectData["osrs_host"] = "horizon.opensrs.net";   to           $connectData["osrs_environment"] = "PROD";         $connectData["osrs_host"] = "rr-n1-tor.opensrs.net";  
    in opensrs.php and its worked.
     
    Thanks
  13. Like
    richwalker got a reaction from Michael in Idiot's Guide To Setting Up Order Forms   
    Ok thanks. I believe the opensrs module is now available so I'll give that a go.
  14. Like
    richwalker reacted to Michael in Idiot's Guide To Setting Up Order Forms   
    That might be why, I believe you need to use a module like Logicboxes / etc for the search query as it uses their API to check if it's available.
×
×
  • Create New...