Support

Getting Support

Need help? Kindly email support@droptor.com or call (781) 728-5151. We are also on Twitter as @droptor.

Droptor tips and tricks

We've accumulated our best tips and tricks to using Droptor to make you faster and save you time.

Help FAQ

What is the Droptor Module?

It's a read-only, secure (read the next FAQ) and light-weight module that plugs in each Drupal site you want to track with our service. It provides our service with information about your site, like installed module versions and Drupal variables. Our services hits this feed a few times a day. You can download the module, check out the source code and see screenshots on the drupal.org project page and in the screenshot tour.

Is the Droptor Module secure?

Yes! We take security very seriously. While the data feed that this module provides doesn't contain any authentication information, we do secure the feed in three important ways:

  1. A secret Droptor-generated hash unique to your Drupal site must be passed with each request (this is like a password);
  2. The feed is restricted to known IP addresses; and,
  3. The feed is served only over SSL (if your Drupal site supports SSL).

Will the module slow down my site?

No. The module is lean and optimized to re-use as much data as possible from the cache. In total, there are about 16 queries, 6 of which are COUNT(*) queries. The module uses lots of system variables but these are stored in memory and thus don't add any database roundtrips.

What versions of Drupal is this service compatible with?

Drupal 6 or 7.

Do you support Pressflow?

Yes we do!

What are the system requirements?

You just need to run a site that uses any version of Drupal 6 or 7 and has the Update module (part of core) enabled.

Does Droptor work with multisite installs?

Yes! Since each site in a multisite installation has its own content and configuration you will need to add each site to Droptor. This will ensure each site is correctly configured.

What kinds of alerts do you send?

Droptor sends several different emails:

  1. A core update email that lists all of the sites on your account that need core updates, sent nightly. If you don't have any sites that need core updates you won't get the email.
  2. A weekly site report sent every Monday providing in one email a summary of the state of every one of your sites.
  3. Proactive email alerts if triggers (as shown on the Activity tab for any site) are surpassed by 30-days averages: failed logins, new users, new nodes and 404 errors.
  4. And a few account management emails for security:
    • When your account login email address is updated.
    • When your account login password is changed.
    • When your account is closed.


You can set as many recipients as you want for emails 1, 2 & 3 (by default these go to the email address you use to login).

Why should I run SSL on my site? What is the Secure Pages module?

The Secure Pages allows you force users to use a secure connection on certain sections of your site that benefit from a secure connection, such as the user login screen. We're big fans of this module.

SSL will substantially increase the security of your site. You should enable SSL on your site, install the Secure Pages module and force SSL connections for login, so that username and passwords are not passed in clear text (clear text is like yelling your password to your buddy at the other end of a cafeteria).

How do I configure my site login to be secure?

Install the Secure Pages module and go to the configuration screen for that module. Enter in "user*" (without quotes) in the "Secure these pages" box. Be sure to select the "Secure only these pages" radio button.

Droptor can't connect to my site. Help!

Here are some things to try:


Still stuck? Feel free to contact support, we are here to help!

Why is it bad to have too many admins?

Uncontrolled admin level access undermines the security of your entire site. A Drupal user that has the "administer users" or "administer permissions" permission essentially has access to the entire Drupal site. We flag a site if there are more than two users with either (or both) permissions.

If you need team members to manage the user list but otherwise have restricted access to the system, consider the User Protect module. Read more about this at Drupal.org.

Why should I disable the Devel module for production?

Three reasons:

  1. It slows your site down;
  2. It might show debugging information to users (insecure and unprofessional); and,
  3. It's designed only to run on development sites.

What are the correct file permissions for my settings.php file?

Your most critical, core Drupal settings exist in a file called settings.php. This file needs write file permissions during installation. After install, the file should be set to read-only. Why? Because files with write permissions are more vulnerable to hackers than files with read-only permisssions.

Fix this by connecting to your site with FTP (any client will do; we like Filezilla because it's free and we're cheap), right click on the file and uncheck any "write" checkboxes you see. There might be as many as three "write" boxes to uncheck.

Note: The Drupal status report ignores the presence of a write permission at the user level access of a file. So a setting of 755 will be OK in the Drupal status report but still flagged (correctly) in Droptor.

