WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
266 A file matching the name you entered already exists
Yeah, I resize the images now before uploading ...
// Plupload max file size in MB//$max_file_size = 2;\preg_match('/^\s*([0-9]+)([a-z])?\s*(_)?\s*$/i', ini_get('upload_max_filesize').'_', $aMatch);$max_file_size = (int)$aMatch[1];
$max_file_size = 2;
ini_set('upload_max_filesize','30M');ini_set('post_max_size','30M');
php_value post_max_size 30Mphp_value upload_max_filesize 30M
Code: [Select]$max_file_size = 2;I see it in such a way that the webmaster sets this value to prevent that the users upload too big pictures.
Meanwhile I found that I have two different domains on the same hoster using the same version of OFA, but only one of the two has the problems as described.
// Plupload max file size in MB$max_file_size = 2;
wood_texture [267] Eine Datei mit dem angegebenen Namen existiert bereits
After upload only the message is visible. The file wood_texture.jpg is new, first try of upload.Quotewood_texture [267] Eine Datei mit dem angegebenen Namen existiert bereits After reload of the page this there.https://prnt.sc/pn7e7l3,5mb
[Thu, 24 Oct 2019 08:21:34 +0000] {"jsonrpc":"2.0","OK":0,"error":{"code":202,"message":"[266] Eine Datei mit dem angegebenen Namen existiert bereits","filename":"875tvp89t5vo8_256","id":"id"}}
max_file_size: '<?php echo $max_file_size; ?>mb', chunk_size: '1mb',
max_file_size: '<?php echo $max_file_size; ?>mb', chunk_size: '<?php echo $max_file_size; ?>mb',
Nice It's a workaround. Most people don't need it because the images should be so small as possible.But for photographer or image sharer is it a easy and small change.