Jump to content

agnacom

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by agnacom

  1. hey, I have sent you a private msg in regards to GC. I have some of those problems as well.
  2. Glad to hear that. Looks like the problem is with the code, because when I used file from top of this topic redirect works fine. Not sure if I can post code here so I will update ticket and see how long I will need to wait for the reply, but hopefully not long....
  3. Another problem. When client is trying to create subscription he gets error below even that the subscription is create fine and it can be cancelled fine too. PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'fieldid' cannot be null in /vendor/illuminate/database/Connection.php:441 Stack trace: #0 vendor/illuminate/database/Connection.php(441): PDOStatement->execute(Array) #1 vendor/illuminate/database/Connection.php(706): Illuminate\Database\Connection->Illuminate\Database\{closure}(Object(Illuminate\Database\MySqlConnection), 'insert into `tb...', Array) #2 vendor/illuminate/database/Connection.php(669): Illuminate\Database\Connection->runQueryCallback('insert into `tb...', Array, Object(Closure)) #3 illuminate/database/Connection.php(442): Illuminate\Database\Connection->run('insert into `tb...', Array, Object(Closure)) #4 vendor/illuminate/database/Connection.php(398): Illuminate\Database\Connection->statement('insert into `tb...', Array) #5 vendor/illuminate/database/Query/Builder.php(2039): Illuminate\Database\Connection->insert('insert into `tb...', Array) #6 modules/gateways/gocardless/redirect.php(44): Illuminate\Database\Query\Builder->insert(Array) #7 {main} Next Illuminate\Database\QueryException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'fieldid' cannot be null (SQL: insert into `tblcustomfieldsvalues` (`fieldid`, `relid`, `value`) values (, 137, MD00051WQNVGB9)) in vendor/illuminate/database/Connection.php:713 Stack trace: #0 vendor/illuminate/database/Connection.php(669): Illuminate\Database\Connection->runQueryCallback('insert into `tb...', Array, Object(Closure)) #1 vendor/illuminate/database/Connection.php(442): Illuminate\Database\Connection->run('insert into `tb...', Array, Object(Closure)) #2 vendor/illuminate/database/Connection.php(398): Illuminate\Database\Connection->statement('insert into `tb...', Array) #3 vendor/illuminate/database/Query/Builder.php(2039): Illuminate\Database\Connection->insert('insert into `tb...', Array) #4 modules/gateways/gocardless/redirect.php(44): Illuminate\Database\Query\Builder->insert(Array) #5 {main} Hopefully someone is supporting this module
  4. OK Solved problem number 2 but 1 still an issue with Could not determine given resource type. callback.php 197 and 400 Bad Request (Body 198: Could not determine given resource type) in GoCardless
  5. Also noticed (not sure if it should be working) that in callback.php file there is mention of adding transaction fees in WHMCS to the invoice, but my invoices are showing £0. Not important to me but thought I will mention it...
  6. hey, so I just purchased module above (not sure if it's supported?). All seems to be working fine except for 2 things. 1. Looks like when GC is sending webhook with payout info I am getting error as below in WHMCS Could not determine given resource type. callback.php 197 and 400 Bad Request (Body 198: Could not determine given resource type) in GoCardless 2. When Client goes to the page Manage Direct Debit, nothing is showing up. Anyone can help at all? Any ideas? Thanks Krys
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated