ddrj
Forum Replies Created
-
@kimberlyafarrell – The error and solution have been reported to the developers and hopefully they will include it in any future updates – if not then yes you will need to modify again the simple-login.php file
I gave a solution to this issue in the following thread
https://www.ads-software.com/support/topic/error-when-log-in-with-email-address/
The cause of the issue is in the file:wp-user-frontend/includes/Free/simple_login.php.
The updated version 4.0.8 includes the following which is not included in the earlier version 4.0.6
Line 494
return;
}$wpuf_user_status = get_user_meta( $user->ID, 'wpuf_user_status', true ); if ( 'approved' !== $wpuf_user_status ) { $message = __( 'You can\'t login until an administrator manually approve your account.', 'wp-user-frontend' ); $this->login_errors[] = $message;
Removing this from simple-login.php in version 4.0.8 corrects the issue of users not being able to login via email.
@saifislam01 – Thank you for your reply but as I previously stated the latest version does not resolve the login issues. The issue has been reported via the website as you request.
Is there any news on a solution to this log in issue? There is additional concern that by continuing to use version 4,06 the vulnerability noted in this thread https://www.ads-software.com/support/topic/critical-warning-on-wordfence/ continues to exist!
Thanks but when I upgrade to Free (v4.0.8) the problem of login as detailed in my original post persists
Forum: Fixing WordPress
In reply to: Cannot install or update plugins or themes after core 6.4 updateThanks @kesar1 that solved the issue
Forum: Fixing WordPress
In reply to: Cannot install or update plugins or themes after core 6.4 updateDeactivated all plugins and tried to install a new plugin and this is the error message: End of script output before headers: admin-ajax.php, referer: https://mysite.uk/wp-admin/plugin-install.php
Forum: Fixing WordPress
In reply to: Cannot install or update plugins or themes after core 6.4 updateThis is the error message in the logs:(110)Connection timed out: mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: https://mysite.uk/wp-admin/update-core.php?action=do-plugin-upgrade
The error occurs in section-dates.php which you can find in the wp content/plugins/events-manager/templates/calendar directory in line 28 change <div class=”em-cal-day-date colored” to <div class=”em-cal-day-date.colored”
Yes – I have a similar issue with this widget. It always showed a link with a coloured date to indicate a current or future event. Now it just shows a coloured link for the current date and not for events on future dates. The future event dates show a link and tool tip only when covered by a mouse pointer but are not coloured.
Thank you
If I select no for Require Locations for events ? – The Locations dropdown displays a No location option at the top of the dropdown. However the location requirement no longer works i.e the event can be listed without a location.
So how do I get both the No location in the dropdown and the requirement that the location is selected ?
For your question 1 – try:
<a href="#_EVENTURL">#_EVENTIMAGE{130,130}</a>
- This reply was modified 6 years, 1 month ago by ddrj.
Thank you.
1.On installation the DFI plugin creates a field in the WP Media settings where a default featured image can be set.
2. Using that field I added a default featured image – this immediately added a DFI to all my EM events that did not have an Events image.
3. On creating a new EM event without adding an Event image the DFI plugin correctly added a default image.
4. On creating a new event and this time adding an Event image – the DFI previously added via the WP media settings was deleted together with all instances of that image.