See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

Where does the files uploaded functionality using webform editor get stored

Am creating forms using webform editor, i was trying for file component that is uploading files. Once i upload any file it is not seen in the site files/webform/ directory. I didnt specify any subdirectories name in the "upload directory" which default should store in files/webform, but this is not happening.

Thanks!

Member with fake email id

One of my site is showing a member with a fake Email Id. I am using Drupal 5.5 and due just to upgrade to 5.6. But in the mean time a user joined with an email which has non existent domain. What shall i do?

Hidding inner pages from anonymous users

We need to allow anonymous users to see ONLY the home page of the site, but NONE of the other pages.

Bug in common.inc while updating (php 5.2)

Hi there.

While making an update from 4.6.x to 5.6, I've got a message:

Notice: Undefined offset: 4096 in /Library/WebServer/Documents/drupal/includes/common.inc on line 557
Notice: Undefined offset: 4096 in /Library/WebServer/Documents/drupal/includes/common.inc on line 565

On line 557, it was like this:

$types = array(1 => 'error', 2 => 'warning', 4 => 'parse error', 8 => 'notice', 16 => 'core error', 32 => 'core warning', 64 => 'compile error', 128 => 'compile warning', 256 => 'user error', 512 => 'user warning', 1024 => 'user notice', 2048 => 'strict warning');

But, since PHP 5.2.0, there are more two error types:

4096 E_RECOVERABLE_ERROR (integer) Catchable fatal error. It indicates that a probably dangerous error occured, but did not leave the Engine in an unstable state. If the error is not caught by a user defined handle (see also set_error_handler()), the application aborts as it was an E_ERROR. since PHP 5.2.0
8191 E_ALL (integer) All errors and warnings, as supported, except of level E_STRICT in PHP < 6. 6143 in PHP 5.2.x and 2047 previously

(check it out: http://www.php.net/errorfunc)

So, I've make a patch adding then:

common.inc.patch

--- common.inc 2008-01-14 16:38:13.000000000 -0200
+++ common.inc 2008-01-14 16:40:30.000000000 -0200
@@ -554,7 +554,7 @@
}

Filter.module

I'm going a bit loopy trying to sort this out...Can anyone help.

I can't edit the configuration of any of my input formats and I can't insert HTML of any kind using any of the 3 default input formats.

I have setup everything correct and have allowed access to the right users for the right input formats but I'm still stuck.

I'm using simple html for testing but this still doesn't work - even adding <strong>test</strong> doesn't work in full html mode.

Recommended Core Security Improvements

Here is the Recommended Core Security Improvements report I have completed at the request of the security team. It contains advice on how to maintain a secure Drupal core and a system that fosters secure third party modules.

MS Word: http://ses.ce-int.net/drupal/RCSI.doc
OpenDocument: http://ses.ce-int.net/drupal/RCSI.odt

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core