How to debug Drupal?

Hi!

I am using Eclipse to develop for Drupal. I always have some problem but I don't know in which moment a problem happens. Does anybody know how to debug Drupal or have a link to a tutorial?

Thanks.

Bianca

Need help with a query

How can I build a query using the query builder that does this:

There are two tables, we'll call them: Table_A and Table_B. Each of these tables has an 'nid' column. How do I select all of the nid's from Table_A that are not found in Table_B?

Formatting CCK Fields in Content

Right now my content field labels and values are inline. I want my labels inline with a couple of tabs so that the values are left aligned and everything looks neater. How do I accomplish this?

Newb here in need of assistance.

Drupal 7 Cache issues -- how to clear?

Hi:

I don't get it. I am unable to get the Drupal 7 theme cache to clear, and its very hard to make CSS changes. Here's what I've done:

1) Inserted these lines into settings.php:

if (!class_exists('DrupalFakeCache')) {
$conf['cache_backends'][] = 'includes/cache-install.inc';
}
// Default to throwing away cache data
$conf['cache_default_class'] = 'DrupalFakeCache';

// Rely on the DB cache for form caching - otherwise forms fail.
$conf['cache_class_cache_form'] = 'DrupalDatabaseCache';

Disable Superfish Parent Menu

Hello,

For a superfish menu with sub menus can the click through link be disabled on the parent menu? So that only the children/sub menu items can be clicked and go to a page but the parent does not allow you to click through?

I would like to create pages only for the sub menus an not every parent.

Thanks in advance.

Undefined index: teaser in _template_preprocess_advanced_forum_topic_list_view

I am trying to do a custom view which uses the "Forum topic list" format - It looks create but I get these errors:

•Notice: Undefined index: teaser in _template_preprocess_advanced_forum_topic_list_view() (line 56 of /var/www/vhosts/humanhighlights.com/httpdocs/sites/all/modules/advanced_forum/includes/template_preprocess_advanced_forum_topic_list_view.inc).
•Notice: Undefined index: teaser in _template_preprocess_advanced_forum_topic_list_view() (line 56 of /var/www/vhosts/humanhighlights.com/httpdocs/sites/all/modules/advanced_forum/includes/template_preprocess_advanced_forum_topic_list_view.inc).
•Notice: Undefined index: teaser in _template_preprocess_advanced_forum_topic_list_view() (line 56 of /var/www/vhosts/humanhighlights.com/httpdocs/sites/all/modules/advanced_forum/includes/template_preprocess_advanced_forum_topic_list_view.inc).
•Notice: Undefined index: teaser in _template_preprocess_advanced_forum_topic_list_view() (line 56 of /var/www/vhosts/humanhighlights.com/httpdocs/sites/all/modules/advanced_forum/includes/template_preprocess_advanced_forum_topic_list_view.inc).
•Notice: Undefined index: teaser in _template_preprocess_advanced_forum_topic_list_view() (line 56 of /var/www/vhosts/humanhighlights.com/httpdocs/sites/all/modules/advanced_forum/includes/template_preprocess_advanced_forum_topic_list_view.inc

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x