Vs Nu
Member-
Posts
39 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by Vs Nu
-
Hello, My Default currency was USD But as i was paying GST (From India) i need to update the currency in INR Format in GST portal. I had searched the community and got some luck about doing the exchange and displaying in the Invoice Page (View invoice page) but when ever the exchange rate updates it was also getting update on the view invoice page but i need it like the currency rate of that day should be stored for paid invoices and which should be change (for unpaid invoices only) I had used the hook below : <?php use Illuminate\Database\Capsule\Manager as Capsule; function hook_currency_exchange_rates($vars) { $exchangerate = Capsule::table('tblcurrencies') ->where('code', 'INR') ->get(); return array("exchangerate" => $exchangerate[0]->rate); } add_hook("ClientAreaPage", 1, "hook_currency_exchange_rates"); ?> in viewinvoice.tpl file i had used this Please can someone help me to store the value and display it on paid invoice Looking for your Support @brian!
-
I had updated the WHMCS to latest version 8.6.0 after that i'm unable to do the order it was showing the following error https://prnt.sc/zbIzhIP5M1q2 Even there are no errors if i enable the debug mode in WHMCS Admin
-
Can you please share the command or syntax
-
I want to add an separate page in our website for WHMCS License verification to check if an domain is authorized to use WHMCS or not
-
There is no API over that page i had already checked,Can you please share the exact link for License verification
-
Hello, Do WHMCS Offer any API For license verification ?
-
Version 92.0.4515.107 (Official Build) (64-bit) In this chrome version there is no option like "SameSite by default cookies".
-
My Google chrome Version 91.0.4472.77 (Official Build) (64-bit) Got updated to above version after that it shows whm login page in whmcs connect What are the new parameter for this version to make it work ?
-
Hello, The Reseller who have more number of accounts WHMCS is not terminating it properly on server While checking the logs it shows the error Error: Connection Error: Operation timed out after 400000 milliseconds with 0 out of -1 bytes received(28) What value i need to increase in server level to solve it
-
WHMCS price increase, what counts as a client?
Vs Nu replied to zomex's topic in Installation, Upgrade, and Import Support
For Reseller We will be charged on prorated basic for new license added from our reseller portal hope i'm right ? But the sudden price increased was not expected,It same like cPanel price changes..After lot of comments from user they will say like "we will reconsider the pricing" and give you some other updates (But not low as for now) WHMCS Will lose more clients due to this ! -
Do you have any guide on how to upgrade it ? as yum update curl does not have any update on plesk centos
-
I had restarted the apache and it was reflected in PHPInfo page Even i had run cron.php do --Sslsync job
-
I had updated as per your advice on php.ini file * Initializing NSS with certpath: sql:/etc/pki/nssdb * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 But still it shows the same error on WHMCS
-
In php.ini it was like ;curl.cainfo = ;openssl.cafile= What details i need to enter over it ?
-
Can you please explain more on where to check in php.ini file
-
curl -v https://domain.com * About to connect() to domain.com port 443 (#0) * Trying x.x.x.x... * Connected to domain.com (x.x.x.x) port 443 (#0) * Initializing NSS with certpath: sql:/etc/pki/nssdb * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CN=*.domain.com * start date: Feb 24 03:00:51 2021 GMT * expire date: May 25 03:00:51 2021 GMT * common name: *.domain.com * issuer: CN=R3,O=Let's Encrypt,C=US > GET / HTTP/1.1 > User-Agent: curl/7.29.0 > Host: domain.com > Accept: */* > < HTTP/1.1 200 OK < Connection: Keep-Alive < Content-Type: text/html; charset=UTF-8 < Link: <https://domain.com/wp-json/>; rel="https://api.w.org/" < Transfer-Encoding: chunked < Date: Thu, 01 Apr 2021 15:57:46 GMT < Vary: User-Agent < Alt-Svc: quic=":443"; ma=2592000; v="43,46", h3-Q043=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-25=":443"; ma=2592000, h3-27=":443"; ma=2592000 < <!DOCTYPE html> I had replaced the domain and ip for privacy !
-
Im using latest version of WHMCS Plesk with Centos 7 64 Bit
-
In client portal the SSL Icon shows Red (No SSL Detected) but SSL was working on that domain name I had checked in system status that i have an CURL Version error as below : You currently have version 7.29.0 of cURL installed. This version is known to have security issues. Please update to the latest cURL and ensure it is greater than 7.35.0. i was using Plesk linux but there is no update available on Plesk Linux for CURL How to solve this case ?
-
I would like to use direct link for 2 years and 3 years packages it works only for 1 year the link is http://example.com/whmcs/cart.php?a=add&pid=1&billingcycle=annually what link i need to use for 2 years or 3 years i had tried changing billingcycle=Biennially but it does not help...
-
Cron PHP timezone The timezone used by the WHMCS cron script, 'UTC', has a 5.5 hour difference to the timezone used by the WHMCS UI. To learn more about the importance of these PHP environment settings, see the cron documentation. But when i check the Timezone from user level SSH it was showing as php -ini | grep "date.timezone" date.timezone => Asia/Kolkata => Asia/Kolkata I had even created php.ini or .user.ini file and mention the timezone How to solve that warning in Health status
-
Thanks for sharing ❤️
-
I had DM You,Please share the files
-
Can someone help me with WHMCS 7.4.2 Full Files as Zip
-
I had installed the WHMCS in cPanel separate VPS I could see httpd -M | grep rewrite rewrite_module (shared) It was enabled on the server How to fix this and make it works
-
[Solved] /index.php/store/reseller-hosting redirects to /login/
Vs Nu replied to Vs Nu's topic in Troubleshooting Issues
<a href="{$WEB_ROOT}/cart.php?a=add... It worked
