Get your own customer support community
 

Login Request After Sending Message

Think some people have reported this problem, that you are prompted to login when you try to send a message.

Think root of the problem is when you don't fill out the subject field, tested it and it asks me to login.

My guess would be because the reply from the server when sending the message fails and enters the 'else' block of the if statement here (from function 'CC_Profile_Pm_Send'):

success: function(msg) {
//alert(msg);
var result = eval('(' + msg + ')');

$('#panelError').showError(String(result.Message));
if(result.Success == 1) {
$.modal.close();
} else {
CC_Login_Open();
}

So either need to do some validation before posting the message, or server needs to be more lenient and allow for an empty/null subject.

Steve :oP
 
silly I’m amused
Inappropriate?
1 person has this problem

User_default_medium