Plugin Author
Marcin
(@marcinlawrowski)
Hi,
if you are able to upload files into Media Library you should be able to upload them through the plugin.
Type in the chat:
[debug]
and a window with red border will appear. Paste here what errors are listed there.
Otherwise – post a link to your website. I will try to debug this.
Marcin
Here is my error I am getting:
Maintenance fatal error: Not Found
Server error occurred: Not Found
After typing your [debut], I get:
[Wed Dec 23 2015 06:19:01 GMT-0800 (Pacific Standard Time)] [errorThrown] Not Found
[Wed Dec 23 2015 06:19:03 GMT-0800 (Pacific Standard Time)] [onMessageArrivalError]
Any suggestions?
THANKS… can’t wait for Pro Version 🙂
Plugin Author
Marcin
(@marcinlawrowski)
@jjnw It would be easier if I look at you website and try to determine what is wrong.
Marcin
Hi again. The website isn’t up. The images are working on localhost, but not on site that is in Maintenance Mode (no conflict there either, even when disabled). I also removed any htaccess files…
And note, the site online is same environment as localhost:
The error code I get is:
POST http://website/wp-admin/admin-ajax.php action=wise_chat_message_endpoint
400 (Bad Request)
send @ jquery.js?ver=1.11.3:5m.extend.ajax @ jquery.js?ver=1.11.3:5sendMessageRequest @ messages.js?ver=4.3.1:280sendMessage @ messages.js?ver=4.3.1:315m.event.dispatch @ jquery.js?ver=1.11.3:4r.handle @ jquery.js?ver=1.11.3:4
Any suggestions?
Plugin Author
Marcin
(@marcinlawrowski)
Hi,
it is still not enough information to determine where the problem is. Try to find raw response of the AJAX request to address containing “wise_chat_message_endpoint” string. It will be executed when you send a message with files. The response will contain an error.