I am testing out the order process for a test webhost package I have already setup in whmcs. I have it set to automatically setup product upon first payment. When the order goes completes whmcs sends out only four emails to the new customer: "Order Confirmation", "Customer Invoice", "Invoice Payment Confirmation" and "Welcome". It does not send out a "New Account Information" email, which should contain the login details for cpanel. I can successfully log into the client area but not cPanel.
I checked the account from my administrator area and I see where it says active and paid also. I have tried several times to setup a test account to see if it would send the email with the cpanel login but it never sends it, though it sends all others.
Reply With Quote
go to setup --- products/services --- edit the service and in the tab "details" select the "hosting account welcome email" in the "welcome email" field.
Go to the tab "Utilities" tab in the WHMCS admin area, and then look through the log to see if any errors are happening when the system trys to connect to your cPanel/WHM server to create the account.
You could possibly see an error that goes along the lines of
"Module Create Failed - Service ID: 26 - Error: (Curl Error) Couldn't resolve host '' - code: 6"
Which indicates that WHMCS cannot connect to the host. You should then check to make sure that you have your hosting server properly configured in the "Servers" tab. Anyway to me it sounds like WHMCS cannot connect to the server to create the account and thus nothing happens.
Related
In remote signing (docusign send to email), after finish sign asking for login to account and if click 'no thanks' then only it is redirecting to branded destination url otherwise not getting the envelope details in our application. I disabled recipient authentication in signing setting and security , but still coming. So How to prevent login prompt to popup while signing?
Go to the "Settings" (DocuSign Admin) and find Signing Settings at the left and uncheck "Allow Recipients to Create a DocuSign Account"
I am trying to access one of my emails through webmail in cPanel. But when I enter my email and password i get this error "HTTP ERROR 401 horde/index.php AppConfig for “horde,” requires that you must have one of the following features: “webmail” to access the url: “/horde/”."
I don't understand what this means and what is the cause of it.
How can I fix this?
Here's a screenshot of the full error:
Check if the Horde Webmail was enabled in WHM.
Login to WHM.
Go to Home -> Server Configuration -> Tweak Settings.
Locate the option Enable Horde webmail.
Click ON to enable.
Click Save.
I am new to moodle, I have configured moodle on a Linux server, where there was IP address in place of the domain name. After I have replaced a subdomain name with my IP address, but then I am getting a registered site to model error.
but when I tried to register the site, I got the following error.
The hub cannot access your site at http://dnl.mydomain.com - Unable to connect (cURL error 6). Make sure that the site is not blocking HTTP requests from AWS IP address ranges.. Your Moodle site and the hub need to be able to communicate with each another. If you are unable to register your site please email support#moodle.org
well, If I can register site then it will be fine. But if I don't want to register my site then How can I hide this error.
If its a local site, you can switch off the registration message by adding this to config.php
$CFG->site_is_public = false;
I am running cpanel server with maldetect to keep server clean. When maldetect found malicious file , that account get suspended automatically.
What I want to do is , send email to user and inform him that your account is suspended. Is there any I can do that with with maldetect ?
Whenever a new user tries to create a new account, they get this message
Tried to send you an email but failed!
I tried setting up an email and using the smtp settings in Site
Administration -> Message output -> Email and that did not work.
I called my Host company (inmotion hosting) and they verified that my
settings were correct.
I tried just leaving the settings blank in email so that the phpmailer would send the emails, but that is not working and I still get the same message.
I have searched all overand I cannot find any helpful information on why this is happening,
but I find A LOT of people who are having this issue.
This has turned into a MAJOR show stopper and I am wondering what avenues I have to troubleshoot this. Does anyone have any information on how this is fixed?
Thanks in advance.
It might be missing a "from" email - have you got a support email set up?
/admin/settings.php?section=supportcontact
Or go to Site Administration > Server -> Support contact
I've had a similar issue. It works fine for the first three users created (in quick succession) but then fails for a few minutes. Enabling debugging (Site Admin -> Development -> Debugging page) showed that this was due to timeouts:
Debug info:
Error code: auth_emailnoemail
Stack trace:
line 463 of /lib/setuplib.php: moodle_exception thrown
line 106 of /auth/email/auth.php: call to print_error()
line 70 of /login/signup.php: call to auth_plugin_email->user_signup()
Output buffer: profile_field_PC<pre> SMTP -> ERROR: Failed to connect to server: Connection timed out (110)SMTP connect() failed. </pre>
This appears to be an anti-spam "feature" of the Amazon SES service we were using, which we will need to get around.
I know this is an old post but I will add my solution and give many thanks to Russell for that part of it.
This site had been moved over to Bluehost and come to discover that client did not set up an email account for Admin User - so in addition to checking that there is an email in the Admin settings, also verify that that email address exists and is reachable!