Downloaded file is 0kb
Jirafeau
3
Posts
2
Posters
28
Views
2
Watching
-
Hello. When I share a file, it is indicated with the right size on the webiste. But when downloaded, it has 0kb.

These are my custom.php settings:
$cfg['preview'] = false; $cfg['enable_crypt'] = true; $cfg['style'] = 'courgette'; $cfg['upload_password'] = array('<the_upload_password>'); $cfg['availability_default'] = 'week'; $cfg['availabilities'] = array( 'minute' => true, 'hour' => true, 'day' => true, 'week' => true, 'fortnight' => true, 'month' => true, 'quarter' => false, 'year' => false, 'none' => false );