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

adding new fields to the story.module

Ok I’ve been looking at the node example file
http://drupaldocs.org/api/4.6/file/contributions/docs/developer/examples...

I’ve been trying to add some extra fields to the story module. What isn’t clear from the example and the code is that is a new node type being created or is it an extension to nodes types that are already present

finding users who belongs to role X

How can I find list of users who belongs to certain role X?

I don't see any link for that in the admin page even though I enabled search module.

Thanks

Emergency: Suddenly just homepage shows up. The rest of site "Document Not Found"

Hi, this version 4.5 site was working fine for a long time. http://aasg.info/ Now, suddenly, anything beyond the homepage turns up a ...

Not Found
The requested URL /node was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.34 Server at www.aasg.info Port 80

I have checked the database and it seems intact. The config.php file seems to be fine too.

AdSense Module, 4.6.5, & 4.7 Login Problems

I'm also having login problems with 4.7. The only reason I've installed it is because I wanted to use the AdSense module, and I was previously using 4.6.5.

Do you know whether the 4.6 AdSense module is compatible with Drupal 4.6.5? There doesn't seem to be a 4.6.5 AdSense module...

Thanks!

JP

no links in forums for anonymous users

Hello everyone,

I am using the forums to create a simple question and answer section in the following way:

I am trying to confgiure the forums so an anonymous user can view the forums and any comments that myabe there.

A anonymous user can post of new topic forum which goes for moderation, once checked and a reply ha has been added by the administrator user, the forum is passed so anonymous users can view the post and comment.

cron.php fails after new installation

I just installed Version 4.7 and things seem to work just fine. My hosting service will run a cron job for me, so I went through their web-based/menu-driven system and told it to run the Drupal cron.php at midnight each night and email me any errors. Here's what I got after the first night:

Warning: main(./includes/bootstrap.inc): failed to open stream: No such file or directory in /home/onlineda/public_html/cron.php on line 9

Warning: main(): Failed opening './includes/bootstrap.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/onlineda/public_html/cron.php on line 9

Fatal error: Call to undefined function:  drupal_bootstrap() in /home/onlineda/public_html/cron.php on line 10

I read through these forums and found others with similar pathing problems, so I added the recommended:
ini_set("include_path",".");
but that merely changed the error to:

Warning: main(./includes/bootstrap.inc): failed to open stream: No such file or directory in /home/onlineda/public_html/cron.php on line 13

Warning: main(): Failed opening './includes/bootstrap.inc' for inclusion (include_path='.') in /home/onlineda/public_html/cron.php on line 13

Fatal error: Call to undefined function:  drupal_bootstrap() in /home/onlineda/public_html/cron.php on line 14

My cron.php has the following header:
// $Id: cron.php,v 1.34 2005/12/31 14:18:22 dries Exp $

Pages

Subscribe with RSS Subscribe to RSS - Post installation