Webmastersite.net
Register Log In

Private Messaging > Compose
PM will not send

Comments on Private Messaging > Compose

sportrow
Member

Usergroup: Customer
Joined: Feb 14, 2005
Location: Iowa

Total Topics: 20
Total Comments: 43
Posted Aug 19, 2006 - 9:44 PM:

Hello-

Trying to test the Private Messaging System and get a unexpected error. After completing the send to, subject, and message fields. I click send and I get a message.

You did not complete all of the required fields.

Tried the error on OSX Safari and Windows XP IE and experience same error.

I will download the most recent version.

Thanks
CoryM
www.megasaurass.com
sportrow
Member

Usergroup: Customer
Joined: Feb 14, 2005
Location: Iowa

Total Topics: 20
Total Comments: 43
Posted Aug 20, 2006 - 9:03 AM:

Still having the same out come after upgrading? Thanks Cory
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Aug 24, 2006 - 5:26 AM:

What PM fields do you have selected at settings->general at the bottom?
sportrow
Member

Usergroup: Customer
Joined: Feb 14, 2005
Location: Iowa

Total Topics: 20
Total Comments: 43
Posted Aug 24, 2006 - 8:42 PM:

Hey Paul-

Under Required Fields, WSN Code Parsing, Smiling Parsing, and Line Break Parsing no boxes are selected under PMs. I have attached a screen shot. I am perplexed. Thanks Cory

Attached Files:
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Aug 26, 2006 - 6:29 AM:

I see, it doesn't work when there are no required fields (does work when there are required fields). Fixed for 3.4.2. In privatemessaging.php replace both instances of
     else if (!$_POST[$thisone]) { $incomplete = true; $incompletefields[] = $thisone; }
with
     else if ($thisone && !$_POST[$thisone]) { $incomplete = true; $incompletefields[] = $thisone; }
sportrow
Member

Usergroup: Customer
Joined: Feb 14, 2005
Location: Iowa

Total Topics: 20
Total Comments: 43
Posted Aug 26, 2006 - 12:36 PM:

Hey Paul- that worked great. nod Thanks Cory
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.