lcwakeman
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] 1 configuration error detectedForum: Plugins
In reply to: [Contact Form 7] 1 configuration error detectedThat ‘fixed’ it.
Thanks
He’s back
A user, non admin, reported “While logged in, I attempted to register for the Reception. I received a blank browser page with “Trying to perform an illegal action.”
WP 5.1.1
EM 5.9.5
PHP 7.2Makes sense
I am having the same issue but I found that the settings above ( Events > Settings > Emails > Email Settings > Notification sender name and Notification sender address) only change the from and reply to on messages sent to the person registering. Emails are also sent to the site admin but that person may not be the events manager.
That was the problem. Only portion of the settings I didn’t look at. If the checkbox is validated, it should be check-able by the user or the check for it should be ignored. I would prefer setting the default value to “Always show and ask for consent”, just my opinion.
Forum: Developing with WordPress
In reply to: Large inserts and updates with $wpdb objectI tried your suggestion and it works but I am still perturbed that here is a limit on insert and update that are not documented.
Well I used to work for Digital and their documentation was very complete and I got used to that.
Forum: Fixing WordPress
In reply to: Splash Screen on WP 4.9.1That was it, thanks
Forum: Fixing WordPress
In reply to: Splash Screen on WP 4.9.1I did, I will try another theme
Thanks
Forum: Plugins
In reply to: Problem wih get_option and update option.I went with another option and put an option item in for each referencer:
$options = get_option('lcw_common_library'); $options['DMC_Media'] = true; update_option('lcw_common_library', $options, false);
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Login Target PageI did find it and fixed my issue. I have been using the plugin for over a year and one of the updates added settings and the default settings changed the action of the plugin. I am all for flexibility is design (I write my plugins to solve the general case and give them the flexibility to solve the specific case.
I just tried uninstalling and reactivating Events Manager so that the settings would be removed and it still fails.
Read my first reply. I tried it with all other plugins de-activated! One thing I have noticed is that the date picked in the recurring events page is yyyy/mm/dd (i.e. 2016/02/15) while the date picked by the single event picker is Day, Mon dd, yyyy (Tue, Feb 16, 2016).
Date Picker Format yy/mm/dd, Date Format F j, Y
I had put events in in the past but I keep my WordPress sites up to date and it stopped working (I have been working on this site for a little over a year now and they want to go online). If you are going to allow different formats for input and datepicker, you must convert the formats to one compatible with MySwl and PHP.