Jump to content

Thomasmcdaniel9

Retired Forum Member
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Thomasmcdaniel9

  1. Do you think this could be caused by the cron job not running
  2. yes sure {"package":[{"MAXPARK":"unlimited","DIGESTAUTH":"n","IP":"n","LANG":"en","QUOTA":"unlimited","MAXLST":"unlimited","MAX_EMAIL_PER_HOUR":"0","CGI":"y","FEATURELIST":"xlrhosti_no cloudflare","MAXPOP":"unlimited","MAXADDON":"unlimited","name":"xlrhosti_XLR8 Basic
  3. I was getting the error in the whmcs . I was going to be my first client to test out the site to make sure everything was operational. i used an old email address i have and my phone so the ip address was different than what i normally use. i purchased the server and then logged in on my pc to make sure everything was working and that's the error it gave me in the whmcs
  4. I have checked the whm in add accounts everything is green inside there. I have checked that the server is connected to cpanel it is. all packages are the correct name still have not figured this out any help please
  5. Hello im getting this error Order Accept Encountered Problems Creating the account would exceed the number of licensed users. Please upgrade your license and try again. I am currently testing everything and i created a client to test with this is the only client added so far any suggestions for this error Thanks
  6. Hello im getting this error Order Accept Encountered Problems Creating the account would exceed the number of licensed users. Please upgrade your license and try again. I am currently testing everything and i created a client to test with this is the only client added so far any suggestions for this error Thanks
  7. Hey guys i just logged into my whmcs client .And noticed all my packages where gone no group no packages everything missing. any idea what could have caused this Also password reset for Whmcs support is not sending emails to recover passwords so i could not open a ticket
  8. Yes sir i was going to but i normally just save the original code just in case. i can just paste it back in but yes it worked.😉 Keep up the good work with your post they are very knowledgeable for us Whmcs newbies.
  9. Thanks Brian . the only issue i was having was finding the file that i needed to insert the code into . in my case in Cpanel file manager. { /Home/ Bililling.Mywebsitesubdomain/Includes/hooks/home.php } That is the file i had to modify but it works perfect <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimaryNavbar', 1, function (MenuItem $primaryNavbar) { $navItem = $primaryNavbar->getChild('Home'); if (is_null($navItem)) { return; } $navItem->setUri('https://YOURWEBSITE.com/'); });
  10. Hello everyone first time here and first time using WHMCS hope to get some helpful tips from you guys
  11. Hello if there is anyone that can point me in the right direction . I need to redirect the home button in the WHMCS client area back to my home page on my website. I have been looking on google and have found nothing please help. I am brand new to WHMCS and would really appreciate any guidance thank you instead of going here when client home button is pressed https://billing.xlr8hosting.com/index.php I need to go here https://xlr8hosting.com/
  12. Hey guys I hope this is still active. Im not very good at this because it did not work for me I use cpanel file manager located the whmcs file added code to the template index file nothing changed. Please help
  13. Hello sorry if this is in the wrong area. But I have question I have Whmcs installed and working. But my issue is once I leave my main website to the billing or domain search area I would like to click Home button and redirect back to my home page not the whmcs theme home page. Please help 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