Drupal is up and running but how do I ...?

node with no title and n/a in body

How does one get rid of a node that shows up in the main content that has no title, no body, no owner, and shows 'n/a' in body. It looks like possibly there
is a stale NID reference out there but I'm not sure where to look, and I cannot
administer and then delete the item.

drupal.module not working in CVS?

Users have been unable to login to my site using affiliate accounts (i.e. Junyor@www.drupal.org). I can login to other sites using accounts from my site, though. Is anyone else having problems with this? Could someone test at http://weblog.timaltman.com/? Thanks.

'my notify settings' leads to blank page

I recently upgraded to 4.4.1 and decided to enable Notify for the first time. After ironing out the SQL problems and enabling permissions, I find that the 'my notify settings' link leads to a completely blank page. Is anyone else getting this, or is it just me? I've tried logging in with different usernames, but no luck.

Any ideas on how to fix this would be much appreciated.

Cheers,
doonyakka

Google not indexing my site?

Google seems not to be indexing my site, http://communitycommitment.net/index.php . I am a newbie to this and I was wondering if anyone can diagnose my problem? The site has been up for about a month. I've submitted the URL to Google several times.

When I try to set up Google site search ( http://services.google.com/cobrand/free_select ) Google gives me the following message: "There are no pages in our index for "communitycommitment.net. We cannot perform SiteSearch on this domain(s).".

I have Clean URLs enabled.

My webhost is cclhosting.com. Mod_rewrite is running according to the web host.

My htaccess says the following:

RewriteEngine on

# Modify the RewriteBase if you are using Drupal in a subdirectory and the
# rewrite rules are not working properly:
RewriteBase /
......
# Rewrite URLs of the form 'index.php?q=x':
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

When I go to a story, the URL in the browser window looks like this: "http://communitycommitment.net/story/118".

I have URL aliasing with the following code:

function conf_url_rewrite($path, $mode = 'incoming') {
if ($mode == 'incoming') { // URL coming from a client
return preg_replace('!^story/(\d+)$!', 'node/view/\1', $path);
}
else { // URL going out to a client

Where can I find this info?

Regarding using themes [links to static pages]does a list of some sort exist with available templates and their relevant info/what must be added to each to enable all functions listed as drupal's capabilities?

Links to static pages in Navigation menu

I think I must have misunderstood something in the documentation, so I'd appreciate an explanation of what I'm doing wrong. I have created some static pages in my new drupal 4.4.1 website, and, having included a Link Name and a Link Description, I expected that it would appear in the Navigation menu. But it doesn't. How do I get a static page (e.g. an 'About us' page) to appear in the main menus of a Drupal site?

Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Post installation