volkisstimme
Forum Replies Created
-
It appeared as first line in the body.
Just had the same idea: Switched from PHP mailer to sendmail, now it works.
Curious though, the old settings had always worked for me.
Switching to the latest dev-version of EM brought bookings back to life.
But there still is a prolem:
Emails start with this line, which obviously shouldn’t be displayed:
Content-type: text/html; charset=iso-8859-1Any ideas?
After a lot of debugging I found a work-around. Not really sure, why this is happening, but this is how I got it up and running again:
edit events-manager/classes/em-object.php
find line 576
this line should start with:
$custom_replace = apply_filters(’em_booking_output_placeholder’…add this line before that one:
$no_match = null;I completely uninstalled the plugin and installed and configured it from scratch: Same error.
Weirdly, the placeholder #_BOOKINGNAME works in the “confirmed booking email”, but not in the “contact person email”. Though both emails are created at the same time, one of them contains the name of the customer, the other one just #_BOOKINGNAME
Help!
That’s interesting. #_BOOKINGSPACES works in my installation.
I have meanwhile upgraded to WordPress 3.3.1, no change.