How to View cPanel Error Logs Updated on December 3, 2021 by InMotion Hosting Contributor cPanel comes with an error log section that allows you to view errors generated by your website. In this article, we will review how to view your error logs for both Apache and PHP from within cPanel. For more information, we have a full guide that also lists the locations of cPanel logs for access, Read More >
What is VirtueMart? Updated on August 16, 2021 by InMotion Hosting Contributor One of the more popular plugins for Joomla is VirtueMart. This free plugin enables your Joomla Content Management System to become a very serviceable and powerful open source e-commerce solution. Like Joomla, VirtueMart is written in PHP and uses a MySQL database for its backend. The following article gives more detail on VirtueMart’s capabilities, then Read More >
Latest Updates – WordPress 3.6 Beta 3 Updated on August 16, 2021 by InMotion Hosting Contributor WordPress 3.6 is now in Beta 3 and there have been several notable changes. You can find the development timeline here. The changes that I will note below include the drag-and-drop upload, the quote format update for the Twenty Thirteen theme, and embed support for music-streaming services Rdio and Spotify. Highlight on Updates in WordPress Read More >
InMotion Hosting Visits DrupalCon in Portland Oregon May 2013 Updated on August 16, 2021 by InMotion Hosting Contributor InMotion Hosting joins the Drupal Developers in the DrupalCon Portland 2013 schedule. DrupalCon 2013 is a convention for the Drupal Content Management System. At DrupalCon, speakers such as Dries Buytaert, Karen McGrane, and Michael Lopp on Drupal 8 new features, critical updates to the Drupal 8 core, updates to modules, and other events occurring at Read More >
How to Delete a cPanel in WHM Updated on January 22, 2026 by InMotion Hosting Contributor If you are no longer hosting a website, or you are closing it down, you may want to delete a cPanel account in WHM. In this tutorial, we will show you how to remove a cPanel from the WHM (Web Host Manager). This tutorial is only for Reseller Hosting and accounts with VPS or Dedicated Read More >
Should I upgrade to Joomla 3.1? Updated on August 16, 2021 by InMotion Hosting Contributor It is simple to upgrade your Joomla 3.0 to 3.1. Within Softaculous, you can upgrade to 3.1 with a one-click upgrade. You can also run a Joomla 3.0 upgrade within the Joomla “Update” component. If you want to get the new features and newest security fixes, you will need to upgrade. Joomla Developers will continue Read More >
The RBL Checker for DNS Blacklisting Updated on August 16, 2021 by InMotion Hosting Contributor When you receive an email from another email address, InMotion Hosting email servers run a RBL checker on the receiving email against any known DNS Blacklisting companies. The RBL checker is different than Spam Assassin or Box Trapper which is only for filtering and removing emails that go through to your server. What is an Read More >
Adding Attributes to products in OpenCart 1.5 Updated on August 16, 2021 by InMotion Hosting Contributor Once you have your Attributes added to your Attribute Group in OpenCart, you can add the attributes to your products. This tutorial will teach you how to add attributes to your OpenCart Products. Adding Attributes to a Product Log into your OpenCart Dashboard. Go to Catalog > Products. Edit the Article you created the Attributes Read More >
Adding Attributes to Attribute Groups in OpenCart 1.5 Updated on August 16, 2021 by InMotion Hosting Contributor The first step in adding attributes to your OpenCart products is to create Attribute groups. Once you have the Attribute group created, yo can add Attributes to the group. This article will walk you through the steps to add Attributes to attribute groups in OpenCart. Adding Attributes to an Attribute group Log into your OpenCart Read More >
Creating Attribute Groups in OpenCart 1.5 Updated on August 16, 2021 by InMotion Hosting Contributor When you are creating your OpenCart products you may want to add more information at the bottom of your product description. This section is a tab named “Specifications”. By Default the bottom Attributes are “Description” and “Reviews”. See image to the right. To add another tab that contains “Specifications” for your product, you can create Read More >
Cache Mobile pages with the WordPress Super Cache and WPTouch Plugin Updated on March 11, 2022 by InMotion Hosting Contributor When creating a WordPress site, you may discover that items on your site are not supported in Mobile browsers. In this case, your WordPress site will need a mobile based capability. One problem with Mobile versions of WordPress sites is the caching. This article will teach you how to enable Mobile website support in your Read More >
How to change FTP servers in WHM Updated on August 16, 2021 by Scott Mitchell There are two different types of FTP server available in your VPS and Dedicated servers. These are ProFTPD and PureFTPD. PureFTPD is the default FTP server that is installed with your server configuration. FTP Server Advantages Disadvantages Notes ProFTPD – Allows use of .ftpaccess files for per-directory access controls. – Supports TCPwrappers based access controls. Read More >
How to Change Your WordPress Admin Username Updated on August 1, 2023 by Scott Mitchell As you may have noticed from your work in WordPress, you cannot change a WordPress username from the admin dashboard. You can only change the email address and password for an account. However, for security reasons, it may be wise to change your username once in a while. So how can you do it safely Read More >
Adding HTML to a WordPress Page/Post Updated on February 13, 2025 by InMotion Hosting Contributor In this tutorial, we’ll show you all the methods for viewing and adding HTML code to a Page or Post in WordPress. There may be times when you want to use HTML in your WordPress website. For example, you can code a hyperlink by hand or view the entire post in HTML and make several Read More >
How to find your Drupal version number Updated on September 15, 2023 by Scott Mitchell When setting up a Drupal web hosting account and installing the program, it’s easy to lose track of the version installed over time. This information can be important as certain aspects of the program, modules, etc. may be dependent on the version or even sub-version number. This article explains how to locate your Drupal version Read More >
How to turn magic_quotes_gpc off Updated on August 16, 2021 by InMotion Hosting Contributor Many Open Source Software programs like Drupal, Prestashop, Joomla, Etc., require magic_quotes_gpc to be turned off. The snapshot to the right shows the magic quotes On in the phpinfo.php page. This article will show you how to turn maging_quotes_gpc off on your server. Turning magic_quotes_gpc off Login into your cPanel. Go to the File Manager, Read More >
Changing a User’s Role In WordPress Updated on August 16, 2021 by InMotion Hosting Contributor When you are running a website in WordPress, there may be times when you want to change a User’s role. For example, you may want to allow a subscriber to contribute to your site. In this tutorial we will show you how to change the Role of a WordPress User in the Dashboard. In my Read More >
Allowing User Registration in WordPress Updated on August 16, 2021 by InMotion Hosting Contributor When you are running a WordPress website, you may want to let people register or create their own profiles. This is important if you want to let visitors to your site create a community of subscribers and even contributors. In this guide we will show you how to allow users to register for your WordPress Read More >
How to Create a WordPress User in the Dashboard Updated on October 28, 2021 by InMotion Hosting Contributor When you are creating a WordPress website, there may be times when you need to allow a user to access the Dashboard. A good way to accomplish this is to create a new user. In this tutorial we will show you how to manually create a new user from the WordPress Dashboard. We also have Read More >
Inline Editing in Drupal 8 Updated on November 18, 2019 by Scott Mitchell The information in this article has been transcribed from the Streamline inline editing in Drupal 8 video uploaded by Dries Buytaert about the upcoming changes in Drupal 8. Hi my name’s Kevin O’leary I’m the ux lead on Spark at Acquia what I want to show you today is some of the work that we’ve Read More >