Jump to content

Burti

Member
  • Posts

    47
  • Joined

  • Last visited

About Burti

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Burti's Achievements

Member

Member (2/3)

1

Reputation

  1. Hello can we have any updates on development? @WHMCS John
  2. Hi John! Sorry for my late reply. Too little domain for a rich man 🙂 I'm using latest version. I have problem in client area.
  3. A customer has 60,000 domain names of his own. However, the browser crashes because there is no paging in the database query. How can I find a solution?
  4. /admin/supporttickets.php?action=view&id=19237 v8.6.0 PHP 8.1
  5. Cron Jobs showing this issue: Error Dialog: https://notepad.pw/raw/wSj2822bYbw3661PDmlY Edit: I cant share my error code dialog because your community have very bad mod_security rules: When I try to click Submit button I seen:
  6. Hello, In Admin panel bottom side ? What is this?
  7. https://github.com/WHMCS/sample-registrar-module _CheckAvailability function are not accept long domain slds. Like com.au com.tr Check $params log: Array ( [whmcsVersion] => 8.2.1-release.1 [Username] => info@test.com [LicenseNumber] => [password] => Burti123 [TestMode] => on [Info] => [APIUsername] => info@test.com [sld] => testdomain [tlds] => Array ( [0] => .com ) [searchTerm] => testdomain [tldsToInclude] => Array ( [0] => .com ) [isIdnDomain] => [punyCodeSearchTerm] => [premiumEnabled] => [original] => Array ( [Username] => info@test.com [LicenseNumber] => [password] => test [TestMode] => on [Info] => [APIUsername] => info@test.com [sld] => testdomain [tlds] => Array ( [0] => .com ) [searchTerm] => testdomain [tldsToInclude] => Array ( [0] => .com ) [isIdnDomain] => [punyCodeSearchTerm] => [premiumEnabled] => ) )
  8. Merhaba, Eğer yeni sürümde yandex mail kullanamıyorsanız ekteki dosyaları indirip WHMCS kurulu dizine yükleyiniz. English: When you upgrade WHMCS latest version if got some mail send errors from PHPMailer. You gonna download and upload this files on your WHMCS installed dir. https://yadi.sk/d/GUyheQ_nsquM_g
  9. This module was working before 2 version like 7.8.1. I sent my code on ticket SJQ-717658
  10. Okay John let me help please. Download original files from github: https://github.com/WHMCS/sample-merchant-gateway and upload on v7.8.3. Do not change any code. And test it. You can see error. Regards. First: Please Delete Encrypted Credit Card Data on system after try it. Like this: http://prntscr.com/phgoqf I believe my code is clear and same coding on https://github.com/WHMCS/sample-merchant-gateway . You know me Im developing modules since 2012. I believe a problem on here.
  11. exception 'RuntimeException' with message 'Card number is required' in /home/xxxx/public_html/vendor/whmcs/whmcs-foundation/lib/Payment/PayMethod/Traits/CreditCardDetailsTrait.php:0 Stack trace: #0 /home/snpx31olat/public_html/includes/ccfunctions.php(0): WHMCS\Payment\PayMethod\Adapter\CreditCard->validateRequiredValuesPreSave() #1 /home/snpx31olat/public_html/creditcard.php(0): updateCCDetails(6108, '', '4506 xxxx xxxx ...', 'xxx', 'xxxxx', '', '', '', '', 'ziraat_BurtiNET', NULL, '', '1095') #2 {main} When I try to pay on WHMCS we got this error... WHMCS 7.8.3 - Six Template.. Thanks @John
  12. Hello, For BitPay module Pairing Code field is empty: http://prntscr.com/n8hgfr
  13. Hello, How can I recalculate it invoice total ? $postData = [ 'invoiceid' => $invoiceId, 'taxrate' => '0.00', ]; if($paymentMethod == 'xMethod'){ $postData['taxrate'] = '18'; } $command = 'UpdateInvoice'; $results = localAPI($command, $postData); Its updated invoice but it does not calculate & update the total..
  14. Hello, I can't see whois link in six template for v7.6.0 ? I searched domain its not avail but Whois button are not showing ?
×
×
  • 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