Hi. I have ISPConfig 3.1 and roundcubemail-1.3.10. When the user try upload any file in webmail, show this error: In the network show: <!DOCTYPE html> <html lang="en"> <head><title></title><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <script type="text/javascript"> if (window.parent && parent.rcmail) { parent.rcmail.iframe_loaded(""); parent.rcmail.display_message("File upload failed.","error"); parent.rcmail.remove_from_attachment_list("1573153819277"); parent.rcmail.auto_save_start(false); } </script> </head> <body> </body> </html> Please, any help, thanks.
Hi, thanks for you answer. In the logs doesnt appear nothing important, jus login of some users, even i put debug_level=4 and nothing, 0 errors in the screen.
Verify that temp folder in roundcube folder is writable. (change to 777 for testing) Are there any restrictions like X-Frame-Options set? See in developer console (of your browser, F12 in Chrome) if there are such errors.
Hi. Temp folder is writable. I changed to 777. Same. any restrictions like X-Frame-Options set? Not, any errors. Is rare.
- What folder is set as temp_dir in roundcube config? Make sure it is an absolute path and writable by php. - Deactivate all plugins and try again.
Thanks to all, The solutions for me, was upgrade to the new responsive version 1.4.0 And reconfigure of roundcube.conf of apache files. Thanks.