WSOD on completely clean install

I've installed Drupal 7.0 (latest version - 2011-Jan-05 ) on my dedicated LAMP box which is also running a production site based on 6.0 (different database, subdomain etc.) but any page other than the home page throws a WSOD after briefly loading the page. There is no source generated from this either.

There's no content on the site whatsoever and no modules apart from what came in the .tar.

I've also tried installing on a shared hosting environment (Servage) where I get the same problem but without the brief blink.

How do i display a block on a page with a pager?

Hello,

i created a pager using Views to show my blog posts in a list. The pager displays fine and each page has a URL such as /blog?page=2 and /blog?page=3 for example.

However i need to add a right sidebar block to each of the pager pages, yet nothing is displayed on these pages even when I set the block to be shown on all pages of the website.

Is there something extra i need to do or am missing out?

Thanks

Re: Question - Collecting questionaire type data for cross-user viewing

Hi folks,
I self-learning and making some steam from zero start, I'm working on some home 'pet' projects but at the mo, at a little confused and would appreciate some general guidance and if I'm going in t he right direction.

Most visited admin pages per user module

Does anyone know a module that tracks most visited admin pages per user? It would be very useful to integrate it with the Toolbar module. This way the user will have a shortcut list to choose from when adding links to the toolbar.

Thanks

Quick CSS Help, por favor - Align right this image?

This is probably a simple thing, but I can't seem to find it. I used to know this with imagecache in D6, but not with D7 & this is my first MAJOR site in D7.

All I want is for this image to be aligned right so I can save some website real estate.

div.field_field_logo img {
display: inline;
padding: 1px;
background-color: #ccc;
border: 1px solid #ccc;
float: right;
margin: 3px;
}

This isn't working.

Overwriting a specific block

Hi,

I am currently trying to overwrite a specific block in my drupal installation.

  • I created a block named "Tweet" (it seems that its ID is 5 since the edit URL is admin/structure/block/manage/block/5/configure)
  • I would like to overwrite its content in my theme
    • I tried lot of possibilities in my /templates/ folder
      • block-block-tweet.tpl.php
      • block-block-5.tpl.php
      • block-block--tweet.tpl.php
      • block-block--5.tpl.php
      • block-tweet.tpl.php
      • block-5.tpl.php

    But nothing worked so far.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x