Hi neochief! ;)
There's a problem with your module on my test machine. I've enabled the module, checked preferences and tried to post a comment. I saw the preview and those error messages on every page of the site occurred for the first time:
* Выбранный файл /var/www/virtual/example.net/phptmp/fileKIkyif не удается закачать, поскольку каталог назначения sites/default/files/languages/ru_e055380dca6b6ffdf70315567d3ccfc5.js неверно сконфигурирован.
* Выбранный файл /var/www/virtual/example.net/phptmp/filedx9lak не удается закачать, поскольку каталог назначения sites/default/files/languages/ru_e055380dca6b6ffdf70315567d3ccfc5.js неверно сконфигурирован.As you can see here's the "The selected file **xxx** could not be uploaded, because the destination **yyy** is not properly configured" kind of messages occurred. My test comment wasn't added but error messages are still there. I dunno what to do — there's no problem with uploading files (public method is used) and dirs' permissions so I have no idea what should I do to fix that.
Thanks.
Comments
Comment #1
neochief commentedHello, Ivan
It's not a bug of ajax_comments. Take a look at #297990: failed to open stream: No such file or directory in file
Comment #2
Ingumsky commentedThank you but there's still no solution for me -\
Comment #3
hexabinaerJust in case someone finds this issue title appropriate to the current problem (like I just did):
Check if the folders /sites/default/files/ AND the folder /sites/default/files/languages have write permissions.
Comment #4
kmguni commentedI had a similar problem. My site broke down with the messages: The selected file ... could not be uploaded, because the destination sites/default/files/css/... is not properly configured. The problem was permissions on the css file within /sites/default/files/. I enabled all write permissions to that folder.