Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Thank you for your suggestion. Logged for future consideration.
Shamim HasanKeymasterShamim HasanKeymasterPlease recheck your POP3 setup in Front End PM PRO > Settings > Emails
if still not working let me know.
Also let me know if you are comfortable of editing php file if i instruct you.Shamim HasanKeymasterAdd following code in your theme’s (child theme’s if you are using) functions.php and keep there.
add_filter( 'cron_schedules', function( $schedules ){ $schedules['every_minute'] = array( 'interval' => MINUTE_IN_SECONDS, 'display' => __('Every Minute', 'front-end-pm'), ); return $schedules; });
Then add following code in your theme’s (child theme’s if you are using) functions.php. Then refresh your website couple of times then remove following code.
add_action( 'init', function(){ if ( wp_next_scheduled( 'fep_pop3_event' ) ) { wp_clear_scheduled_hook( 'fep_pop3_event' ); } wp_schedule_event( time(), 'every_minute', 'fep_pop3_event' ); });
Shamim HasanKeymasterI am finished with your website. I will continue further test in my test website.
If you want to include this fix in your live website you can copy class-fep-cache.php and class-fep-message-query.php files from this plugin into your live website’s plugin.
Shamim HasanKeymasterI have temporarily fixed it.
It needs more testing. After testing i will include this fix in next version of the plugin.Shamim HasanKeymasterPlease send FTP credentials also. Otherwise i cannot add debug code.
Also send a normal user credentials to send test message back and forth.Please send all credentials using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterPlease send using https://www.shamimsplugins.com/sensitive-information/
(admin, normal user and FTP credentials)
Use any email address to create account as that is not important here to receive email.Shamim HasanKeymasterPlease see https://www.shamimsplugins.com/docs/front-end-pm-pro/troubleshoot/license-keys-not-activating/ for license issue.
For slow website please create a new topic so that we can debug.
Shamim HasanKeymasterYou can use shortcode https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_form/ which support ajax message submit.
Main new message send page does not support ajax yet.
Shamim HasanKeymasterCan you create a test website in your server with your same configuration and give me access?
Shamim HasanKeymasterNo attachments received. Please send to my email (if you know) or contact through https://www.shamimsplugins.com/contact-us/
Shamim HasanKeymasterWe are talking about Group Message feature. If we create a group in eg. WhatsApp and send a message, is there any reply to sender only button?
Happy to discuss further. To discuss further please create a new topic.
Shamim HasanKeymasterDoes that error shows initially when page load or it shows when send message?
Can you give me of your message page url? (also a test account credentials to try send test message). If yes please send using https://www.shamimsplugins.com/sensitive-information/Shamim HasanKeymasterDid i make any custom extension for you? Can you send me that custom extension? Or reply that email where i deliver you the job?
I cannot remember what i changed for you. If you can send me that extension or code i can easily find solution for you.
-
AuthorPosts