Having problems installing Drupal? See the Installation Guide for more information.

book node revision doesn't go to moderation queue

I've enabled publish, moderate and revision under Home/Administer/Content/Settings for book pages. When I create a new book page, everything works as expected, but then if I edit that page changes simply disappear: there's no new node on moderation queue and within Home/Administer/Content there's only the older version of that page, but the new modified one does not exist. Someone knows what may be happening?

4.3.1 vs. 4.3.0 and magic_quotes_gpc

Hi,

I installed 4.3.1 beside 4.3.0 and preserved my includes/conf.php. The installs were each in their own directory. Operation appeared fine except the addition of the "you must set magic_quotes_gpc = 0" error at the top of each rendered page.

Hmmm, . . .

Try it from 4.3.0/ - no error.

try it from 4.3.1/ - error.

Hmmm, . . . okay. try it again, same results. "Must be an ID-10-T error," I say to myself. Check /etc/php.ini, "magic_quotes_gpc = off", okay, try '0' rather than 'off'. Try again, no joy.

What's happening locally?


grep -r "magic_quotes" *
drupal/.htaccess: php_value magic_quotes_gpc 0
drupal/.htaccess: php_value magic_quotes_runtime 0
drupal/.htaccess: php_value magic_quotes_sybase 0
drupal/index.php:check_php_setting("magic_quotes_gpc", 0);
drupal/INSTALL: magic_quotes_gpc 0
drupal-4.3.0/.htaccess: php_value magic_quotes_gpc 0
drupal-4.3.0/.htaccess: php_value magic_quotes_runtime 0
drupal-4.3.0/.htaccess: php_value magic_quotes_sybase 0
drupal-4.3.0/includes/common.inc: if (ini_get("magic_quotes_gpc") == 0) return;
drupal-4.3.0/INSTALL: magic_quotes_gpc 0
drupal-4.3.1/.htaccess: php_value magic_quotes_gpc 0
drupal-4.3.1/.htaccess: php_value magic_quotes_runtime 0
drupal-4.3.1/.htaccess: php_value magic_quotes_sybase 0
drupal-4.3.1/index.php:check_php_setting("magic_quotes_gpc", 0);

Editing the Profile Content?

I'm a newbie to Drupal, and I'm definitely enjoying it. The one thing I really want it to do, is allow me to define new fields for the profile content, so that I can add fields like 'phone number' and 'major' for my site (college-based organization). I have seen the profile module, but it seems to only have a list of options. How would I create new fields?

What Version is drupal.org running?

Is there a way to tell?

I don't believe it's running 4.3.0 or 4.3.1 because there is a bug in the statistics module that makes it show all online users instead of 0 or a limted number.

Just trying to get an idea how to pick out the more stable releases. Obviously whatever drupal.org is running would be the most stable I think.

How to generate RSS?

Hi,

Please tell me..how to generate RSS in drupal?
Tell me by writing an example code..if possible..

Thanks,
Ritu.

Block ? logo missing

I installed the Drupal CMS.After the user login , i started viewing the different features provided on the righthand side of the form.when i selectd block from "administer > configuration > block" ,the menus shifted to the leftside and the Drupal logo went missing!.
Kindly advise me to get back to the initial setup.
Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal