Your message dated Sun, 19 May 2013 16:37:33 +0000
with message-id <[email protected]>
and subject line Bug#708746: Removed package(s) from unstable
has caused the Debian Bug report #665841,
regarding drupal6: drupal-6 and php-5.4 : non strict PHP 5.4 compliant modules
throw "strict warning" message
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
665841: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665841
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: drupal6
Version: 6.22-1
Severity: normal
Tags: upstream patch
Dear Maintainer,
after upgrading php to 5.4 version, my drupal install started throwing
at me tons of red errors. My website became unusable.
This is caused by drupal not taking into account php error_reporting
value, and reporting all "strict warning" erros, which are widespread in
old contributed drupal 6 modules.
Some discussions happened upstream [1] about handling it better for drupal 7
and newer, but I fear that drupal 6 will stay in the wild.
So I made a tiny patch to disable E_STRICT php error reporting by drupal. It is
a crappy workaround, but I think it would help many users.
[1] : https://drupal.org/node/291026
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages drupal6 depends on:
ii apache2 2.2.22-2
ii apache2-mpm-prefork [httpd] 2.2.22-2
ii curl 7.24.0-1
ii dbconfig-common 1.8.47+nmu1
ii debconf [debconf-2.0] 1.5.42
ii mysql-client-5.1 [virtual-mysql-client] 5.1.61-2
ii php5 5.4.0-2
ii php5-gd 5.4.0-2
ii php5-mysql 5.4.0-2
ii php5-pgsql 5.4.0-2
ii postgresql-client 9.1+129
ii postgresql-client-8.4 [postgresql-client] 8.4.11-1
ii postgresql-client-9.1 [postgresql-client] 9.1.3-2
ii ssmtp [mail-transport-agent] 2.64-6
ii wwwconfig-common 0.2.2
Versions of packages drupal6 recommends:
ii mysql-server 5.1.61-2
ii mysql-server-5.1 [mysql-server] 5.1.61-2
drupal6 suggests no packages.
-- Configuration Files:
/etc/drupal/6/htaccess changed [not included]
/etc/drupal/6/sites/default/settings.php changed [not included]
-- debconf information excluded
--- common.inc.0 2012-03-26 16:05:41.248000520 +0200
+++ common.inc 2012-03-26 16:05:55.220000234 +0200
@@ -630,7 +630,7 @@
return;
}
- if ($errno & (E_ALL ^ E_DEPRECATED ^ E_NOTICE)) {
+ if ($errno & (E_ALL ^ E_DEPRECATED ^ E_NOTICE ^ E_STRICT)) {
$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', 4096 => 'recoverable fatal error');
// For database errors, we want the line number/file name of the place that
--- End Message ---
--- Begin Message ---
Version: 6.26-1.1+rm
Dear submitter,
as the package drupal6 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/708746
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)
--- End Message ---