Unable to create directory 'temporary://update-extraction/module-name'

I am unable to install modules to Drupal 7-rc3 via the the install feature. I get this message: "Unable to create directory 'temporary://update-extraction/module-name-here'" Any ideas on what's causing this?

Insert block between content and comments?

This seems like a no-brainer but I can't find a way to insert a block between the node's content and the node's comments. Any help would be appreciated.

D7 Configuration TAB loads, loads... and finally gives a blank page??

Hi,
I´ve got D7 RC3 succesfully installed (localhost) by using WAMP: PHP, Apache, MySQL.

Short overview: Configuration TAB gives a blank page after loading 1-2 mins? I´ve reinstalled both D7 and WAMP twice but same problem occurs. Command line/URL: http://localhost/drupal-7.0-rc3/?q=admin%2Fconfig&

Other TABs works as they should.

What I´ve done wrong?

kokki.fi

drupal 7 and bootstrap.inc problem

Hi,

I am trying to move to Drupal from an old, custom CMS. I have a php script that connects to the mysql database and gets the titles and bodies for all of the pages. What I want to do is iterate through the results and add them as new nodes. Unfortunately I'm getting two different kinds of errors. If I do this:

        require_once './includes/bootstrap.inc';
        drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);

I get this error message:

PHP Notice: Use of undefined constant DRUPAL_ROOT - assumed 'DRUPAL_ROOT' in ./includes/bootstrap.inc on line 2094
PHP Warning: require_once(DRUPAL_ROOT/includes/errors.inc): failed to open stream: No such file or directory in ./includes/bootstrap.inc on line 2094
PHP Fatal error: require_once(): Failed opening required 'DRUPAL_ROOT/includes/errors.inc' (include_path='.:/usr/share/pear:/usr/share/php') in ./includes/bootstrap.inc on line 2094

If I add in the specific path to the install like this:

        define("DRUPAL_ROOT", "/var/www/html/mydrupal/");
        require_once './includes/bootstrap.inc';
        drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);

I get:

PHP Notice: Undefined index: REMOTE_ADDR in /var/www/html/mydrupal/includes/bootstrap.inc on line 2597

Books on Drupal

There does seem to be a lot of books for Drpual but I'm not sure which to get. I'm a beginner at Drupal, what books would be suggestible?

Thanks.

Hosting Drupal 7 and it's new requirements

I am with Hostmonster, and have been more than happy with their service and support. However, they use PHP 5.2.14 and D7 requires PHP 5.3 or higher.

So, I think a thread needs to be started; It needs to list what hosting options are already D7 friendly.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x