Custom Query (29 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 29)

1 2 3 4 5 6 7 8 9 10
Ticket Resolution Summary Owner Reporter
#50 fixed errors Gabor Hudiczius wonslung@gmail.com
Description

i've tried everything i can think to try...no matter what i do i get these errors:

Warning: DOMDocument::loadXML() [domdocument.loadxml]: Empty string supplied as input in /usr/local/www/data/includes/classes/xmlrpc_handler.inc.php on line 137

Warning: Invalid argument supplied for foreach() in /usr/local/www/data/includes/classes/xmlrpc_handler.inc.php on line 427

Warning: DOMDocument::loadXML() [domdocument.loadxml]: Empty string supplied as input in /usr/local/www/data/includes/classes/xmlrpc_handler.inc.php on line 137

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /usr/local/www/data/index.php on line 10

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /usr/local/www/data/index.php on line 10

#49 duplicate errors Gabor Hudiczius anonymous
Description

i've tried everything i can think to try...no matter what i do i get these errors:

Warning: DOMDocument::loadXML() [domdocument.loadxml]: Empty string supplied as input in /usr/local/www/data/includes/classes/xmlrpc_handler.inc.php on line 137

Warning: Invalid argument supplied for foreach() in /usr/local/www/data/includes/classes/xmlrpc_handler.inc.php on line 427

Warning: DOMDocument::loadXML() [domdocument.loadxml]: Empty string supplied as input in /usr/local/www/data/includes/classes/xmlrpc_handler.inc.php on line 137

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /usr/local/www/data/index.php on line 10

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /usr/local/www/data/index.php on line 10

#41 fixed Incomplete file names Gabor Hudiczius Andy.Mornes@gmail.com
Description

When downloading completed files, I found that the filename was incomplete if there was a space in the name. I did some testing, and it looks like the Content-Disposition header should be wrapped in quotes.

index.php: line 1099 should be:

@header( "Content-Disposition: attachment; filename=\"{$responsef_path}\"" );

If this is not the correct way to submit a patch, please let me know.

Thanks, Andy

1 2 3 4 5 6 7 8 9 10
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.