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?
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.
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&
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:
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: