[drupal-devel] problem with drupal.org
Hello, I got the following error when I tried to submit a patch to ecommerce. Gordon. Warning: htmlspecialchars() expects parameter 1 to be string, object given in /home/www/drupal.org/includes/common.inc on line 571 Warning: htmlspecialchars() expects parameter 1 to be string, object given in /home/www/drupal.org/includes/common.inc on line 571 Warning: Cannot modify header information - headers already sent by (output started at /home/www/drupal.org/includes/common.inc:571) in /home/www/drupal.org/includes/common.inc on line 208
On 15 May 2005, at 06:41, Gordon Heydon wrote:
I got the following error when I tried to submit a patch to ecommerce.
Gordon.
Warning: htmlspecialchars() expects parameter 1 to be string, object given in /home/www/drupal.org/includes/common.inc on line 571
Warning: htmlspecialchars() expects parameter 1 to be string, object given in /home/www/drupal.org/includes/common.inc on line 571
Warning: Cannot modify header information - headers already sent by (output started at /home/www/drupal.org/includes/common.inc:571) in /home/www/drupal.org/includes/common.inc on line 208
I upgraded the project.module to HEAD. Maybe it is fixed now. Haven't checked yet. -- Dries Buytaert :: http://www.buytaert.net/
Dries Buytaert said:
On 15 May 2005, at 06:41, Gordon Heydon wrote:
I got the following error when I tried to submit a patch to ecommerce.
Gordon.
Warning: htmlspecialchars() expects parameter 1 to be string, object given in /home/www/drupal.org/includes/common.inc on line 571
Warning: htmlspecialchars() expects parameter 1 to be string, object given in /home/www/drupal.org/includes/common.inc on line 571
Warning: Cannot modify header information - headers already sent by (output started at /home/www/drupal.org/includes/common.inc:571) in /home/www/drupal.org/includes/common.inc on line 208
I upgraded the project.module to HEAD. Maybe it is fixed now. Haven't checked yet.
I got the same message when trying to upload a patch. Additionally, the following error was printed on the page after I reloaded: "The selected file could not be uploaded, because the destination is not properly configured." -- Tim Altman
Dries Buytaert wrote:
On 15 May 2005, at 06:41, Gordon Heydon wrote:
I got the following error when I tried to submit a patch to ecommerce.
Gordon.
Warning: htmlspecialchars() expects parameter 1 to be string, object given in /home/www/drupal.org/includes/common.inc on line 571
Warning: htmlspecialchars() expects parameter 1 to be string, object given in /home/www/drupal.org/includes/common.inc on line 571
Warning: Cannot modify header information - headers already sent by (output started at /home/www/drupal.org/includes/common.inc:571) in /home/www/drupal.org/includes/common.inc on line 208
I upgraded the project.module to HEAD. Maybe it is fixed now. Haven't checked yet.
Still no go. I think that it is to do with file uploads breaking something. Gordon.
On Mon, 16 May 2005, Gordon Heydon wrote:
Dries Buytaert wrote:
On 15 May 2005, at 06:41, Gordon Heydon wrote:
I got the following error when I tried to submit a patch to ecommerce.
Gordon.
Warning: htmlspecialchars() expects parameter 1 to be string, object given in /home/www/drupal.org/includes/common.inc on line 571
Warning: htmlspecialchars() expects parameter 1 to be string, object given in /home/www/drupal.org/includes/common.inc on line 571
I upgraded the project.module to HEAD. Maybe it is fixed now. Haven't checked yet.
Still no go. I think that it is to do with file uploads breaking something.
There are two check_plains somewhere in project.module which might not be quite right (line 571 in common.inc is from check_plain). Cheers, Gerhard
Well, I also get rare behaviour : "Terminated request because of suspicious input data. " I was trying to put some php code (well the whole taxonomy.module patched with taxonomy access) and as upload still don't work.
participants (5)
-
Dries Buytaert -
Gerhard Killesreiter -
Gordon Heydon -
Nicolas Tostin -
Tim Altman