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

trouble with article module

I am begining to feel like a moron, tried to figure it out myself but... :(
When I installed this Articles module, I get this error when I bring up the page...

warning: call_user_func_array(): First argumented is expected to be a valid callback, 'more_info' was given in /home/daverobi/public_html/includes/theme.inc on line 219.

Latest Articles
* Torrent, Plague, Repeat

warning: call_user_func_array(): First argumented is expected to be a valid callback, 'article_index_item' was given in /home/daverobi/public_html/includes/theme.inc on line 219.

editing your post

hi, some users ask me how to make easy to edit their post but i dont find this option on drupal , dont exist? or i cant find it?

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

Pages

Subscribe with RSS Subscribe to RSS - Post installation