home
about us
faq
support
contact us
search
sitemap
webmail
login
24x7 Support
DOMAINS
WEB HOSTING
SERVERS
WEB DESIGN
ECOMMERCE
BUILD TRAFFIC
MAKE MONEY
ORDER NOW
Knowledge Base
We have developed our knowledge base for both customers and employees to reduce support response time and provide the most relevant, up to date answers to common questions and problems. Our internal support ticket system enables our staff to selectively include any reply to a question or support issue to our real time Knowledge Base.

The Knowledge Base is indexed by subject and can be searched by keywords and phrases with results being displayed in the order each message was sent by our staff. The most recent messages appear at the top of the search results, while older messages are ranked lower. We routinely edit and delete outdated messages to ensure that only the most current information is provided.
Guide to Common Questions Search the Knowledge Base
Login/Password Issues
Renewals
Database Issues
Addon Domains
Can You Increase My Disk Space?
Spam
Domains
Email Settings
Manage Email Accounts
My Website Is Down
DNS
SSL Certificates
Auto Installer / PhpCart
Transfers

Login/Password Issues

  • How can I locate my domain account or hosting account passwords?
  • I forgot my username and password. How can I log in?
  • I changed my email address and lost my password. What do I do now?
  • A former worker managed my account. How do I gain access?
  • I changed my hosting account password, and now I am getting database errors. How do I fix this?
  • I changed my hosting account password, and now I can't log into my Secured.com folder. How can I log in?
  • How do I reset email passwords for my own email accounts or those associated with my addon domains?

Renewals

  • Why do I need to renew my domain if it's free with hosting?
  • Where do I go to renew my account?
  • I am in charge of renewing my company's account, but I don't have login access. How can I make a payment?
  • I need to renew my account, but I lost my username and/or password. What do I do now?
  • Why didn't I get the renewal email notification?
  • Why do I have to renew my domain account if it's free with hosting?
  • How long does it take for my account to become active after I make a renewal payment?
  • I renewed my domain, but it is not pointing to my hosting account. What do I need to do?
  • How do I locate the DNS settings for the primary domain (or addon domains) in my hosting account?

Database Issues

  • My website is showing a database error related to sessions and says I should repair the table. How do I do this?
  • I changed my hosting account password, and now I am getting database errors. How do I fix this?
  • How do I add a new database to my account?
  • How do I log in and out of my different databases?

Addon Domains

  • What steps do I need to take to add a new domain to my account?
  • What are the DNS settings for my addon domains?
  • How do I know which forwarding type to use for my addon domains?
  • How do I set up a subdomain for an addon domain?
  • Where do I go to create and manage email accounts for my addon domains?
  • How do I reset email passwords for my own email accounts or those associated with my addon domains?

Unlimited Disk Space and Storage

  • Is the disk space really unlimited?
  • How can I get my disk space increased?

Spam

  • What are the best spam filter settings I can use?
  • Banned words are still getting through my spam filter. How can I stop this?
  • My customers are getting a bounce email when trying to email me or someone in my company. How can I stop this?
  • How do I reset email passwords for my own email accounts or those associated with my addon domains?

Email Settings

  • What are the email settings for my email client (Outlook)?
  • How can I modify the outgoing servers for my 4Admin Webmail?
  • What are the settings I need to get email on my iPhone?
  • How can I successfully forward my email to Gmail and Hotmail?
  • I can receive email, but I cannot send out. How can I resolve this?
  • My email is being blacklisted from Gmail, Yahoo, Comcast, etc. What can I do?
  • How do I reset email passwords for my own email accounts or those associated with my addon domains?

Manage Email Accounts

  • Where do I go to create and manage email accounts for my primary account?
  • How do I reset email passwords for my own email accounts or those associated with my addon domains?
  • Where do I go to create and manage email accounts for my addon domains?
  • My customers are getting a bounce email when trying to email me or someone in my company. How can I stop this?
  • I am hosting my email on an exchange server. How should I modify my DNS settings?
  • I am hosting my email at another location. What settings should I change?

