PHP Real Estate Script Member Forums: Classifieds, FSBO, Agents

Welcome, Guest. Please login or register.

News: PHP REC Member Forums are now live (06/15/08)!
+  PHP Real Estate Script Forums: Classifieds, FSBO, Agents
|-+  PHP REC Version 7
| |-+  General Support (Version 7)
| | |-+  Contact Seller Message Fails to Send
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Contact Seller Message Fails to Send  (Read 465 times)
PHP Sales
PHP REC Developer
Jr. Member
********
Posts: 71


View Profile
« on: June 16, 2008, 02:09:32 PM »

The following bug has been reported for version 7.2.7:

Bug Status: Accepted
Versions: 7.1.x - 7.2.7

Issue:
  • Contact seller message fails to send
  • E.g. "Please contact webmaster [Failed to send message]"
Cause:
  • New line char. in email template.
Solution
  • Remove line breaks in email template (see below)

How to remove line breaks in email template
1. Open /skins/silverblue/emailmessages/contactseller.xtpl in any simple text editor (e.g. Notepad).
2. Locate around line #2:
Code:
<!-- BEGIN: subject -->
{row.address}, {row.city}, {row.state} - Property Contact - {settings.domain}
<!-- END: subject -->
3. Replace with:
Code:
<!-- BEGIN: subject -->{row.address}, {row.city}, {row.state} - Property Contact - {settings.domain}<!-- END: subject -->
4. Save file and upload over older version.
Logged
Pages: [1] Print 
« previous next »
Jump to: