Hello,

It is not possible to upload files since I changed machine.

In made it is very long then the file that is uploaded is 0 bytes.

When I look Drupal logs this is what we find such messages:

Message
readfile(http://www.toto.com/sites/default/files/cl.doc): failed to open stream: Connection timed out dans /drupal/sites/all/themes/mytheme/views-view--dl-file.tpl.php à la ligne 22.

Message
Declaration of views_plugin_style_default::options() should be compatible with views_object::options() dans /drupal/sites/all/modules/views/plugins/views_plugin_style_default.inc à la ligne 0.

Do you have an idea of the problem?

My server is PHP 5.6.24 and version of Drupal 6

Thank you

Comments

Jaypan’s picture

The document you are trying to read does not exist: http://www.toto.com/sites/default/files/cl.doc

pcsystemd’s picture

This is normal because for the sake of confidentiality, I can not put the exact url of the file.

Jaypan’s picture

Well, the problem is still the same. The error message says:

failed to open stream: Connection timed out

This means it cannot open the file - it's taking too long. For some reason the file you are trying to open is not opening. Try accessing it directly through a browser and see what happens.