Does Droptor work with aggressive caching?

Yes! Droptor does work with aggressive caching. However, by design aggressive caching doesn't implement two Drupal features we need to track memory usage on pages so we won't be able to capture this data for anonymous traffic.

What are the .txt files in my Drupal install?

The core set of files that make up Drupal contain several help files (in .txt format) that are not needed in order to run Drupal. These files contain information that may provide details to malicious users trying to compromise your site. It's best to remove the following files:

Why shouldn't I use admin as a username?

The user 1 account in Drupal has special access privileges to your entire site. Since user 1 is so powerful it's an attractive target to malicious users. Using a common name like admin for this user means that half of the authentication mechanism is known (username + password).

Don't I have to buy a pricey certificate to use SSL?

Nope! Your website will likely use a self-signed cert by default. These certificates are just as secure as paid certificates and are fine to use for a non-ecommerce site, and sites with a small user base that you know. GoDaddy also has super cheap certificates, which won't pop-up with a warning in any major browser we tested: IE6+, FF2+, Chrome 1+, Safari 1+.

Are the node statistics for published nodes, unpublished nodes or both?

Both.

What do I do if the watchdog table isn't being trimmed?

The watchdog table should be regularly trimmed by the cron process on your site. Without this constant trimming even a low traffic site will cause the watchdog table to grow unyieldy, eventually brining your site down. The most likely cause of an untrimmed watchdog table is cron isn't running. Make sure cron is running without error (check your Drupal logs). Another cause of watchdog growth is excessive logging, usually in a custom module.

I think I found a security issue. What should I do?

We take security very seriously. If you think you've found a security issue, let us know right away. Please see our Security page for more information.

Do you give refunds?

You bet. If you aren't happy, we don't want your money. Check out our refund policy.

How do I stop Drupal from showing errors to users?

Why does cron need to run?

Drupal needs regular housekeeping to stay fully functional, tuned and stable. This daily housekeeping is handled by cron. You need to configure cron to run at least once a day, preferably more often for larger sites. Drupal.org has a great article on how to setup cron.

Why can't I dismiss all of the checklist items?

You can use the "dismiss" link to punt on most checklist items that you are unable to complete. However, some items are too critical to be ignored, such as core Drupal updates, and cannot be dismissed.

My site has tons of failed logins. What can I do?

Consider using the login security module. This module can automatically locks user accounts (for a set amount of time) for too many failed logins.

I have requests coming from internal IPs in my web server logs. What gives?

The Droptor module running on your site runs a variety of different checks. One way is by making HTTP requests that originate on your site back to the site itself. You can safely ignore log entries that look like this:

page not found CHANGELOG.txt http://www.example.com/CHANGELOG.txt 192.168.1.194 1277417829

What modules can I use to protect my site against spam?

You have three choices:

Why is it bad to have too many disabled modules?

Two reasons: It's messy and it leaves too many old modules that don't include important security patches.

Does Droptor.com run on Drupal?

Ironically, no. However, it is built entirely with the same open source tools that power Drupal like PHP, MySQL and Apache.

Does Droptor work with Boost?

Yes, but be sure to add the Droptor feed URL (see the link in the settings page for Droptor) to the Boost exclusion list.

What does a module status of "Revoked" mean?

This means that the module release you are using has been completely removed from Drupal.org to prevent any future use of the module. A revoked module usually has a serious security issue. Upgrade right away.

Often a module will be revoked shortly before a new release is available. If the security vulnerability is seriuos consider disabling the module until an updated version is released.

More information on update status codes are found in the function _update_message_text.

Is the memory monitoring routine efficient?

Yes! While the memory monitoring routine does run on every page call -- including cached pages -- the code is lean. It's just one array creation, one microtime() call and one INSERT command. You can turn this off whenever you like.

Each time your site feed is provided to Droptor we delete the data in this table to ensure that no uncontrolled growth occurs.

Why should I increase the database log 10 at least 10,000 rows?

Increasing the database log ensures a good balance between a lean database size and having enough data to troubleshoot problems and detect security issues.

Does Droptor work with Open Atrium?

