Jump to content

tsupan

Member
  • Posts

    28
  • Joined

  • Last visited

  • Days Won

    1

tsupan last won the day on March 18 2019

tsupan had the most liked content!

About tsupan

tsupan's Achievements

Junior Member

Junior Member (1/3)

2

Reputation

  1. Hi , I am trying to modify the 'contact us' menu. Can anyone tell me how to open a new tab upon clicking the link from the code below? <?php add_hook('ClientAreaNavbars', 1, function () { // Get the current navigation bars. $primaryNavbar = Menu::primaryNavbar(); $secondaryNavbar = Menu::secondaryNavbar(); if (!is_null($primaryNavbar->getChild('Contact Us'))){ // Save the "Contact Us" link and remove it from the primary navigation bar. $contactUsLink = $primaryNavbar->getChild('Contact Us'); $primaryNavbar->removeChild('Contact Us'); // Add the email sales link to the link's drop-down menu. $contactUsLink->addChild('email-sales', array( 'label' => 'Send us a message', 'uri' => 'contact.php', 'order' => 1, 'icon' => 'fa-envelope-o', ));
  2. some of the domains like .sg , .com.sg, .my suddenly not working. it says " xxxx.sg is unavailable" it works fine for .com, .org. when i tried to do a WHOIS lookup - WHOIS Lookups cannot be performed for the TLD .com , WHOIS Lookups cannot be performed for the TLD .com.sg I have tried to change the lookup provider in the Domain Pricing and check to make sure all currencies are correct. but still having the same error. I also tried updating to 8.3.2 from 7.6.1 but doesn't help.
  3. some of the domains like .sg , .com.sg, .my suddenly not working. it says " xxxx is unavailable" it works fine for .com, .org. when i tried to do a WHOIS lookup - WHOIS Lookups cannot be performed for the TLD .com , WHOIS Lookups cannot be performed for the TLD .com.sg I have tried to change the lookup provider in the Domain Pricing and check to make sure all currencies are correct. but still having the same error. I also tried updating to 8.3.2 from 7.6.1 but doesn't help.
  4. My WHMCS awesome.pumpitsolution.com suddenly is not able to load. Instead of loading the page ..it is downloading the .php file instead. Anyone know of a where to star and how to fix this?
  5. Solved. The issue was on WHM side. The packages were exceeding the limits of the Hosting plan.
  6. I think i know whats causing this. Setup -> Product Services -> Module Settings, WHMCS is not able to fetch the values of WHM Package Name. I have tested the server connection and its is successful. Any idea how to fix this?
  7. Help! I have just migrated to a new reseller account. In my new WHM i have also created exactly the same package. When trying to Run Module Create, i got this error message Module Command Error Product attribute Package Name "Starter 4Gb" not found on server anyone can advice how to resolve this?
  8. Hi Brian, Appreciate the reply. My license is from a reseller inmotionhosting. I am not able to download the full release as it requires me to login. anyway to download it somewhere else ?
  9. Down for Maintenance (Err 3) An upgrade is currently in progress... Please come back soon... I got the above error message after trying to upgrade to V7.6 Have tried to delete the /install folder as some thread suggested but prob still persist. Please help this is getting annoying
  10. I am on WHMCS Version: 7.2.2 I am not using any 3rd party addons. made changes to the quotepdf.tpl 2 days ago to remove discount column but this problem was already happening before the change was done. I also have a few hooks to modify the primary menus.
  11. Hi everyone I need help urgently, Each time when a customer made an online order for for hosting or domains, the invoice automation generate additional line items in the invoice which is not supposed to be there. Those additional line items were from the previous invoices which is unpaid. This is creating confusion to my customers and also is revealing my other customers orders and prices. Please tell me what is causing this and what needs to be done
  12. I have set the cron job in cpanel to run every 5 mins and it is now working. Thanks
  13. Hi All, I received the below notification and found out the my daily backups has not been running for few days. Can anyone advise what does the message below means and what must i do? Is it becuase i did a change in my default time zone in the config.php ? ----------------------- Your WHMCS is configured to perform the Daily System Cron during the hour of 5 am. However, the Daily System Cron did not execute within that hour as expected. This may be due to the scheduled time specified in your web hosting control panel's cron entry. Please ensure your web hosting control panel executes the WHMCS System Cron (cron.php) at least once during the hour of 5 am. If you have confirmed that setting, and you continue to receive this message, then please refer to the WHMCS Cron documentation to ensure you have itemized the appropriate command and any additional options.
×
×
  • 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