Jump to content

souzadavi

Member
  • Posts

    142
  • Joined

  • Last visited

  • Days Won

    3

souzadavi last won the day on March 29 2023

souzadavi had the most liked content!

About souzadavi

Recent Profile Visitors

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

souzadavi's Achievements

Senior Member

Senior Member (3/3)

10

Reputation

  1. The WHMCS has integration with wp toolkit, but there is not too many information about that. I can't figure out how to autoinstall WordPress with WP Toolkit after cPanel creation account direct to the root folder. I enabled automatic install on cPanel new user account. Everything is working fine, but all automatic installation go to domain/wordpress folder. I didn't figure out how to custom the automatic install in root folder, like direct to domain/ without /wordpress folder. Any information will be appreciated Thanks a lot
  2. I found it on WHMCS manual https://help.whmcs.com/m/installation/l/678317-disabling-mysql-strict-mode
  3. This is happening here too. In MySQL, the value '0000-00-00' is not considered a valid date for fields of type DATE. By default, MySQL is configured to reject invalid dates such as '0000-00-00', unless you alter the strict date validation mode. The MySQL do not allow save date as 0000-00-00 so it save as NULL, on tbldomain the expirydate it's saving with NULL and not 0000-00-00. You can use: SET sql_mode = 'ALLOW_INVALID_DATES'; So any user who has pending domain when try to access the client area get the follow error: Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again. For additional assistance, please reference the WHMCS TroubleShooting Guide » Error: Call to a member function diffInDays() on null in /public_html/vendor/whmcs/whmcs-foundation/lib/View/Client/Menu/PrimarySidebarFactory.php:0 Stack trace: #0 /public_html/vendor/whmcs/whmcs-foundation/lib/View/Client/Menu/MenuRepository.php(0): WHMCS\View\Client\Menu\PrimarySidebarFactory->domainList() #1 /public_html/vendor/whmcs/whmcs-foundation/lib/View/Client/Menu/MenuRepository.php(0): WHMCS\View\Client\Menu\MenuRepository->buildSidebar() #2 /public_html/vendor/illuminate/support/Facades/Facade.php(261): WHMCS\View\Client\Menu\MenuRepository->primarySidebar() #3 /public_html/clientarea.php(0): Illuminate\Support\Facades\Facade::__callStatic() #4 {main} This happen because on WHMCS\View\Menu\MenuFactory on PrimarySidebarFactory Expects column expiryDate to be a carbon instance. Actually returns null value and cannot call function diffInDays. The easy way is to check if the value on collumn expiryDate is a carbon instance. Any help from WHMCS team will be appreciated! Thanks
  4. A another alternative to send notification in WHMCS for WhatsApp is the module WhatsApp WHMCS module notification, but is only for meta WhatsApp API official. The github of module is at: https://github.com/LinkNacional/whmcs-whatsapp-api-notifications-open-source/ Download WhatsApp API WHMCS module free version
  5. There is another option to send Whatsapp message from WHMCS, and using the official WhatsApp API Cloud, have a look at: https://www.linknacional.com/whmcs/whatsapp/ The Notification hooks is unencrypted and the addon is free to use.
  6. The user case: a WHMCS client has others users invited. One of this user would like to be a new WHMCS customer, He try to order one new service to his own account, but the system give error because it said the user email is a WHMCS user. So an invited email user to a WHMCS customer can't never to be a WHMCS client in future? Make me feel boring, there is any make around? thanks in advance.
  7. Thanks to replied 🙂 The template is: WHMCS/modules/servers/cpanel/templates/overview.tpl I didn't change, I just comment the part that display the limit to not make user confused, see below
  8. I follow the information at URL, but didn´t fix to me. More infos from module log WHM Package Editor: On WHMCS product editor it show only WHM package name Mercurio and not lisssc_mercurio
  9. Hello, guys, i trying to fix a small user guess headache supporting. On product detail inside of customer client area, it display disk usage as unlimited, but the package is limited. I've been trying to fix it for while but without success. Any tip will be appreciated thanks. If need more information let me known. This is a cPanel packages.
  10. I would like to use the same WHMCS, or I need to manager every item twice. The other deal is the description of service, is only one way to write the details.... The WHMCS is multi currency, multi language, but some things is missing to get it running over other countries.
  11. Over searching I found it: https://requests.whmcs.com/idea/multi-company-support WHMCS's team looks like doesn´t want to offer it. There is any work around? Any help will be very appreciated. Thanks.
  12. Hello, our hosting company is opening business to another country, so is possibly to use the same WHMCS for multiple countries? Some one have done it? Thanks 🙂
  13. Hello @twhiting9275 thanks to replied. I would like to disable sending email notification by customers. Some customers do not want to receive any email message from the WHMCS system.
  14. There is any way to disable sending email message per account client? Thanks
×
×
  • 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