Yep!

Where can I download the Droptor module for my Drupal site?

From the drupal.org project page.

What does high water mark mean?

Droptor bills each month based on the highest number of sites you have in a given month. For example, if you have 10 sites, and you add 2 more, then delete 1, your current site count is 11 but your high water mark is 12. We reset your high water mark at the start of every billing cycle.

What does the Page Title module do?

The Page title module allows greater control over the default page title for nodes and allows individual titles to be customzied. Requires the Token module.

Caveat emptor: Just enabling the module doesn't do anything. You need to fine tune the default title settings and get in the habit of fine tuning your page titles at the time of content creation.

Why does speed matter in SEO?

In 2010, Google announced that it would take into account the speed with which a web site loaded when ranking a page in search results. So goes Google so goes the rest of the world. Like it or not, you have a need for speed.

Why do I need a custom 404 page?

Having a custom 404 page is an important part of your site's overall presentation. If you need inspiration, consider 60 Really Cools and Creative Error 404 Pages or 49 Nice and Creative Error Pages.

How does the alert feed work?

The alert feed is an RSS feed of every proactive trigger for every site in your account. You can add this RSS feed to any RSS reader -- like Google Reader or Outlook -- to monitor and review your alerts.

You don't need to be logged into Droptor to access the feed, but you do need a secret hash in the URL. When you enable the alert feed in your account we generate a new hash for your account and provide a link to the RSS feed in your settings screen. If you disable and reenable the feed we will generate a new hash automatically and you will need to update your RSS readers.

How do I sync my site using the new push version of the module?

The new push version of the module (4.x) will automatically sync your site every time cron runs. You can also trigger a manual sync by running cron manually or using drush: drush dropsend.

The Droptor module list doesn't match what I have in Drupal. What gives?

Droptor calculates module release information independent of your Drupal sites. One important difference is we don't consider a dev release current. If we see a dev release of a module we will flag it as not current and recommend the latest official release in the same branch (1.x, 2.x, etc).

Why? Because you shouldn't be using a dev snapshot of a module on a production web site.

My site URL changed. How do I update it in Droptor?

Unfortunately, you can't update the URL for a site in Droptor. If the URL changes you will need to delete the site in Droptor and add it as a new site (you will need to update the hash as well). You will only lose older memory and activity data. All other information will instantly be brought in during the first sync.

What is a site map?

In SEO, a site map is a file (or set of files) that lists a link to every page in your site in a structured format that is readable my other machines. Using a site map ensures that the search engines find all of your content. Consider using either the Site map module or the XML sitemap module.

What is the access log?

The access log is a Drupal log that records every visit to every page on your site. To use the access log you must have the Statistics module enabled (it's part of core). Even for a site with moderate traffic, the access log can quickly become huge, resulting in a massive database file, slow backups, and wasted CPU cycles.

If you don't need the access log, disable the Statistics module. If you do need it, ensure the log is being trimmed for any logs older than three days.

How do you make Droptor work on Rackspace Cloud Sites hosting?

Rackspace Cloud Sites hosting uses a reverse proxy server for every request made to your site over SSL. This means if Droptor is trying to connect to your site over SSL then it won't work without telling Drupal it's behind a reverse proxy.

Contact Rackspace support to find out the reverse proxy IP address. Then, add these two lines of code to the bottom of your sites/default/settings.php file, replacing "IP ADDRESS FROM RACKSPACE" with the IP Rackspace provides:

$conf['reverse_proxy'] = TRUE;
$conf['reverse_proxy_addresses'] = array('IP ADDRESS FROM RACKSPACE');

Why does Droptor suggest modules that don't have an official release for Drupal 7?

We don't believe a development snapshot of a module should be used on a production system. But some of the modules that Droptor suggests you use -- like Secure Pages -- do not yet have an official release for Drupal 7. Until official releases are available we suggest you hit "ignore" on these items.

As of February 11, 2011 the Secure Pages, Site map, XML sitemap, CAPTCHA, and Pathauto modules do not not have official releases for Druapl 7.

Do you have release notes for Droptor?

Yes!

Still stuck?

No worries! We are here to help: support@droptor.com or (781) 728-5151.