My Website Is Down

  • My website is down. What should I do?
  • My website is up for some people, but down for other people. How can I troubleshoot this?
  • Some of the images on my website are not displaying. How do I troubleshoot this?
  • My SSL certificate has been installed and is displaying a warning that indicates everything is not secure. What is the issue?

DNS

  • Where should I go to change my domain DNS settings to point to my hosting server?
  • What are the DNS settings for my addon domains?
  • My website is up for some people, but down for other people. How can I troubleshoot this?

SSL Certificates

  • Where do I go install my certificate?
  • My certificate installed successfully, but it's not working. What do I do?
  • How long does it take to order and install my SSL Certificate?
  • My SSL certificate has been installed and is displaying a warning that indicates everything is not secure. What is the issue?

Auto Installer / PhpCart

  • Wordpress Common Issues
  • Joomla - I am getting the error "restricted access"

Domains

  • How do I locate the DNS settings for the primary domain (or addon domains) in my hosting account?
  • Where do I go to renew my domain?
  • Why do I need to renew my domain if it's free with hosting?
  • What can I do to make sure that my domain doesn't expire?
  • My domain expired recently. Is it still mine and, if so can I renew it?
  • My domain expired a month ago and the whois indicates that it's in the redepmtion period. What are my options?
  • How do I transfer my domain and hosting account TO Webmasters.com?

Transfers

  • How do I transfer my domain and hosting account TO Webmasters.com?
  • How can I transfer my domain to another owner or domain account WITHIN Webmasters.com?
  • What steps do I need to take to transfer my domain to another domain registrar?
  • How do I locate the DNS settings for the primary domain (or addon domains) in my hosting account?
PRINT

Subject: Wordpress - Upload Plugin Update Upgrade Media FTP Failure Issues

The following message was sent by our staff regarding the above subject:

Hello!

If Wordpress is requesting FTP credentials upon plugin, themes or other updates, you can either enter the primary account username and password to perform the action:

hostname: localhost or xx.webmasters.com (where xx is your server number, located in your control panel)
username: yourusername
password: yourpassword
FTP (FTPS will not work)

* For best results, create a new FTP root username with the FTP Manager to use for updates, substituting those credentials above.

You can automate it for the next time by then editing your wp-config.php file.
This can be done with File Manager.

Add this code to the bottom and replace the values yourftpusername and yourftppassword with your actual hosting account (or new FTP account) username and password:

define( 'FTP_HOST', 'localhost' );
define( 'FTP_USER', 'yourftpusername' );
define( 'FTP_PASS', 'yourftppassword' );

If you have permission issues, you can also add this:

define( 'UPLOADS', 'wp-content/uploads' );

And then use the File Manager -> Permissions drop down menu to set these directories to 775

wp-content/ (set for the directory itself)
plugins/
themes/
upgrade/
uploads/

Use 775 -R on the given directory in the error if the problem persists (e.g. themes/twentytwenty-two/)

This should help smooth out future updates, but if the first update fails, resetting httpdocs ownership by selecting [x] httpdocs in File Manager using (..Up Directory) Functions-> Change Permissions -> Take Ownership may also allow the update to complete

If still unable to update, please contact support and provide a temporary admin username and password and we can take a look for you.

Otherwise, for the program itself, Wordpress recommends using the Manual Update information located here:
https://codex.wordpress.org/Upgrading_WordPress


Please feel free to contact us again at any time if you need additional assistance. Thank you for contacting us.

Best regards,


WEBMASTERS.COM
Client Services Team

Search Term:
  SEARCH
PHP 7 is here! Upgrade now, for free!

Home | About Us | FAQ | Contact Us | Support | Customers | Login | Terms | Privacy | Whois | Search | Site Map
© Copyright Webmasters.com. All Rights Reserved
 Traffic Partners:  Website Templates :: Free Videos :: More Traffic Partners >>
 We Want to earn your business! Please help us improve by completing our anonymous Visitor Survey.
Domaining.com recommends this domain name registrar   Icann Accredited Registrar