- Performance
- Debugging
- Security
- Operations
- Modules
- Resources
- Services
- Startups
- Performance
- Debugging
- Security
- Our Approach
- Our Pricing
- Project Example 1: Error messages reveal file permissions problem
- Project Example 2: Your website requires a caching strategy to be designed and implemented
- Project Example 3: Your website is mission critical and processes a high volume of transaction
Error Messages
Error Type: Contributed Module
Severity: Critical
Module:
I recently gave an outline of this problem over in the Drupal community here:https://www.drupal.org/node/1316874#comment-12136170
But I thought it would be interesting to make a more technical post on the subject, so here it is.
Error Type: Contributed Module
Severity: Error
Module: privatemsg
The privatemsg module has a form that users submit to send a message to another user. In the submit callback for that form the message sending code is wrapped in exception handling code that displays this error message.
Error Type: Contributed Module
Severity: Error
Module: recaptcha
The Recaptcha module has a feature called Mailhide that allows you to protect the display of email addresses until a user has completed a reCaptcha challenge in order to reduce spam. This error message is telling you that the module is not able to...
Error Type: Contributed Module
Severity: Error
Module: quicktabs
You have tabs defined by the Quicktabs module that have no content defined.
Error Type: Contributed Module
Severity: Error
Module: views
The Views module makes it possible to define areas into which you can assign content. For example, you could configure your view to place a Text Area inside the footer of the view.
However, you can also create more complex configurations, perhaps even...
Error Type: Contributed Module
Severity: Warning
Module: ultimate_cron
The Ultimate Cron module uses the concept of threads to control the amount of resource that should be devoted to processing queued tasks at any one time.
When this message appears in your watchdog reports it means that a cron cycle has been initiated but...
Error Type: Contributed Module
Severity: Error
Module: views
The Views module contains a sub-module called Views UI, which provides the user interface through which site administrators manage their Views. Since Drupal is a multi user CMS there could be a danger that if one user were editing a View at the same time...