-
Posts
16 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by Thomasmcdaniel9
-
Order Accept Encountered Problems.
Thomasmcdaniel9 replied to Thomasmcdaniel9's topic in Troubleshooting Issues
Do you think this could be caused by the cron job not running -
Order Accept Encountered Problems.
Thomasmcdaniel9 replied to Thomasmcdaniel9's topic in Troubleshooting Issues
-
Order Accept Encountered Problems.
Thomasmcdaniel9 replied to Thomasmcdaniel9's topic in Troubleshooting Issues
now im getting different errors -
Order Accept Encountered Problems.
Thomasmcdaniel9 replied to Thomasmcdaniel9's topic in Troubleshooting Issues
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 -
Order Accept Encountered Problems.
Thomasmcdaniel9 replied to Thomasmcdaniel9's topic in Troubleshooting Issues
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 -
Order Accept Encountered Problems.
Thomasmcdaniel9 replied to Thomasmcdaniel9's topic in Troubleshooting Issues
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 -
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
-
Thanks will definitely take a look
-
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
-
Redirecting to main web page
Thomasmcdaniel9 replied to Thomasmcdaniel9's topic in Admin & Configuration Questions
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. -
Redirecting to main web page
Thomasmcdaniel9 replied to Thomasmcdaniel9's topic in Admin & Configuration Questions
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/'); }); -
Link client area home button to main website home page
Thomasmcdaniel9 replied to Thomasmcdaniel9's topic in Developer Corner
Answered -
Hello everyone first time here and first time using WHMCS hope to get some helpful tips from you guys
-
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/
-
Change URL for Home and Logo on WHMCS 7.2.1
Thomasmcdaniel9 replied to ocastaned's topic in Developer Corner
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 -
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