[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] using form fields in Attendees list format #_ATTENDEESI must apologize, you have answered similar question and you have suggested use of Bookings list format #_BOOKINGS
For each Registration Form Format Template there is a need of a different Bookings list format #_BOOKINGS;
Example of problem:
club has two type of events with Registration Form Format Templates for
Food Events has name of food item
Cruise Events has name of boat.Food Events have fields that need to displayed for each booking that are different than fields use in Cruise Events.
Forum: Plugins
In reply to: [Events Made Easy] Attendees list format; additional placeholdersThank you,
we are now using #_BOOKINGS for cruise event instead of #_ATTENDEES.configuring the settings “Bookings list” with #_FIELD{xx}, #_BOOKINGCREATIONDATE and #_BOOKINGCREATIONTIME.
We use your event manager in a yacht club web site. https://myscyc.com/
Our cruise event is formatted with a Template, that has variables of interest such as BOATNAME defined as #_FIELD{1}.
Another type of event is a dinner event and we will continue to use #_ATTENDEES to list people attending.
listing attendees or bookings content will vary by event template.
there may be a need for multiple types “Booking list”Forum: Plugins
In reply to: [Events Made Easy] [Plugin: Events Made Easy] Fatal Errora little followup: web site theme and events made easy plugin (EME) updated to current versions. the debug SMTP in EME showed no errors and email was accepted by mail server. But NO email was being received. We use Networksolutions.
As it turns out, we were using …[email protected] as the “Notification Sender address” in EME. Apparently @comcast.net disallows sending of email that is not sent from their domain. “Sender Policy Framework (SPF)”
Forum: Plugins
In reply to: [Events Made Easy] [Plugin: Events Made Easy] Fatal ErrorI was getting
Fatal error: Call to undefined method
SMTP::getError() ../../wp-includes/class-phpmailer.php on line 2119
discovered it to be a version conflict, old EME 1.0.6 and new WP. 3.5.1I have upgraded EME to 1.0.18 “undefined method” error went a way and looking at smtp debug output it seems two emails are sent as expected but only one email is delivered.
BUT, I now have a new error:
Fatal error: Cannot redeclare class phpmailerException in
../../wp-content/themes/showtime/freshwork/functions/class.phpmailer.php on line 2319My PHP experience is limited to five lines of code written five years ago. It seems there are mulitple copies of class.phpmailer.php loaded by different parts of WordPress, plugin, themes, etc.
I would appreciate some guidance on what to fix, where.